COLOR #476661

HEX: #476661
RGB: (71,102,97)

Color info

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

RGB color model

#476661 color RGB value is (71,102,97).

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

RGB channels and saturation

R 71 of 255 = 28%
G 102 of 255 = 40%
B 97 of 255 = 38%

71
102
97

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

Portions of RGB colors in percentages

R + G + B =
71 + 102 + 97 = 270 (100%)
R 71 of 270 ~ 26.3%
G 102 of 270 ~ 37.78%
B 97 of 270 ~ 35.93%

%26.3
%37.78
%35.93

CMYK color model

#476661 color CMYK value is (30,0,5,60).

  • cyan value is 30.39%
  • magenta value is 0.00%
  • yellow value is 4.90%
  • key color value is 60.00%
CMYK:
(30,0,5,60)
C30M0Y5K60 
(30%,0%,5%,60%)
(0.30/0.00/0.05/0.60)	

CMYK percentages

%30.39
%0
%4.9
%60

Codes

Color #476661 in popluar color models

476661
RGB7110297
HSL170°17.92%33.92%
HSB/HSV170°30.39%40.00%
CMYK30.39%0.00%4.90%
60.00%

Color #476661 in popluar number systems.

HEX476661
Decimal7110297
Binary100011111001101100001
Octal107146141

Shades and tints

Shades of #476661

#476661
(71,102,97)
#415D59
(65,93,89)
#3B5451
(59,84,81)
#354B49
(53,75,73)
#2F4241
(47,66,65)
#293939
(41,57,57)
#233031
(35,48,49)
#1D2729
(29,39,41)
#171E21
(23,30,33)
#111519
(17,21,25)
#0B0C11
(11,12,17)
#000000
(0,0,0)

Tints of #476661

#476661
(71,102,97)
#57736F
(87,115,111)
#67807D
(103,128,125)
#778D8B
(119,141,139)
#879A99
(135,154,153)
#97A7A7
(151,167,167)
#A7B4B5
(167,180,181)
#B7C1C3
(183,193,195)
#C7CED1
(199,206,209)
#D7DBDF
(215,219,223)
#E7E8ED
(231,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #476661; }

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

This text font color is #476661.


Background Color

.myBgColor { background-color: #476661; }

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

This div background color is #476661.


Border color

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

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

This div border color is #476661.


Opacity

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

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

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

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

This text has shadow with #476661 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #476661 on black background.


Color preview on white background

This text has color #476661 on white background.



Black color preview on #476661 background

This text has black color on #476661 background.


White color preview on #476661 background

This text has white color on #476661 background.