COLOR #474624

HEX: #474624
RGB: (71,70,36)

Color info

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

RGB color model

#474624 color RGB value is (71,70,36).

  • red value is 71;
  • green value is 70;
  • blue value is 36.
RGB:
(71,70,36)
(28%,27%,14%)

RGB channels and saturation

R 71 of 255 = 28%
G 70 of 255 = 27%
B 36 of 255 = 14%

71
70
36

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

Portions of RGB colors in percentages

R + G + B =
71 + 70 + 36 = 177 (100%)
R 71 of 177 ~ 40.11%
G 70 of 177 ~ 39.55%
B 36 of 177 ~ 20.34%

%40.11
%39.55
%20.34

CMYK color model

#474624 color CMYK value is (0,1,49,72).

  • cyan value is 0.00%
  • magenta value is 1.41%
  • yellow value is 49.30%
  • key color value is 72.16%
CMYK:
(0,1,49,72)
C0M1Y49K72 
(0%,1%,49%,72%)
(0.00/0.01/0.49/0.72)	

CMYK percentages

%0
%1.41
%49.3
%72.16

Codes

Color #474624 in popluar color models

474624
RGB717036
HSL58°32.71%20.98%
HSB/HSV58°49.30%27.84%
CMYK0.00%1.41%49.30%
72.16%

Color #474624 in popluar number systems.

HEX474624
Decimal717036
Binary10001111000110100100
Octal10710644

Shades and tints

Shades of #474624

#474624
(71,70,36)
#414021
(65,64,33)
#3B3A1E
(59,58,30)
#35341B
(53,52,27)
#2F2E18
(47,46,24)
#292815
(41,40,21)
#232212
(35,34,18)
#1D1C0F
(29,28,15)
#17160C
(23,22,12)
#111009
(17,16,9)
#0B0A06
(11,10,6)
#000000
(0,0,0)

Tints of #474624

#474624
(71,70,36)
#575637
(87,86,55)
#67664A
(103,102,74)
#77765D
(119,118,93)
#878670
(135,134,112)
#979683
(151,150,131)
#A7A696
(167,166,150)
#B7B6A9
(183,182,169)
#C7C6BC
(199,198,188)
#D7D6CF
(215,214,207)
#E7E6E2
(231,230,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #474624 color. Also use rgb(71,70,36) instead hex code.

Text Font Color

.myTextColor { color: #474624; }

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

This text font color is #474624.


Background Color

.myBgColor { background-color: #474624; }

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

This div background color is #474624.


Border color

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

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

This div border color is #474624.


Opacity

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

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

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

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

This text has shadow with #474624 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #474624 on black background.


Color preview on white background

This text has color #474624 on white background.



Black color preview on #474624 background

This text has black color on #474624 background.


White color preview on #474624 background

This text has white color on #474624 background.