COLOR #476E41

HEX: #476E41
RGB: (71,110,65)

Color info

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

RGB color model

#476E41 color RGB value is (71,110,65).

  • red value is 71;
  • green value is 110;
  • blue value is 65.
RGB:
(71,110,65)
(28%,43%,25%)

RGB channels and saturation

R 71 of 255 = 28%
G 110 of 255 = 43%
B 65 of 255 = 25%

71
110
65

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

Portions of RGB colors in percentages

R + G + B =
71 + 110 + 65 = 246 (100%)
R 71 of 246 ~ 28.86%
G 110 of 246 ~ 44.72%
B 65 of 246 ~ 26.42%

%28.86
%44.72
%26.42

CMYK color model

#476E41 color CMYK value is (35,0,41,57).

  • cyan value is 35.45%
  • magenta value is 0.00%
  • yellow value is 40.91%
  • key color value is 56.86%
CMYK:
(35,0,41,57)
C35M0Y41K57 
(35%,0%,41%,57%)
(0.35/0.00/0.41/0.57)	

CMYK percentages

%35.45
%0
%40.91
%56.86

Codes

Color #476E41 in popluar color models

476E41
RGB7111065
HSL112°25.71%34.31%
HSB/HSV112°40.91%43.14%
CMYK35.45%0.00%40.91%
56.86%

Color #476E41 in popluar number systems.

HEX476E41
Decimal7111065
Binary100011111011101000001
Octal107156101

Shades and tints

Shades of #476E41

#476E41
(71,110,65)
#41643C
(65,100,60)
#3B5A37
(59,90,55)
#355032
(53,80,50)
#2F462D
(47,70,45)
#293C28
(41,60,40)
#233223
(35,50,35)
#1D281E
(29,40,30)
#171E19
(23,30,25)
#111414
(17,20,20)
#0B0A0F
(11,10,15)
#000000
(0,0,0)

Tints of #476E41

#476E41
(71,110,65)
#577B52
(87,123,82)
#678863
(103,136,99)
#779574
(119,149,116)
#87A285
(135,162,133)
#97AF96
(151,175,150)
#A7BCA7
(167,188,167)
#B7C9B8
(183,201,184)
#C7D6C9
(199,214,201)
#D7E3DA
(215,227,218)
#E7F0EB
(231,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #476E41 color. Also use rgb(71,110,65) instead hex code.

Text Font Color

.myTextColor { color: #476E41; }

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

This text font color is #476E41.


Background Color

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

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

This div background color is #476E41.


Border color

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

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

This div border color is #476E41.


Opacity

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

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

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

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

This text has shadow with #476E41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #476E41 on black background.


Color preview on white background

This text has color #476E41 on white background.



Black color preview on #476E41 background

This text has black color on #476E41 background.


White color preview on #476E41 background

This text has white color on #476E41 background.