COLOR #475B6F

HEX: #475B6F
RGB: (71,91,111)

Color info

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

RGB color model

#475B6F color RGB value is (71,91,111).

  • red value is 71;
  • green value is 91;
  • blue value is 111.
RGB:
(71,91,111)
(28%,36%,44%)

RGB channels and saturation

R 71 of 255 = 28%
G 91 of 255 = 36%
B 111 of 255 = 44%

71
91
111

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

Portions of RGB colors in percentages

R + G + B =
71 + 91 + 111 = 273 (100%)
R 71 of 273 ~ 26.01%
G 91 of 273 ~ 33.33%
B 111 of 273 ~ 40.66%

%26.01
%33.33
%40.66

CMYK color model

#475B6F color CMYK value is (36,18,0,56).

  • cyan value is 36.04%
  • magenta value is 18.02%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK:
(36,18,0,56)
C36M18Y0K56 
(36%,18%,0%,56%)
(0.36/0.18/0.00/0.56)	

CMYK percentages

%36.04
%18.02
%0
%56.47

Codes

Color #475B6F in popluar color models

475B6F
RGB7191111
HSL210°21.98%35.69%
HSB/HSV210°36.04%43.53%
CMYK36.04%18.02%0.00%
56.47%

Color #475B6F in popluar number systems.

HEX475B6F
Decimal7191111
Binary100011110110111101111
Octal107133157

Shades and tints

Shades of #475B6F

#475B6F
(71,91,111)
#415365
(65,83,101)
#3B4B5B
(59,75,91)
#354351
(53,67,81)
#2F3B47
(47,59,71)
#29333D
(41,51,61)
#232B33
(35,43,51)
#1D2329
(29,35,41)
#171B1F
(23,27,31)
#111315
(17,19,21)
#0B0B0B
(11,11,11)
#000000
(0,0,0)

Tints of #475B6F

#475B6F
(71,91,111)
#57697C
(87,105,124)
#677789
(103,119,137)
#778596
(119,133,150)
#8793A3
(135,147,163)
#97A1B0
(151,161,176)
#A7AFBD
(167,175,189)
#B7BDCA
(183,189,202)
#C7CBD7
(199,203,215)
#D7D9E4
(215,217,228)
#E7E7F1
(231,231,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #475B6F color. Also use rgb(71,91,111) instead hex code.

Text Font Color

.myTextColor { color: #475B6F; }

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

This text font color is #475B6F.


Background Color

.myBgColor { background-color: #475B6F; }

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

This div background color is #475B6F.


Border color

.myBorderColor { border: 1px solid #475B6F; }

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

This div border color is #475B6F.


Opacity

.myOpacity80 { color: #475B6F; opacity: 0.8; }

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

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

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

This text has shadow with #475B6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #475B6F on black background.


Color preview on white background

This text has color #475B6F on white background.



Black color preview on #475B6F background

This text has black color on #475B6F background.


White color preview on #475B6F background

This text has white color on #475B6F background.