COLOR #474009

HEX: #474009
RGB: (71,64,9)

Color info

#474009 contains mainly red and green colors. Web safe color of #474009 is #333300 (or #330).

RGB color model

#474009 color RGB value is (71,64,9).

  • red value is 71;
  • green value is 64;
  • blue value is 9.
RGB:
(71,64,9)
(28%,25%,4%)

RGB channels and saturation

R 71 of 255 = 28%
G 64 of 255 = 25%
B 9 of 255 = 4%

71
64
9

R + G + B ~ 19%. #474009 is dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 64 + 9 = 144 (100%)
R 71 of 144 ~ 49.31%
G 64 of 144 ~ 44.44%
B 9 of 144 ~ 6.25%

%49.31
%44.44

CMYK color model

#474009 color CMYK value is (0,10,87,72).

  • cyan value is 0.00%
  • magenta value is 9.86%
  • yellow value is 87.32%
  • key color value is 72.16%
CMYK:
(0,10,87,72)
C0M10Y87K72 
(0%,10%,87%,72%)
(0.00/0.10/0.87/0.72)	

CMYK percentages

%0
%9.86
%87.32
%72.16

Codes

Color #474009 in popluar color models

474009
RGB71649
HSL53°77.50%15.69%
HSB/HSV53°87.32%27.84%
CMYK0.00%9.86%87.32%
72.16%

Color #474009 in popluar number systems.

HEX474009
Decimal71649
Binary100011110000001001
Octal10710011

Shades and tints

Shades of #474009

#474009
(71,64,9)
#413B09
(65,59,9)
#3B3609
(59,54,9)
#353109
(53,49,9)
#2F2C09
(47,44,9)
#292709
(41,39,9)
#232209
(35,34,9)
#1D1D09
(29,29,9)
#171809
(23,24,9)
#111309
(17,19,9)
#0B0E09
(11,14,9)
#000000
(0,0,0)

Tints of #474009

#474009
(71,64,9)
#57511F
(87,81,31)
#676235
(103,98,53)
#77734B
(119,115,75)
#878461
(135,132,97)
#979577
(151,149,119)
#A7A68D
(167,166,141)
#B7B7A3
(183,183,163)
#C7C8B9
(199,200,185)
#D7D9CF
(215,217,207)
#E7EAE5
(231,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #474009 color. Also use rgb(71,64,9) instead hex code.

Text Font Color

.myTextColor { color: #474009; }

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

This text font color is #474009.


Background Color

.myBgColor { background-color: #474009; }

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

This div background color is #474009.


Border color

.myBorderColor { border: 1px solid #474009; }

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

This div border color is #474009.


Opacity

.myOpacity80 { color: #474009; opacity: 0.8; }

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

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

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

This text has shadow with #474009 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #474009 on black background.


Color preview on white background

This text has color #474009 on white background.



Black color preview on #474009 background

This text has black color on #474009 background.


White color preview on #474009 background

This text has white color on #474009 background.