COLOR #476437

HEX: #476437
RGB: (71,100,55)

Color info

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

RGB color model

#476437 color RGB value is (71,100,55).

  • red value is 71;
  • green value is 100;
  • blue value is 55.
RGB:
(71,100,55)
(28%,39%,22%)

RGB channels and saturation

R 71 of 255 = 28%
G 100 of 255 = 39%
B 55 of 255 = 22%

71
100
55

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

Portions of RGB colors in percentages

R + G + B =
71 + 100 + 55 = 226 (100%)
R 71 of 226 ~ 31.42%
G 100 of 226 ~ 44.25%
B 55 of 226 ~ 24.34%

%31.42
%44.25
%24.34

CMYK color model

#476437 color CMYK value is (29,0,45,61).

  • cyan value is 29.00%
  • magenta value is 0.00%
  • yellow value is 45.00%
  • key color value is 60.78%
CMYK:
(29,0,45,61)
C29M0Y45K61 
(29%,0%,45%,61%)
(0.29/0.00/0.45/0.61)	

CMYK percentages

%29
%0
%45
%60.78

Codes

Color #476437 in popluar color models

476437
RGB7110055
HSL99°29.03%30.39%
HSB/HSV99°45.00%39.22%
CMYK29.00%0.00%45.00%
60.78%

Color #476437 in popluar number systems.

HEX476437
Decimal7110055
Binary10001111100100110111
Octal10714467

Shades and tints

Shades of #476437

#476437
(71,100,55)
#415B32
(65,91,50)
#3B522D
(59,82,45)
#354928
(53,73,40)
#2F4023
(47,64,35)
#29371E
(41,55,30)
#232E19
(35,46,25)
#1D2514
(29,37,20)
#171C0F
(23,28,15)
#11130A
(17,19,10)
#0B0A05
(11,10,5)
#000000
(0,0,0)

Tints of #476437

#476437
(71,100,55)
#577249
(87,114,73)
#67805B
(103,128,91)
#778E6D
(119,142,109)
#879C7F
(135,156,127)
#97AA91
(151,170,145)
#A7B8A3
(167,184,163)
#B7C6B5
(183,198,181)
#C7D4C7
(199,212,199)
#D7E2D9
(215,226,217)
#E7F0EB
(231,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #476437 color. Also use rgb(71,100,55) instead hex code.

Text Font Color

.myTextColor { color: #476437; }

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

This text font color is #476437.


Background Color

.myBgColor { background-color: #476437; }

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

This div background color is #476437.


Border color

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

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

This div border color is #476437.


Opacity

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

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

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

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

This text has shadow with #476437 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #476437 on black background.


Color preview on white background

This text has color #476437 on white background.



Black color preview on #476437 background

This text has black color on #476437 background.


White color preview on #476437 background

This text has white color on #476437 background.