COLOR #475D77

HEX: #475D77
RGB: (71,93,119)

Color info

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

RGB color model

#475D77 color RGB value is (71,93,119).

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

RGB channels and saturation

R 71 of 255 = 28%
G 93 of 255 = 36%
B 119 of 255 = 47%

71
93
119

R + G + B ~ 37%. #475D77 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 93 + 119 = 283 (100%)
R 71 of 283 ~ 25.09%
G 93 of 283 ~ 32.86%
B 119 of 283 ~ 42.05%

%25.09
%32.86
%42.05

CMYK color model

#475D77 color CMYK value is (40,22,0,53).

  • cyan value is 40.34%
  • magenta value is 21.85%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(40,22,0,53)
C40M22Y0K53 
(40%,22%,0%,53%)
(0.40/0.22/0.00/0.53)	

CMYK percentages

%40.34
%21.85
%0
%53.33

Codes

Color #475D77 in popluar color models

475D77
RGB7193119
HSL213°25.26%37.25%
HSB/HSV213°40.34%46.67%
CMYK40.34%21.85%0.00%
53.33%

Color #475D77 in popluar number systems.

HEX475D77
Decimal7193119
Binary100011110111011110111
Octal107135167

Shades and tints

Shades of #475D77

#475D77
(71,93,119)
#41556D
(65,85,109)
#3B4D63
(59,77,99)
#354559
(53,69,89)
#2F3D4F
(47,61,79)
#293545
(41,53,69)
#232D3B
(35,45,59)
#1D2531
(29,37,49)
#171D27
(23,29,39)
#11151D
(17,21,29)
#0B0D13
(11,13,19)
#000000
(0,0,0)

Tints of #475D77

#475D77
(71,93,119)
#576B83
(87,107,131)
#67798F
(103,121,143)
#77879B
(119,135,155)
#8795A7
(135,149,167)
#97A3B3
(151,163,179)
#A7B1BF
(167,177,191)
#B7BFCB
(183,191,203)
#C7CDD7
(199,205,215)
#D7DBE3
(215,219,227)
#E7E9EF
(231,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #475D77; }

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

This text font color is #475D77.


Background Color

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

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

This div background color is #475D77.


Border color

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

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

This div border color is #475D77.


Opacity

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

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

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

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

This text has shadow with #475D77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #475D77 on black background.


Color preview on white background

This text has color #475D77 on white background.



Black color preview on #475D77 background

This text has black color on #475D77 background.


White color preview on #475D77 background

This text has white color on #475D77 background.