COLOR #474F1F

HEX: #474F1F
RGB: (71,79,31)

Color info

#474F1F contains red, green and blue colors in about the same proportion. Web safe color of #474F1F is #336633 (or #363).

RGB color model

#474F1F color RGB value is (71,79,31).

  • red value is 71;
  • green value is 79;
  • blue value is 31.
RGB:
(71,79,31)
(28%,31%,12%)

RGB channels and saturation

R 71 of 255 = 28%
G 79 of 255 = 31%
B 31 of 255 = 12%

71
79
31

R + G + B ~ 24%. #474F1F is dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 79 + 31 = 181 (100%)
R 71 of 181 ~ 39.23%
G 79 of 181 ~ 43.65%
B 31 of 181 ~ 17.13%

%39.23
%43.65
%17.13

CMYK color model

#474F1F color CMYK value is (10,0,61,69).

  • cyan value is 10.13%
  • magenta value is 0.00%
  • yellow value is 60.76%
  • key color value is 69.02%
CMYK:
(10,0,61,69)
C10M0Y61K69 
(10%,0%,61%,69%)
(0.10/0.00/0.61/0.69)	

CMYK percentages

%10.13
%0
%60.76
%69.02

Codes

Color #474F1F in popluar color models

474F1F
RGB717931
HSL70°43.64%21.57%
HSB/HSV70°60.76%30.98%
CMYK10.13%0.00%60.76%
69.02%

Color #474F1F in popluar number systems.

HEX474F1F
Decimal717931
Binary1000111100111111111
Octal10711737

Shades and tints

Shades of #474F1F

#474F1F
(71,79,31)
#41481D
(65,72,29)
#3B411B
(59,65,27)
#353A19
(53,58,25)
#2F3317
(47,51,23)
#292C15
(41,44,21)
#232513
(35,37,19)
#1D1E11
(29,30,17)
#17170F
(23,23,15)
#11100D
(17,16,13)
#0B090B
(11,9,11)
#000000
(0,0,0)

Tints of #474F1F

#474F1F
(71,79,31)
#575F33
(87,95,51)
#676F47
(103,111,71)
#777F5B
(119,127,91)
#878F6F
(135,143,111)
#979F83
(151,159,131)
#A7AF97
(167,175,151)
#B7BFAB
(183,191,171)
#C7CFBF
(199,207,191)
#D7DFD3
(215,223,211)
#E7EFE7
(231,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #474F1F; }

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

This text font color is #474F1F.


Background Color

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

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

This div background color is #474F1F.


Border color

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

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

This div border color is #474F1F.


Opacity

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

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

Text with #474F1F 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 #474F1F;}

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

This text has shadow with #474F1F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #474F1F on black background.


Color preview on white background

This text has color #474F1F on white background.



Black color preview on #474F1F background

This text has black color on #474F1F background.


White color preview on #474F1F background

This text has white color on #474F1F background.