COLOR #475B5B

HEX: #475B5B
RGB: (71,91,91)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

71
91
91

R + G + B ~ 33%. #475B5B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 91 + 91 = 253 (100%)
R 71 of 253 ~ 28.06%
G 91 of 253 ~ 35.97%
B 91 of 253 ~ 35.97%

%28.06
%35.97
%35.97

CMYK color model

#475B5B color CMYK value is (22,0,0,64).

  • cyan value is 21.98%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 64.31%
CMYK:
(22,0,0,64)
C22M0Y0K64 
(22%,0%,0%,64%)
(0.22/0.00/0.00/0.64)	

CMYK percentages

%21.98
%0
%0
%64.31

Codes

Color #475B5B in popluar color models

475B5B
RGB719191
HSL180°12.35%31.76%
HSB/HSV180°21.98%35.69%
CMYK21.98%0.00%0.00%
64.31%

Color #475B5B in popluar number systems.

HEX475B5B
Decimal719191
Binary100011110110111011011
Octal107133133

Shades and tints

Shades of #475B5B

#475B5B
(71,91,91)
#415353
(65,83,83)
#3B4B4B
(59,75,75)
#354343
(53,67,67)
#2F3B3B
(47,59,59)
#293333
(41,51,51)
#232B2B
(35,43,43)
#1D2323
(29,35,35)
#171B1B
(23,27,27)
#111313
(17,19,19)
#0B0B0B
(11,11,11)
#000000
(0,0,0)

Tints of #475B5B

#475B5B
(71,91,91)
#576969
(87,105,105)
#677777
(103,119,119)
#778585
(119,133,133)
#879393
(135,147,147)
#97A1A1
(151,161,161)
#A7AFAF
(167,175,175)
#B7BDBD
(183,189,189)
#C7CBCB
(199,203,203)
#D7D9D9
(215,217,217)
#E7E7E7
(231,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #475B5B; }

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

This text font color is #475B5B.


Background Color

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

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

This div background color is #475B5B.


Border color

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

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

This div border color is #475B5B.


Opacity

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

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

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

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

This text has shadow with #475B5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #475B5B on black background.


Color preview on white background

This text has color #475B5B on white background.



Black color preview on #475B5B background

This text has black color on #475B5B background.


White color preview on #475B5B background

This text has white color on #475B5B background.