COLOR #476667

HEX: #476667
RGB: (71,102,103)

Color info

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

RGB color model

#476667 color RGB value is (71,102,103).

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

RGB channels and saturation

R 71 of 255 = 28%
G 102 of 255 = 40%
B 103 of 255 = 40%

71
102
103

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

Portions of RGB colors in percentages

R + G + B =
71 + 102 + 103 = 276 (100%)
R 71 of 276 ~ 25.72%
G 102 of 276 ~ 36.96%
B 103 of 276 ~ 37.32%

%25.72
%36.96
%37.32

CMYK color model

#476667 color CMYK value is (31,1,0,60).

  • cyan value is 31.07%
  • magenta value is 0.97%
  • yellow value is 0.00%
  • key color value is 59.61%
CMYK:
(31,1,0,60)
C31M1Y0K60 
(31%,1%,0%,60%)
(0.31/0.01/0.00/0.60)	

CMYK percentages

%31.07
%0.97
%0
%59.61

Codes

Color #476667 in popluar color models

476667
RGB71102103
HSL182°18.39%34.12%
HSB/HSV182°31.07%40.39%
CMYK31.07%0.97%0.00%
59.61%

Color #476667 in popluar number systems.

HEX476667
Decimal71102103
Binary100011111001101100111
Octal107146147

Shades and tints

Shades of #476667

#476667
(71,102,103)
#415D5E
(65,93,94)
#3B5455
(59,84,85)
#354B4C
(53,75,76)
#2F4243
(47,66,67)
#29393A
(41,57,58)
#233031
(35,48,49)
#1D2728
(29,39,40)
#171E1F
(23,30,31)
#111516
(17,21,22)
#0B0C0D
(11,12,13)
#000000
(0,0,0)

Tints of #476667

#476667
(71,102,103)
#577374
(87,115,116)
#678081
(103,128,129)
#778D8E
(119,141,142)
#879A9B
(135,154,155)
#97A7A8
(151,167,168)
#A7B4B5
(167,180,181)
#B7C1C2
(183,193,194)
#C7CECF
(199,206,207)
#D7DBDC
(215,219,220)
#E7E8E9
(231,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #476667; }

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

This text font color is #476667.


Background Color

.myBgColor { background-color: #476667; }

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

This div background color is #476667.


Border color

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

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

This div border color is #476667.


Opacity

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

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

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

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

This text has shadow with #476667 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #476667 on black background.


Color preview on white background

This text has color #476667 on white background.



Black color preview on #476667 background

This text has black color on #476667 background.


White color preview on #476667 background

This text has white color on #476667 background.