COLOR #476E5E

HEX: #476E5E
RGB: (71,110,94)

Color info

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

RGB color model

#476E5E color RGB value is (71,110,94).

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

RGB channels and saturation

R 71 of 255 = 28%
G 110 of 255 = 43%
B 94 of 255 = 37%

71
110
94

R + G + B ~ 36%. #476E5E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 110 + 94 = 275 (100%)
R 71 of 275 ~ 25.82%
G 110 of 275 ~ 40%
B 94 of 275 ~ 34.18%

%25.82
%40
%34.18

CMYK color model

#476E5E color CMYK value is (35,0,15,57).

  • cyan value is 35.45%
  • magenta value is 0.00%
  • yellow value is 14.55%
  • key color value is 56.86%
CMYK:
(35,0,15,57)
C35M0Y15K57 
(35%,0%,15%,57%)
(0.35/0.00/0.15/0.57)	

CMYK percentages

%35.45
%0
%14.55
%56.86

Codes

Color #476E5E in popluar color models

476E5E
RGB7111094
HSL155°21.55%35.49%
HSB/HSV155°35.45%43.14%
CMYK35.45%0.00%14.55%
56.86%

Color #476E5E in popluar number systems.

HEX476E5E
Decimal7111094
Binary100011111011101011110
Octal107156136

Shades and tints

Shades of #476E5E

#476E5E
(71,110,94)
#416456
(65,100,86)
#3B5A4E
(59,90,78)
#355046
(53,80,70)
#2F463E
(47,70,62)
#293C36
(41,60,54)
#23322E
(35,50,46)
#1D2826
(29,40,38)
#171E1E
(23,30,30)
#111416
(17,20,22)
#0B0A0E
(11,10,14)
#000000
(0,0,0)

Tints of #476E5E

#476E5E
(71,110,94)
#577B6C
(87,123,108)
#67887A
(103,136,122)
#779588
(119,149,136)
#87A296
(135,162,150)
#97AFA4
(151,175,164)
#A7BCB2
(167,188,178)
#B7C9C0
(183,201,192)
#C7D6CE
(199,214,206)
#D7E3DC
(215,227,220)
#E7F0EA
(231,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #476E5E; }

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

This text font color is #476E5E.


Background Color

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

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

This div background color is #476E5E.


Border color

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

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

This div border color is #476E5E.


Opacity

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

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

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

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

This text has shadow with #476E5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #476E5E on black background.


Color preview on white background

This text has color #476E5E on white background.



Black color preview on #476E5E background

This text has black color on #476E5E background.


White color preview on #476E5E background

This text has white color on #476E5E background.