COLOR #476E55

HEX: #476E55
RGB: (71,110,85)

Color info

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

RGB color model

#476E55 color RGB value is (71,110,85).

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

RGB channels and saturation

R 71 of 255 = 28%
G 110 of 255 = 43%
B 85 of 255 = 33%

71
110
85

R + G + B ~ 35%. #476E55 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 110 + 85 = 266 (100%)
R 71 of 266 ~ 26.69%
G 110 of 266 ~ 41.35%
B 85 of 266 ~ 31.95%

%26.69
%41.35
%31.95

CMYK color model

#476E55 color CMYK value is (35,0,23,57).

  • cyan value is 35.45%
  • magenta value is 0.00%
  • yellow value is 22.73%
  • key color value is 56.86%
CMYK:
(35,0,23,57)
C35M0Y23K57 
(35%,0%,23%,57%)
(0.35/0.00/0.23/0.57)	

CMYK percentages

%35.45
%0
%22.73
%56.86

Codes

Color #476E55 in popluar color models

476E55
RGB7111085
HSL142°21.55%35.49%
HSB/HSV142°35.45%43.14%
CMYK35.45%0.00%22.73%
56.86%

Color #476E55 in popluar number systems.

HEX476E55
Decimal7111085
Binary100011111011101010101
Octal107156125

Shades and tints

Shades of #476E55

#476E55
(71,110,85)
#41644E
(65,100,78)
#3B5A47
(59,90,71)
#355040
(53,80,64)
#2F4639
(47,70,57)
#293C32
(41,60,50)
#23322B
(35,50,43)
#1D2824
(29,40,36)
#171E1D
(23,30,29)
#111416
(17,20,22)
#0B0A0F
(11,10,15)
#000000
(0,0,0)

Tints of #476E55

#476E55
(71,110,85)
#577B64
(87,123,100)
#678873
(103,136,115)
#779582
(119,149,130)
#87A291
(135,162,145)
#97AFA0
(151,175,160)
#A7BCAF
(167,188,175)
#B7C9BE
(183,201,190)
#C7D6CD
(199,214,205)
#D7E3DC
(215,227,220)
#E7F0EB
(231,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #476E55; }

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

This text font color is #476E55.


Background Color

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

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

This div background color is #476E55.


Border color

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

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

This div border color is #476E55.


Opacity

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

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

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

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

This text has shadow with #476E55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #476E55 on black background.


Color preview on white background

This text has color #476E55 on white background.



Black color preview on #476E55 background

This text has black color on #476E55 background.


White color preview on #476E55 background

This text has white color on #476E55 background.