COLOR #476C2C

HEX: #476C2C
RGB: (71,108,44)

Color info

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

RGB color model

#476C2C color RGB value is (71,108,44).

  • red value is 71;
  • green value is 108;
  • blue value is 44.
RGB:
(71,108,44)
(28%,42%,17%)

RGB channels and saturation

R 71 of 255 = 28%
G 108 of 255 = 42%
B 44 of 255 = 17%

71
108
44

R + G + B ~ 29%. #476C2C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 108 + 44 = 223 (100%)
R 71 of 223 ~ 31.84%
G 108 of 223 ~ 48.43%
B 44 of 223 ~ 19.73%

%31.84
%48.43
%19.73

CMYK color model

#476C2C color CMYK value is (34,0,59,58).

  • cyan value is 34.26%
  • magenta value is 0.00%
  • yellow value is 59.26%
  • key color value is 57.65%
CMYK:
(34,0,59,58)
C34M0Y59K58 
(34%,0%,59%,58%)
(0.34/0.00/0.59/0.58)	

CMYK percentages

%34.26
%0
%59.26
%57.65

Codes

Color #476C2C in popluar color models

476C2C
RGB7110844
HSL95°42.11%29.80%
HSB/HSV95°59.26%42.35%
CMYK34.26%0.00%59.26%
57.65%

Color #476C2C in popluar number systems.

HEX476C2C
Decimal7110844
Binary10001111101100101100
Octal10715454

Shades and tints

Shades of #476C2C

#476C2C
(71,108,44)
#416328
(65,99,40)
#3B5A24
(59,90,36)
#355120
(53,81,32)
#2F481C
(47,72,28)
#293F18
(41,63,24)
#233614
(35,54,20)
#1D2D10
(29,45,16)
#17240C
(23,36,12)
#111B08
(17,27,8)
#0B1204
(11,18,4)
#000000
(0,0,0)

Tints of #476C2C

#476C2C
(71,108,44)
#57793F
(87,121,63)
#678652
(103,134,82)
#779365
(119,147,101)
#87A078
(135,160,120)
#97AD8B
(151,173,139)
#A7BA9E
(167,186,158)
#B7C7B1
(183,199,177)
#C7D4C4
(199,212,196)
#D7E1D7
(215,225,215)
#E7EEEA
(231,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #476C2C color. Also use rgb(71,108,44) instead hex code.

Text Font Color

.myTextColor { color: #476C2C; }

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

This text font color is #476C2C.


Background Color

.myBgColor { background-color: #476C2C; }

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

This div background color is #476C2C.


Border color

.myBorderColor { border: 1px solid #476C2C; }

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

This div border color is #476C2C.


Opacity

.myOpacity80 { color: #476C2C; opacity: 0.8; }

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

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

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

This text has shadow with #476C2C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #476C2C on black background.


Color preview on white background

This text has color #476C2C on white background.



Black color preview on #476C2C background

This text has black color on #476C2C background.


White color preview on #476C2C background

This text has white color on #476C2C background.