COLOR #476C45

HEX: #476C45
RGB: (71,108,69)

Color info

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

RGB color model

#476C45 color RGB value is (71,108,69).

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

RGB channels and saturation

R 71 of 255 = 28%
G 108 of 255 = 42%
B 69 of 255 = 27%

71
108
69

R + G + B ~ 32%. #476C45 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 108 + 69 = 248 (100%)
R 71 of 248 ~ 28.63%
G 108 of 248 ~ 43.55%
B 69 of 248 ~ 27.82%

%28.63
%43.55
%27.82

CMYK color model

#476C45 color CMYK value is (34,0,36,58).

  • cyan value is 34.26%
  • magenta value is 0.00%
  • yellow value is 36.11%
  • key color value is 57.65%
CMYK:
(34,0,36,58)
C34M0Y36K58 
(34%,0%,36%,58%)
(0.34/0.00/0.36/0.58)	

CMYK percentages

%34.26
%0
%36.11
%57.65

Codes

Color #476C45 in popluar color models

476C45
RGB7110869
HSL117°22.03%34.71%
HSB/HSV117°36.11%42.35%
CMYK34.26%0.00%36.11%
57.65%

Color #476C45 in popluar number systems.

HEX476C45
Decimal7110869
Binary100011111011001000101
Octal107154105

Shades and tints

Shades of #476C45

#476C45
(71,108,69)
#41633F
(65,99,63)
#3B5A39
(59,90,57)
#355133
(53,81,51)
#2F482D
(47,72,45)
#293F27
(41,63,39)
#233621
(35,54,33)
#1D2D1B
(29,45,27)
#172415
(23,36,21)
#111B0F
(17,27,15)
#0B1209
(11,18,9)
#000000
(0,0,0)

Tints of #476C45

#476C45
(71,108,69)
#577955
(87,121,85)
#678665
(103,134,101)
#779375
(119,147,117)
#87A085
(135,160,133)
#97AD95
(151,173,149)
#A7BAA5
(167,186,165)
#B7C7B5
(183,199,181)
#C7D4C5
(199,212,197)
#D7E1D5
(215,225,213)
#E7EEE5
(231,238,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #476C45; }

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

This text font color is #476C45.


Background Color

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

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

This div background color is #476C45.


Border color

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

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

This div border color is #476C45.


Opacity

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

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

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

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

This text has shadow with #476C45 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #476C45 on black background.


Color preview on white background

This text has color #476C45 on white background.



Black color preview on #476C45 background

This text has black color on #476C45 background.


White color preview on #476C45 background

This text has white color on #476C45 background.