COLOR #474F3D

HEX: #474F3D
RGB: (71,79,61)

Renk bilgisi

#474F3D contains red, green and blue colors in about the same proportion. #474F3D ‘ nin web güvenlik rengi #336633 (ya da #363) dir.

RGB renk modeli

#474F3D color RGB value is (71,79,61).

  • kırmız ton 71;
  • yeşil ton 79;
  • mavi ton 61.
RGB:
(71,79,61)
(28%,31%,24%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 79 of 255 = 31%
B 61 of 255 = 24%

71
79
61

R + G + B ~ 28%. #474F3D is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 79 + 61 = 211 (100%)
R 71 of 211 ~ 33.65%
G 79 of 211 ~ 37.44%
B 61 of 211 ~ 28.91%

%33.65
%37.44
%28.91

CMYK RENK MODELİ

#474F3D rengi CMYK tonu (10,0,23,69).

  • camgöbeği tonu 10.13%
  • eflatun tonu 0.00%
  • sarı tonu 22.78%
  • ana renk tonu 69.02%
CMYK:
(10,0,23,69)
C10M0Y23K69 
(10%,0%,23%,69%)
(0.10/0.00/0.23/0.69)	

CMYK yüzdeleri

%10.13
%0
%22.78
%69.02

Codes

Color #474F3D in popluar color models

474F3D
RGB717961
HSL87°12.86%27.45%
HSB/HSV87°22.78%30.98%
CMYK10.13%0.00%22.78%
69.02%

Color #474F3D in popluar number systems.

HEX474F3D
Decimal717961
Binary10001111001111111101
Octal10711775

Shades and tints

Shades of #474F3D

#474F3D
(71,79,61)
#414838
(65,72,56)
#3B4133
(59,65,51)
#353A2E
(53,58,46)
#2F3329
(47,51,41)
#292C24
(41,44,36)
#23251F
(35,37,31)
#1D1E1A
(29,30,26)
#171715
(23,23,21)
#111010
(17,16,16)
#0B090B
(11,9,11)
#000000
(0,0,0)

Tints of #474F3D

#474F3D
(71,79,61)
#575F4E
(87,95,78)
#676F5F
(103,111,95)
#777F70
(119,127,112)
#878F81
(135,143,129)
#979F92
(151,159,146)
#A7AFA3
(167,175,163)
#B7BFB4
(183,191,180)
#C7CFC5
(199,207,197)
#D7DFD6
(215,223,214)
#E7EFE7
(231,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #474F3D color. Also use rgb(71,79,61) instead hex code.

Text Font Color

.myTextColor { color: #474F3D; }

<p style="color:#474F3D">This sample text font color is #474F3D.</p>

This text font color is #474F3D.


Background Color

.myBgColor { background-color: #474F3D; }

<div style="background-color:#474F3D">Inner text</div>

This div background color is #474F3D.


Border color

.myBorderColor { border: 1px solid #474F3D; }

<div style="border:3px solid #474F3D">Div</div>

This div border color is #474F3D.


Opacity

.myOpacity80 { color: #474F3D; opacity: 0.8; }

<p style="color:#474F3D;opacity:0.8;">80%</p>

Text with #474F3D color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #474F3D;}

<p style="text-shadow: 3px 3px 1px #474F3D">Text here.</p>

This text has shadow with #474F3D color.

.textShadow {text-shadow: 3px 3px 1px #474F3D, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #474F3D, 5px 5px 20px red">Text here.</p>

This text has shadow with #474F3D primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#474F3D, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#474F3D, Direction=45, Strength=4)">Text</p>

This text has shadow with #474F3D and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #474F3D;
  -webkit-box-shadow:	1px 1px 3px 2px #474F3D;
  box-shadow:		1px 1px 3px 2px #474F3D;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #474F3D;
-webkit-box-shadow: 1px 1px 3px 2px #474F3D;
box-shadow:1px 1px 3px 2px #474F3D;">
Div content here</div>
This div box has shadow with color #474F3D.

Preview

Color preview on black background

This text has color #474F3D on black background.


Color preview on white background

This text has color #474F3D on white background.



Black color preview on #474F3D background

This text has black color on #474F3D background.


White color preview on #474F3D background

This text has white color on #474F3D background.