COLOR #474413

HEX: #474413
RGB: (71,68,19)

Color info

#474413 contains red, green and blue colors in about the same proportion. Web safe color of #474413 is #333300 (or #330).

RGB color model

#474413 color RGB value is (71,68,19).

  • red value is 71;
  • green value is 68;
  • blue value is 19.
RGB:
(71,68,19)
(28%,27%,7%)

RGB channels and saturation

R 71 of 255 = 28%
G 68 of 255 = 27%
B 19 of 255 = 7%

71
68
19

R + G + B ~ 21%. #474413 is dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 68 + 19 = 158 (100%)
R 71 of 158 ~ 44.94%
G 68 of 158 ~ 43.04%
B 19 of 158 ~ 12.03%

%44.94
%43.04
%12.03

CMYK color model

#474413 color CMYK value is (0,4,73,72).

  • cyan value is 0.00%
  • magenta value is 4.23%
  • yellow value is 73.24%
  • key color value is 72.16%
CMYK:
(0,4,73,72)
C0M4Y73K72 
(0%,4%,73%,72%)
(0.00/0.04/0.73/0.72)	

CMYK percentages

%0
%4.23
%73.24
%72.16

Codes

Color #474413 in popluar color models

474413
RGB716819
HSL57°57.78%17.65%
HSB/HSV57°73.24%27.84%
CMYK0.00%4.23%73.24%
72.16%

Color #474413 in popluar number systems.

HEX474413
Decimal716819
Binary1000111100010010011
Octal10710423

Shades and tints

Shades of #474413

#474413
(71,68,19)
#413E12
(65,62,18)
#3B3811
(59,56,17)
#353210
(53,50,16)
#2F2C0F
(47,44,15)
#29260E
(41,38,14)
#23200D
(35,32,13)
#1D1A0C
(29,26,12)
#17140B
(23,20,11)
#110E0A
(17,14,10)
#0B0809
(11,8,9)
#000000
(0,0,0)

Tints of #474413

#474413
(71,68,19)
#575528
(87,85,40)
#67663D
(103,102,61)
#777752
(119,119,82)
#878867
(135,136,103)
#97997C
(151,153,124)
#A7AA91
(167,170,145)
#B7BBA6
(183,187,166)
#C7CCBB
(199,204,187)
#D7DDD0
(215,221,208)
#E7EEE5
(231,238,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #474413 color. Also use rgb(71,68,19) instead hex code.

Text Font Color

.myTextColor { color: #474413; }

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

This text font color is #474413.


Background Color

.myBgColor { background-color: #474413; }

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

This div background color is #474413.


Border color

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

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

This div border color is #474413.


Opacity

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

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

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

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

This text has shadow with #474413 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #474413 on black background.


Color preview on white background

This text has color #474413 on white background.



Black color preview on #474413 background

This text has black color on #474413 background.


White color preview on #474413 background

This text has white color on #474413 background.