COLOR #476A55

HEX: #476A55
RGB: (71,106,85)

Color info

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

RGB color model

#476A55 color RGB value is (71,106,85).

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

RGB channels and saturation

R 71 of 255 = 28%
G 106 of 255 = 42%
B 85 of 255 = 33%

71
106
85

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

Portions of RGB colors in percentages

R + G + B =
71 + 106 + 85 = 262 (100%)
R 71 of 262 ~ 27.1%
G 106 of 262 ~ 40.46%
B 85 of 262 ~ 32.44%

%27.1
%40.46
%32.44

CMYK color model

#476A55 color CMYK value is (33,0,20,58).

  • cyan value is 33.02%
  • magenta value is 0.00%
  • yellow value is 19.81%
  • key color value is 58.43%
CMYK:
(33,0,20,58)
C33M0Y20K58 
(33%,0%,20%,58%)
(0.33/0.00/0.20/0.58)	

CMYK percentages

%33.02
%0
%19.81
%58.43

Codes

Color #476A55 in popluar color models

476A55
RGB7110685
HSL144°19.77%34.71%
HSB/HSV144°33.02%41.57%
CMYK33.02%0.00%19.81%
58.43%

Color #476A55 in popluar number systems.

HEX476A55
Decimal7110685
Binary100011111010101010101
Octal107152125

Shades and tints

Shades of #476A55

#476A55
(71,106,85)
#41614E
(65,97,78)
#3B5847
(59,88,71)
#354F40
(53,79,64)
#2F4639
(47,70,57)
#293D32
(41,61,50)
#23342B
(35,52,43)
#1D2B24
(29,43,36)
#17221D
(23,34,29)
#111916
(17,25,22)
#0B100F
(11,16,15)
#000000
(0,0,0)

Tints of #476A55

#476A55
(71,106,85)
#577764
(87,119,100)
#678473
(103,132,115)
#779182
(119,145,130)
#879E91
(135,158,145)
#97ABA0
(151,171,160)
#A7B8AF
(167,184,175)
#B7C5BE
(183,197,190)
#C7D2CD
(199,210,205)
#D7DFDC
(215,223,220)
#E7ECEB
(231,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #476A55; }

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

This text font color is #476A55.


Background Color

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

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

This div background color is #476A55.


Border color

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

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

This div border color is #476A55.


Opacity

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

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

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

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

This text has shadow with #476A55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #476A55 on black background.


Color preview on white background

This text has color #476A55 on white background.



Black color preview on #476A55 background

This text has black color on #476A55 background.


White color preview on #476A55 background

This text has white color on #476A55 background.