COLOR #476A4D

HEX: #476A4D
RGB: (71,106,77)

Color info

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

RGB color model

#476A4D color RGB value is (71,106,77).

  • red value is 71;
  • green value is 106;
  • blue value is 77.
RGB:
(71,106,77)
(28%,42%,30%)

RGB channels and saturation

R 71 of 255 = 28%
G 106 of 255 = 42%
B 77 of 255 = 30%

71
106
77

R + G + B ~ 33%. #476A4D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 106 + 77 = 254 (100%)
R 71 of 254 ~ 27.95%
G 106 of 254 ~ 41.73%
B 77 of 254 ~ 30.31%

%27.95
%41.73
%30.31

CMYK color model

#476A4D color CMYK value is (33,0,27,58).

  • cyan value is 33.02%
  • magenta value is 0.00%
  • yellow value is 27.36%
  • key color value is 58.43%
CMYK:
(33,0,27,58)
C33M0Y27K58 
(33%,0%,27%,58%)
(0.33/0.00/0.27/0.58)	

CMYK percentages

%33.02
%0
%27.36
%58.43

Codes

Color #476A4D in popluar color models

476A4D
RGB7110677
HSL130°19.77%34.71%
HSB/HSV130°33.02%41.57%
CMYK33.02%0.00%27.36%
58.43%

Color #476A4D in popluar number systems.

HEX476A4D
Decimal7110677
Binary100011111010101001101
Octal107152115

Shades and tints

Shades of #476A4D

#476A4D
(71,106,77)
#416146
(65,97,70)
#3B583F
(59,88,63)
#354F38
(53,79,56)
#2F4631
(47,70,49)
#293D2A
(41,61,42)
#233423
(35,52,35)
#1D2B1C
(29,43,28)
#172215
(23,34,21)
#11190E
(17,25,14)
#0B1007
(11,16,7)
#000000
(0,0,0)

Tints of #476A4D

#476A4D
(71,106,77)
#57775D
(87,119,93)
#67846D
(103,132,109)
#77917D
(119,145,125)
#879E8D
(135,158,141)
#97AB9D
(151,171,157)
#A7B8AD
(167,184,173)
#B7C5BD
(183,197,189)
#C7D2CD
(199,210,205)
#D7DFDD
(215,223,221)
#E7ECED
(231,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #476A4D color. Also use rgb(71,106,77) instead hex code.

Text Font Color

.myTextColor { color: #476A4D; }

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

This text font color is #476A4D.


Background Color

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

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

This div background color is #476A4D.


Border color

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

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

This div border color is #476A4D.


Opacity

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

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

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

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

This text has shadow with #476A4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #476A4D on black background.


Color preview on white background

This text has color #476A4D on white background.



Black color preview on #476A4D background

This text has black color on #476A4D background.


White color preview on #476A4D background

This text has white color on #476A4D background.