COLOR #475467

HEX: #475467
RGB: (71,84,103)

Color info

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

RGB color model

#475467 color RGB value is (71,84,103).

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

RGB channels and saturation

R 71 of 255 = 28%
G 84 of 255 = 33%
B 103 of 255 = 40%

71
84
103

R + G + B ~ 34%. #475467 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 84 + 103 = 258 (100%)
R 71 of 258 ~ 27.52%
G 84 of 258 ~ 32.56%
B 103 of 258 ~ 39.92%

%27.52
%32.56
%39.92

CMYK color model

#475467 color CMYK value is (31,18,0,60).

  • cyan value is 31.07%
  • magenta value is 18.45%
  • yellow value is 0.00%
  • key color value is 59.61%
CMYK:
(31,18,0,60)
C31M18Y0K60 
(31%,18%,0%,60%)
(0.31/0.18/0.00/0.60)	

CMYK percentages

%31.07
%18.45
%0
%59.61

Codes

Color #475467 in popluar color models

475467
RGB7184103
HSL216°18.39%34.12%
HSB/HSV216°31.07%40.39%
CMYK31.07%18.45%0.00%
59.61%

Color #475467 in popluar number systems.

HEX475467
Decimal7184103
Binary100011110101001100111
Octal107124147

Shades and tints

Shades of #475467

#475467
(71,84,103)
#414D5E
(65,77,94)
#3B4655
(59,70,85)
#353F4C
(53,63,76)
#2F3843
(47,56,67)
#29313A
(41,49,58)
#232A31
(35,42,49)
#1D2328
(29,35,40)
#171C1F
(23,28,31)
#111516
(17,21,22)
#0B0E0D
(11,14,13)
#000000
(0,0,0)

Tints of #475467

#475467
(71,84,103)
#576374
(87,99,116)
#677281
(103,114,129)
#77818E
(119,129,142)
#87909B
(135,144,155)
#979FA8
(151,159,168)
#A7AEB5
(167,174,181)
#B7BDC2
(183,189,194)
#C7CCCF
(199,204,207)
#D7DBDC
(215,219,220)
#E7EAE9
(231,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #475467; }

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

This text font color is #475467.


Background Color

.myBgColor { background-color: #475467; }

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

This div background color is #475467.


Border color

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

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

This div border color is #475467.


Opacity

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

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

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

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

This text has shadow with #475467 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #475467 on black background.


Color preview on white background

This text has color #475467 on white background.



Black color preview on #475467 background

This text has black color on #475467 background.


White color preview on #475467 background

This text has white color on #475467 background.