COLOR #476B4E

HEX: #476B4E
RGB: (71,107,78)

Color info

#476B4E contains red, green and blue colors in about the same proportion. Web safe color of #476B4E is #336666 (or #366).

RGB color model

#476B4E color RGB value is (71,107,78).

  • red value is 71;
  • green value is 107;
  • blue value is 78.
RGB:
(71,107,78)
(28%,42%,31%)

RGB channels and saturation

R 71 of 255 = 28%
G 107 of 255 = 42%
B 78 of 255 = 31%

71
107
78

R + G + B ~ 34%. #476B4E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 107 + 78 = 256 (100%)
R 71 of 256 ~ 27.73%
G 107 of 256 ~ 41.8%
B 78 of 256 ~ 30.47%

%27.73
%41.8
%30.47

CMYK color model

#476B4E color CMYK value is (34,0,27,58).

  • cyan value is 33.64%
  • magenta value is 0.00%
  • yellow value is 27.10%
  • key color value is 58.04%
CMYK:
(34,0,27,58)
C34M0Y27K58 
(34%,0%,27%,58%)
(0.34/0.00/0.27/0.58)	

CMYK percentages

%33.64
%0
%27.1
%58.04

Codes

Color #476B4E in popluar color models

476B4E
RGB7110778
HSL132°20.22%34.90%
HSB/HSV132°33.64%41.96%
CMYK33.64%0.00%27.10%
58.04%

Color #476B4E in popluar number systems.

HEX476B4E
Decimal7110778
Binary100011111010111001110
Octal107153116

Shades and tints

Shades of #476B4E

#476B4E
(71,107,78)
#416247
(65,98,71)
#3B5940
(59,89,64)
#355039
(53,80,57)
#2F4732
(47,71,50)
#293E2B
(41,62,43)
#233524
(35,53,36)
#1D2C1D
(29,44,29)
#172316
(23,35,22)
#111A0F
(17,26,15)
#0B1108
(11,17,8)
#000000
(0,0,0)

Tints of #476B4E

#476B4E
(71,107,78)
#57785E
(87,120,94)
#67856E
(103,133,110)
#77927E
(119,146,126)
#879F8E
(135,159,142)
#97AC9E
(151,172,158)
#A7B9AE
(167,185,174)
#B7C6BE
(183,198,190)
#C7D3CE
(199,211,206)
#D7E0DE
(215,224,222)
#E7EDEE
(231,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #476B4E color. Also use rgb(71,107,78) instead hex code.

Text Font Color

.myTextColor { color: #476B4E; }

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

This text font color is #476B4E.


Background Color

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

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

This div background color is #476B4E.


Border color

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

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

This div border color is #476B4E.


Opacity

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

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

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

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

This text has shadow with #476B4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #476B4E on black background.


Color preview on white background

This text has color #476B4E on white background.



Black color preview on #476B4E background

This text has black color on #476B4E background.


White color preview on #476B4E background

This text has white color on #476B4E background.