COLOR #474A1C

HEX: #474A1C
RGB: (71,74,28)

Color info

#474A1C contains red, green and blue colors in about the same proportion. Web safe color of #474A1C is #333333 (or #333).

RGB color model

#474A1C color RGB value is (71,74,28).

  • red value is 71;
  • green value is 74;
  • blue value is 28.
RGB:
(71,74,28)
(28%,29%,11%)

RGB channels and saturation

R 71 of 255 = 28%
G 74 of 255 = 29%
B 28 of 255 = 11%

71
74
28

R + G + B ~ 23%. #474A1C is dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 74 + 28 = 173 (100%)
R 71 of 173 ~ 41.04%
G 74 of 173 ~ 42.77%
B 28 of 173 ~ 16.18%

%41.04
%42.77
%16.18

CMYK color model

#474A1C color CMYK value is (4,0,62,71).

  • cyan value is 4.05%
  • magenta value is 0.00%
  • yellow value is 62.16%
  • key color value is 70.98%
CMYK:
(4,0,62,71)
C4M0Y62K71 
(4%,0%,62%,71%)
(0.04/0.00/0.62/0.71)	

CMYK percentages

%4.05
%0
%62.16
%70.98

Codes

Color #474A1C in popluar color models

474A1C
RGB717428
HSL64°45.10%20.00%
HSB/HSV64°62.16%29.02%
CMYK4.05%0.00%62.16%
70.98%

Color #474A1C in popluar number systems.

HEX474A1C
Decimal717428
Binary1000111100101011100
Octal10711234

Shades and tints

Shades of #474A1C

#474A1C
(71,74,28)
#41441A
(65,68,26)
#3B3E18
(59,62,24)
#353816
(53,56,22)
#2F3214
(47,50,20)
#292C12
(41,44,18)
#232610
(35,38,16)
#1D200E
(29,32,14)
#171A0C
(23,26,12)
#11140A
(17,20,10)
#0B0E08
(11,14,8)
#000000
(0,0,0)

Tints of #474A1C

#474A1C
(71,74,28)
#575A30
(87,90,48)
#676A44
(103,106,68)
#777A58
(119,122,88)
#878A6C
(135,138,108)
#979A80
(151,154,128)
#A7AA94
(167,170,148)
#B7BAA8
(183,186,168)
#C7CABC
(199,202,188)
#D7DAD0
(215,218,208)
#E7EAE4
(231,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #474A1C color. Also use rgb(71,74,28) instead hex code.

Text Font Color

.myTextColor { color: #474A1C; }

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

This text font color is #474A1C.


Background Color

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

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

This div background color is #474A1C.


Border color

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

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

This div border color is #474A1C.


Opacity

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

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

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

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

This text has shadow with #474A1C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #474A1C on black background.


Color preview on white background

This text has color #474A1C on white background.



Black color preview on #474A1C background

This text has black color on #474A1C background.


White color preview on #474A1C background

This text has white color on #474A1C background.