COLOR #475E77

HEX: #475E77 RGB: (71,94,119)

Color info

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

RGB color model

#475E77 color RGB value is (71,94,119).

RGB: (71,94,119) (28%, 37%, 47%)

RGB channels and saturation

R 71 of 255 = 28%
G 94 of 255 = 37%
B 119 of 255 = 47%

71
94
119

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

Portions of RGB colors in percentages

R + G + B = 71 + 94 + 119 = 284 (100%)
R 71 of 284 ~ 25%
G 94 of 284 ~ 33.1%
B 119 of 284 ~ 41.9'%

%25
%33.1
%41.9

CMYK color model

#475E77 color CMYK value is (40,21,0,53).

  • cyan value is 40.34%
  • magenta value is 21.01%
  • yellow value is 0.00%
  • key color value is 53.33%

CMYK: (40,21,0,53)
C40M21Y0K53 (40%, 21%, 0%, 53%)
(0.40 / 0.21 / 0.00 / 0.53)

CMYK percentages

%40.34
%21.01
%0
%53.33

Codes

Color #475E77 in popluar color models

47 5E 77
RGB 71 94 119
HSL 211° 25.26% 37.25%
HSB/HSV 211° 40.34% 46.67%
CMYK 40.34% 21.01% 0.00%
53.33%

Color #475E77 in popluar number systems.

HEX 47 5E 77
Decimal 71 94 119
Binary 1000111 1011110 1110111
Octal 107 136 167

Shades and tints

Shades of #475E77

#475E77
(71,94,119)
#41566D
(65,86,109)
#3B4E63
(59,78,99)
#354659
(53,70,89)
#2F3E4F
(47,62,79)
#293645
(41,54,69)
#232E3B
(35,46,59)
#1D2631
(29,38,49)
#171E27
(23,30,39)
#11161D
(17,22,29)
#0B0E13
(11,14,19)
#000000
(0,0,0)

Tints of #475E77

#475E77
(71,94,119)
#576C83
(87,108,131)
#677A8F
(103,122,143)
#77889B
(119,136,155)
#8796A7
(135,150,167)
#97A4B3
(151,164,179)
#A7B2BF
(167,178,191)
#B7C0CB
(183,192,203)
#C7CED7
(199,206,215)
#D7DCE3
(215,220,227)
#E7EAEF
(231,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #475E77; }

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

This text font color is #475E77.

Background Color

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

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

This div background color is #475E77.

Border color

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

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

This div border color is #475E77.

Opacity

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

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

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

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

This text has shadow with #475E77 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #475E77.

Preview

Color preview on black background

This text has color #475E77 on black background.


Color preview on white background

This text has color #475E77 on white background.


Black color preview on #475E77 background

This text has black color on #475E77 background.


White color preview on #475E77 background

This text has white color on #475E77 background.


Related colors

Complementary color

Complementary color for #hex is #B8A188.


I love getcolorcode.com

Triadic colors

1 #77475E and #5E7747 with #475E77 are triadic colors.

2 #775E47 and #5E4777 with #475E77 are triadic colors.