COLOR #476160

HEX: #476160
RGB: (71,97,96)

Color info

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

RGB color model

#476160 color RGB value is (71,97,96).

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

RGB channels and saturation

R 71 of 255 = 28%
G 97 of 255 = 38%
B 96 of 255 = 38%

71
97
96

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

Portions of RGB colors in percentages

R + G + B =
71 + 97 + 96 = 264 (100%)
R 71 of 264 ~ 26.89%
G 97 of 264 ~ 36.74%
B 96 of 264 ~ 36.36%

%26.89
%36.74
%36.36

CMYK color model

#476160 color CMYK value is (27,0,1,62).

  • cyan value is 26.80%
  • magenta value is 0.00%
  • yellow value is 1.03%
  • key color value is 61.96%
CMYK:
(27,0,1,62)
C27M0Y1K62 
(27%,0%,1%,62%)
(0.27/0.00/0.01/0.62)	

CMYK percentages

%26.8
%0
%1.03
%61.96

Codes

Color #476160 in popluar color models

476160
RGB719796
HSL178°15.48%32.94%
HSB/HSV178°26.80%38.04%
CMYK26.80%0.00%1.03%
61.96%

Color #476160 in popluar number systems.

HEX476160
Decimal719796
Binary100011111000011100000
Octal107141140

Shades and tints

Shades of #476160

#476160
(71,97,96)
#415958
(65,89,88)
#3B5150
(59,81,80)
#354948
(53,73,72)
#2F4140
(47,65,64)
#293938
(41,57,56)
#233130
(35,49,48)
#1D2928
(29,41,40)
#172120
(23,33,32)
#111918
(17,25,24)
#0B1110
(11,17,16)
#000000
(0,0,0)

Tints of #476160

#476160
(71,97,96)
#576F6E
(87,111,110)
#677D7C
(103,125,124)
#778B8A
(119,139,138)
#879998
(135,153,152)
#97A7A6
(151,167,166)
#A7B5B4
(167,181,180)
#B7C3C2
(183,195,194)
#C7D1D0
(199,209,208)
#D7DFDE
(215,223,222)
#E7EDEC
(231,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #476160; }

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

This text font color is #476160.


Background Color

.myBgColor { background-color: #476160; }

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

This div background color is #476160.


Border color

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

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

This div border color is #476160.


Opacity

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

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

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

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

This text has shadow with #476160 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #476160 on black background.


Color preview on white background

This text has color #476160 on white background.



Black color preview on #476160 background

This text has black color on #476160 background.


White color preview on #476160 background

This text has white color on #476160 background.