COLOR #475C24

HEX: #475C24
RGB: (71,92,36)

Color info

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

RGB color model

#475C24 color RGB value is (71,92,36).

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

RGB channels and saturation

R 71 of 255 = 28%
G 92 of 255 = 36%
B 36 of 255 = 14%

71
92
36

R + G + B ~ 26%. #475C24 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 92 + 36 = 199 (100%)
R 71 of 199 ~ 35.68%
G 92 of 199 ~ 46.23%
B 36 of 199 ~ 18.09%

%35.68
%46.23
%18.09

CMYK color model

#475C24 color CMYK value is (23,0,61,64).

  • cyan value is 22.83%
  • magenta value is 0.00%
  • yellow value is 60.87%
  • key color value is 63.92%
CMYK:
(23,0,61,64)
C23M0Y61K64 
(23%,0%,61%,64%)
(0.23/0.00/0.61/0.64)	

CMYK percentages

%22.83
%0
%60.87
%63.92

Codes

Color #475C24 in popluar color models

475C24
RGB719236
HSL83°43.75%25.10%
HSB/HSV83°60.87%36.08%
CMYK22.83%0.00%60.87%
63.92%

Color #475C24 in popluar number systems.

HEX475C24
Decimal719236
Binary10001111011100100100
Octal10713444

Shades and tints

Shades of #475C24

#475C24
(71,92,36)
#415421
(65,84,33)
#3B4C1E
(59,76,30)
#35441B
(53,68,27)
#2F3C18
(47,60,24)
#293415
(41,52,21)
#232C12
(35,44,18)
#1D240F
(29,36,15)
#171C0C
(23,28,12)
#111409
(17,20,9)
#0B0C06
(11,12,6)
#000000
(0,0,0)

Tints of #475C24

#475C24
(71,92,36)
#576A37
(87,106,55)
#67784A
(103,120,74)
#77865D
(119,134,93)
#879470
(135,148,112)
#97A283
(151,162,131)
#A7B096
(167,176,150)
#B7BEA9
(183,190,169)
#C7CCBC
(199,204,188)
#D7DACF
(215,218,207)
#E7E8E2
(231,232,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #475C24; }

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

This text font color is #475C24.


Background Color

.myBgColor { background-color: #475C24; }

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

This div background color is #475C24.


Border color

.myBorderColor { border: 1px solid #475C24; }

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

This div border color is #475C24.


Opacity

.myOpacity80 { color: #475C24; opacity: 0.8; }

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

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

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

This text has shadow with #475C24 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #475C24 on black background.


Color preview on white background

This text has color #475C24 on white background.



Black color preview on #475C24 background

This text has black color on #475C24 background.


White color preview on #475C24 background

This text has white color on #475C24 background.