COLOR #475B5F

HEX: #475B5F
RGB: (71,91,95)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

71
91
95

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

Portions of RGB colors in percentages

R + G + B =
71 + 91 + 95 = 257 (100%)
R 71 of 257 ~ 27.63%
G 91 of 257 ~ 35.41%
B 95 of 257 ~ 36.96%

%27.63
%35.41
%36.96

CMYK color model

#475B5F color CMYK value is (25,4,0,63).

  • cyan value is 25.26%
  • magenta value is 4.21%
  • yellow value is 0.00%
  • key color value is 62.75%
CMYK:
(25,4,0,63)
C25M4Y0K63 
(25%,4%,0%,63%)
(0.25/0.04/0.00/0.63)	

CMYK percentages

%25.26
%4.21
%0
%62.75

Codes

Color #475B5F in popluar color models

475B5F
RGB719195
HSL190°14.46%32.55%
HSB/HSV190°25.26%37.25%
CMYK25.26%4.21%0.00%
62.75%

Color #475B5F in popluar number systems.

HEX475B5F
Decimal719195
Binary100011110110111011111
Octal107133137

Shades and tints

Shades of #475B5F

#475B5F
(71,91,95)
#415357
(65,83,87)
#3B4B4F
(59,75,79)
#354347
(53,67,71)
#2F3B3F
(47,59,63)
#293337
(41,51,55)
#232B2F
(35,43,47)
#1D2327
(29,35,39)
#171B1F
(23,27,31)
#111317
(17,19,23)
#0B0B0F
(11,11,15)
#000000
(0,0,0)

Tints of #475B5F

#475B5F
(71,91,95)
#57696D
(87,105,109)
#67777B
(103,119,123)
#778589
(119,133,137)
#879397
(135,147,151)
#97A1A5
(151,161,165)
#A7AFB3
(167,175,179)
#B7BDC1
(183,189,193)
#C7CBCF
(199,203,207)
#D7D9DD
(215,217,221)
#E7E7EB
(231,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #475B5F; }

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

This text font color is #475B5F.


Background Color

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

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

This div background color is #475B5F.


Border color

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

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

This div border color is #475B5F.


Opacity

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

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

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

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

This text has shadow with #475B5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #475B5F on black background.


Color preview on white background

This text has color #475B5F on white background.



Black color preview on #475B5F background

This text has black color on #475B5F background.


White color preview on #475B5F background

This text has white color on #475B5F background.