COLOR #475C1B

HEX: #475C1B
RGB: (71,92,27)

Color info

#475C1B contains mainly red and green colors. Web safe color of #475C1B is #336633 (or #363).

RGB color model

#475C1B color RGB value is (71,92,27).

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

RGB channels and saturation

R 71 of 255 = 28%
G 92 of 255 = 36%
B 27 of 255 = 11%

71
92
27

R + G + B ~ 25%. #475C1B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 92 + 27 = 190 (100%)
R 71 of 190 ~ 37.37%
G 92 of 190 ~ 48.42%
B 27 of 190 ~ 14.21%

%37.37
%48.42
%14.21

CMYK color model

#475C1B color CMYK value is (23,0,71,64).

  • cyan value is 22.83%
  • magenta value is 0.00%
  • yellow value is 70.65%
  • key color value is 63.92%
CMYK:
(23,0,71,64)
C23M0Y71K64 
(23%,0%,71%,64%)
(0.23/0.00/0.71/0.64)	

CMYK percentages

%22.83
%0
%70.65
%63.92

Codes

Color #475C1B in popluar color models

475C1B
RGB719227
HSL79°54.62%23.33%
HSB/HSV79°70.65%36.08%
CMYK22.83%0.00%70.65%
63.92%

Color #475C1B in popluar number systems.

HEX475C1B
Decimal719227
Binary1000111101110011011
Octal10713433

Shades and tints

Shades of #475C1B

#475C1B
(71,92,27)
#415419
(65,84,25)
#3B4C17
(59,76,23)
#354415
(53,68,21)
#2F3C13
(47,60,19)
#293411
(41,52,17)
#232C0F
(35,44,15)
#1D240D
(29,36,13)
#171C0B
(23,28,11)
#111409
(17,20,9)
#0B0C07
(11,12,7)
#000000
(0,0,0)

Tints of #475C1B

#475C1B
(71,92,27)
#576A2F
(87,106,47)
#677843
(103,120,67)
#778657
(119,134,87)
#87946B
(135,148,107)
#97A27F
(151,162,127)
#A7B093
(167,176,147)
#B7BEA7
(183,190,167)
#C7CCBB
(199,204,187)
#D7DACF
(215,218,207)
#E7E8E3
(231,232,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #475C1B; }

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

This text font color is #475C1B.


Background Color

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

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

This div background color is #475C1B.


Border color

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

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

This div border color is #475C1B.


Opacity

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

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

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

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

This text has shadow with #475C1B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #475C1B on black background.


Color preview on white background

This text has color #475C1B on white background.



Black color preview on #475C1B background

This text has black color on #475C1B background.


White color preview on #475C1B background

This text has white color on #475C1B background.