COLOR #476567

HEX: #476567
RGB: (71,101,103)

Color info

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

RGB color model

#476567 color RGB value is (71,101,103).

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

RGB channels and saturation

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

71
101
103

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

Portions of RGB colors in percentages

R + G + B =
71 + 101 + 103 = 275 (100%)
R 71 of 275 ~ 25.82%
G 101 of 275 ~ 36.73%
B 103 of 275 ~ 37.45%

%25.82
%36.73
%37.45

CMYK color model

#476567 color CMYK value is (31,2,0,60).

  • cyan value is 31.07%
  • magenta value is 1.94%
  • yellow value is 0.00%
  • key color value is 59.61%
CMYK:
(31,2,0,60)
C31M2Y0K60 
(31%,2%,0%,60%)
(0.31/0.02/0.00/0.60)	

CMYK percentages

%31.07
%1.94
%0
%59.61

Codes

Color #476567 in popluar color models

476567
RGB71101103
HSL184°18.39%34.12%
HSB/HSV184°31.07%40.39%
CMYK31.07%1.94%0.00%
59.61%

Color #476567 in popluar number systems.

HEX476567
Decimal71101103
Binary100011111001011100111
Octal107145147

Shades and tints

Shades of #476567

#476567
(71,101,103)
#415C5E
(65,92,94)
#3B5355
(59,83,85)
#354A4C
(53,74,76)
#2F4143
(47,65,67)
#29383A
(41,56,58)
#232F31
(35,47,49)
#1D2628
(29,38,40)
#171D1F
(23,29,31)
#111416
(17,20,22)
#0B0B0D
(11,11,13)
#000000
(0,0,0)

Tints of #476567

#476567
(71,101,103)
#577374
(87,115,116)
#678181
(103,129,129)
#778F8E
(119,143,142)
#879D9B
(135,157,155)
#97ABA8
(151,171,168)
#A7B9B5
(167,185,181)
#B7C7C2
(183,199,194)
#C7D5CF
(199,213,207)
#D7E3DC
(215,227,220)
#E7F1E9
(231,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #476567; }

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

This text font color is #476567.


Background Color

.myBgColor { background-color: #476567; }

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

This div background color is #476567.


Border color

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

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

This div border color is #476567.


Opacity

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

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

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

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

This text has shadow with #476567 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #476567 on black background.


Color preview on white background

This text has color #476567 on white background.



Black color preview on #476567 background

This text has black color on #476567 background.


White color preview on #476567 background

This text has white color on #476567 background.