COLOR #476966

HEX: #476966
RGB: (71,105,102)

Color info

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

RGB color model

#476966 color RGB value is (71,105,102).

  • red value is 71;
  • green value is 105;
  • blue value is 102.
RGB:
(71,105,102)
(28%,41%,40%)

RGB channels and saturation

R 71 of 255 = 28%
G 105 of 255 = 41%
B 102 of 255 = 40%

71
105
102

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

Portions of RGB colors in percentages

R + G + B =
71 + 105 + 102 = 278 (100%)
R 71 of 278 ~ 25.54%
G 105 of 278 ~ 37.77%
B 102 of 278 ~ 36.69%

%25.54
%37.77
%36.69

CMYK color model

#476966 color CMYK value is (32,0,3,59).

  • cyan value is 32.38%
  • magenta value is 0.00%
  • yellow value is 2.86%
  • key color value is 58.82%
CMYK:
(32,0,3,59)
C32M0Y3K59 
(32%,0%,3%,59%)
(0.32/0.00/0.03/0.59)	

CMYK percentages

%32.38
%0
%2.86
%58.82

Codes

Color #476966 in popluar color models

476966
RGB71105102
HSL175°19.32%34.51%
HSB/HSV175°32.38%41.18%
CMYK32.38%0.00%2.86%
58.82%

Color #476966 in popluar number systems.

HEX476966
Decimal71105102
Binary100011111010011100110
Octal107151146

Shades and tints

Shades of #476966

#476966
(71,105,102)
#41605D
(65,96,93)
#3B5754
(59,87,84)
#354E4B
(53,78,75)
#2F4542
(47,69,66)
#293C39
(41,60,57)
#233330
(35,51,48)
#1D2A27
(29,42,39)
#17211E
(23,33,30)
#111815
(17,24,21)
#0B0F0C
(11,15,12)
#000000
(0,0,0)

Tints of #476966

#476966
(71,105,102)
#577673
(87,118,115)
#678380
(103,131,128)
#77908D
(119,144,141)
#879D9A
(135,157,154)
#97AAA7
(151,170,167)
#A7B7B4
(167,183,180)
#B7C4C1
(183,196,193)
#C7D1CE
(199,209,206)
#D7DEDB
(215,222,219)
#E7EBE8
(231,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #476966 color. Also use rgb(71,105,102) instead hex code.

Text Font Color

.myTextColor { color: #476966; }

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

This text font color is #476966.


Background Color

.myBgColor { background-color: #476966; }

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

This div background color is #476966.


Border color

.myBorderColor { border: 1px solid #476966; }

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

This div border color is #476966.


Opacity

.myOpacity80 { color: #476966; opacity: 0.8; }

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

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

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

This text has shadow with #476966 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #476966 on black background.


Color preview on white background

This text has color #476966 on white background.



Black color preview on #476966 background

This text has black color on #476966 background.


White color preview on #476966 background

This text has white color on #476966 background.