COLOR #476639

HEX: #476639
RGB: (71,102,57)

Color info

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

RGB color model

#476639 color RGB value is (71,102,57).

  • red value is 71;
  • green value is 102;
  • blue value is 57.
RGB:
(71,102,57)
(28%,40%,22%)

RGB channels and saturation

R 71 of 255 = 28%
G 102 of 255 = 40%
B 57 of 255 = 22%

71
102
57

R + G + B ~ 30%. #476639 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 102 + 57 = 230 (100%)
R 71 of 230 ~ 30.87%
G 102 of 230 ~ 44.35%
B 57 of 230 ~ 24.78%

%30.87
%44.35
%24.78

CMYK color model

#476639 color CMYK value is (30,0,44,60).

  • cyan value is 30.39%
  • magenta value is 0.00%
  • yellow value is 44.12%
  • key color value is 60.00%
CMYK:
(30,0,44,60)
C30M0Y44K60 
(30%,0%,44%,60%)
(0.30/0.00/0.44/0.60)	

CMYK percentages

%30.39
%0
%44.12
%60

Codes

Color #476639 in popluar color models

476639
RGB7110257
HSL101°28.30%31.18%
HSB/HSV101°44.12%40.00%
CMYK30.39%0.00%44.12%
60.00%

Color #476639 in popluar number systems.

HEX476639
Decimal7110257
Binary10001111100110111001
Octal10714671

Shades and tints

Shades of #476639

#476639
(71,102,57)
#415D34
(65,93,52)
#3B542F
(59,84,47)
#354B2A
(53,75,42)
#2F4225
(47,66,37)
#293920
(41,57,32)
#23301B
(35,48,27)
#1D2716
(29,39,22)
#171E11
(23,30,17)
#11150C
(17,21,12)
#0B0C07
(11,12,7)
#000000
(0,0,0)

Tints of #476639

#476639
(71,102,57)
#57734B
(87,115,75)
#67805D
(103,128,93)
#778D6F
(119,141,111)
#879A81
(135,154,129)
#97A793
(151,167,147)
#A7B4A5
(167,180,165)
#B7C1B7
(183,193,183)
#C7CEC9
(199,206,201)
#D7DBDB
(215,219,219)
#E7E8ED
(231,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #476639 color. Also use rgb(71,102,57) instead hex code.

Text Font Color

.myTextColor { color: #476639; }

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

This text font color is #476639.


Background Color

.myBgColor { background-color: #476639; }

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

This div background color is #476639.


Border color

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

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

This div border color is #476639.


Opacity

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

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

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

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

This text has shadow with #476639 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #476639 on black background.


Color preview on white background

This text has color #476639 on white background.



Black color preview on #476639 background

This text has black color on #476639 background.


White color preview on #476639 background

This text has white color on #476639 background.