COLOR #475927

HEX: #475927
RGB: (71,89,39)

Color info

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

RGB color model

#475927 color RGB value is (71,89,39).

  • red value is 71;
  • green value is 89;
  • blue value is 39.
RGB:
(71,89,39)
(28%,35%,15%)

RGB channels and saturation

R 71 of 255 = 28%
G 89 of 255 = 35%
B 39 of 255 = 15%

71
89
39

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

Portions of RGB colors in percentages

R + G + B =
71 + 89 + 39 = 199 (100%)
R 71 of 199 ~ 35.68%
G 89 of 199 ~ 44.72%
B 39 of 199 ~ 19.6%

%35.68
%44.72
%19.6

CMYK color model

#475927 color CMYK value is (20,0,56,65).

  • cyan value is 20.22%
  • magenta value is 0.00%
  • yellow value is 56.18%
  • key color value is 65.10%
CMYK:
(20,0,56,65)
C20M0Y56K65 
(20%,0%,56%,65%)
(0.20/0.00/0.56/0.65)	

CMYK percentages

%20.22
%0
%56.18
%65.1

Codes

Color #475927 in popluar color models

475927
RGB718939
HSL82°39.06%25.10%
HSB/HSV82°56.18%34.90%
CMYK20.22%0.00%56.18%
65.10%

Color #475927 in popluar number systems.

HEX475927
Decimal718939
Binary10001111011001100111
Octal10713147

Shades and tints

Shades of #475927

#475927
(71,89,39)
#415124
(65,81,36)
#3B4921
(59,73,33)
#35411E
(53,65,30)
#2F391B
(47,57,27)
#293118
(41,49,24)
#232915
(35,41,21)
#1D2112
(29,33,18)
#17190F
(23,25,15)
#11110C
(17,17,12)
#0B0909
(11,9,9)
#000000
(0,0,0)

Tints of #475927

#475927
(71,89,39)
#57683A
(87,104,58)
#67774D
(103,119,77)
#778660
(119,134,96)
#879573
(135,149,115)
#97A486
(151,164,134)
#A7B399
(167,179,153)
#B7C2AC
(183,194,172)
#C7D1BF
(199,209,191)
#D7E0D2
(215,224,210)
#E7EFE5
(231,239,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #475927 color. Also use rgb(71,89,39) instead hex code.

Text Font Color

.myTextColor { color: #475927; }

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

This text font color is #475927.


Background Color

.myBgColor { background-color: #475927; }

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

This div background color is #475927.


Border color

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

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

This div border color is #475927.


Opacity

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

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

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

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

This text has shadow with #475927 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #475927 on black background.


Color preview on white background

This text has color #475927 on white background.



Black color preview on #475927 background

This text has black color on #475927 background.


White color preview on #475927 background

This text has white color on #475927 background.