COLOR #475E80

HEX: #475E80 RGB: (71,94,128)

Color info

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

RGB color model

#475E80 color RGB value is (71,94,128).

RGB: (71,94,128) (28%, 37%, 50%)

RGB channels and saturation

R 71 of 255 = 28%
G 94 of 255 = 37%
B 128 of 255 = 50%

71
94
128

R + G + B ~ 38%. #475E80 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 71 + 94 + 128 = 293 (100%)
R 71 of 293 ~ 24.23%
G 94 of 293 ~ 32.08%
B 128 of 293 ~ 43.69'%

%24.23
%32.08
%43.69

CMYK color model

#475E80 color CMYK value is (45,27,0,50).

  • cyan value is 44.53%
  • magenta value is 26.56%
  • yellow value is 0.00%
  • key color value is 49.80%

CMYK: (45,27,0,50)
C45M27Y0K50 (45%, 27%, 0%, 50%)
(0.45 / 0.27 / 0.00 / 0.50)

CMYK percentages

%44.53
%26.56
%0
%49.8

Codes

Color #475E80 in popluar color models

47 5E 80
RGB 71 94 128
HSL 216° 28.64% 39.02%
HSB/HSV 216° 44.53% 50.20%
CMYK 44.53% 26.56% 0.00%
49.80%

Color #475E80 in popluar number systems.

HEX 47 5E 80
Decimal 71 94 128
Binary 1000111 1011110 10000000
Octal 107 136 200

Shades and tints

Shades of #475E80

#475E80
(71,94,128)
#415675
(65,86,117)
#3B4E6A
(59,78,106)
#35465F
(53,70,95)
#2F3E54
(47,62,84)
#293649
(41,54,73)
#232E3E
(35,46,62)
#1D2633
(29,38,51)
#171E28
(23,30,40)
#11161D
(17,22,29)
#0B0E12
(11,14,18)
#000000
(0,0,0)

Tints of #475E80

#475E80
(71,94,128)
#576C8B
(87,108,139)
#677A96
(103,122,150)
#7788A1
(119,136,161)
#8796AC
(135,150,172)
#97A4B7
(151,164,183)
#A7B2C2
(167,178,194)
#B7C0CD
(183,192,205)
#C7CED8
(199,206,216)
#D7DCE3
(215,220,227)
#E7EAEE
(231,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #475E80; }

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

This text font color is #475E80.

Background Color

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

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

This div background color is #475E80.

Border color

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

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

This div border color is #475E80.

Opacity

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

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

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

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

This text has shadow with #475E80 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #475E80.

Preview

Color preview on black background

This text has color #475E80 on black background.


Color preview on white background

This text has color #475E80 on white background.


Black color preview on #475E80 background

This text has black color on #475E80 background.


White color preview on #475E80 background

This text has white color on #475E80 background.


Related colors

Complementary color

Complementary color for #hex is #B8A17F.


I love getcolorcode.com

Triadic colors

1 #80475E and #5E8047 with #475E80 are triadic colors.

2 #805E47 and #5E4780 with #475E80 are triadic colors.