COLOR #476067

HEX: #476067
RGB: (71,96,103)

Color info

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

RGB color model

#476067 color RGB value is (71,96,103).

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

RGB channels and saturation

R 71 of 255 = 28%
G 96 of 255 = 38%
B 103 of 255 = 40%

71
96
103

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

Portions of RGB colors in percentages

R + G + B =
71 + 96 + 103 = 270 (100%)
R 71 of 270 ~ 26.3%
G 96 of 270 ~ 35.56%
B 103 of 270 ~ 38.15%

%26.3
%35.56
%38.15

CMYK color model

#476067 color CMYK value is (31,7,0,60).

  • cyan value is 31.07%
  • magenta value is 6.80%
  • yellow value is 0.00%
  • key color value is 59.61%
CMYK:
(31,7,0,60)
C31M7Y0K60 
(31%,7%,0%,60%)
(0.31/0.07/0.00/0.60)	

CMYK percentages

%31.07
%6.8
%0
%59.61

Codes

Color #476067 in popluar color models

476067
RGB7196103
HSL193°18.39%34.12%
HSB/HSV193°31.07%40.39%
CMYK31.07%6.80%0.00%
59.61%

Color #476067 in popluar number systems.

HEX476067
Decimal7196103
Binary100011111000001100111
Octal107140147

Shades and tints

Shades of #476067

#476067
(71,96,103)
#41585E
(65,88,94)
#3B5055
(59,80,85)
#35484C
(53,72,76)
#2F4043
(47,64,67)
#29383A
(41,56,58)
#233031
(35,48,49)
#1D2828
(29,40,40)
#17201F
(23,32,31)
#111816
(17,24,22)
#0B100D
(11,16,13)
#000000
(0,0,0)

Tints of #476067

#476067
(71,96,103)
#576E74
(87,110,116)
#677C81
(103,124,129)
#778A8E
(119,138,142)
#87989B
(135,152,155)
#97A6A8
(151,166,168)
#A7B4B5
(167,180,181)
#B7C2C2
(183,194,194)
#C7D0CF
(199,208,207)
#D7DEDC
(215,222,220)
#E7ECE9
(231,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #476067; }

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

This text font color is #476067.


Background Color

.myBgColor { background-color: #476067; }

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

This div background color is #476067.


Border color

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

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

This div border color is #476067.


Opacity

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

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

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

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

This text has shadow with #476067 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #476067 on black background.


Color preview on white background

This text has color #476067 on white background.



Black color preview on #476067 background

This text has black color on #476067 background.


White color preview on #476067 background

This text has white color on #476067 background.