COLOR #475E6E

HEX: #475E6E
RGB: (71,94,110)

Color info

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

RGB color model

#475E6E color RGB value is (71,94,110).

  • red value is 71;
  • green value is 94;
  • blue value is 110.
RGB:
(71,94,110)
(28%,37%,43%)

RGB channels and saturation

R 71 of 255 = 28%
G 94 of 255 = 37%
B 110 of 255 = 43%

71
94
110

R + G + B ~ 36%. #475E6E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 94 + 110 = 275 (100%)
R 71 of 275 ~ 25.82%
G 94 of 275 ~ 34.18%
B 110 of 275 ~ 40%

%25.82
%34.18
%40

CMYK color model

#475E6E color CMYK value is (35,15,0,57).

  • cyan value is 35.45%
  • magenta value is 14.55%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK:
(35,15,0,57)
C35M15Y0K57 
(35%,15%,0%,57%)
(0.35/0.15/0.00/0.57)	

CMYK percentages

%35.45
%14.55
%0
%56.86

Codes

Color #475E6E in popluar color models

475E6E
RGB7194110
HSL205°21.55%35.49%
HSB/HSV205°35.45%43.14%
CMYK35.45%14.55%0.00%
56.86%

Color #475E6E in popluar number systems.

HEX475E6E
Decimal7194110
Binary100011110111101101110
Octal107136156

Shades and tints

Shades of #475E6E

#475E6E
(71,94,110)
#415664
(65,86,100)
#3B4E5A
(59,78,90)
#354650
(53,70,80)
#2F3E46
(47,62,70)
#29363C
(41,54,60)
#232E32
(35,46,50)
#1D2628
(29,38,40)
#171E1E
(23,30,30)
#111614
(17,22,20)
#0B0E0A
(11,14,10)
#000000
(0,0,0)

Tints of #475E6E

#475E6E
(71,94,110)
#576C7B
(87,108,123)
#677A88
(103,122,136)
#778895
(119,136,149)
#8796A2
(135,150,162)
#97A4AF
(151,164,175)
#A7B2BC
(167,178,188)
#B7C0C9
(183,192,201)
#C7CED6
(199,206,214)
#D7DCE3
(215,220,227)
#E7EAF0
(231,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #475E6E; }

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

This text font color is #475E6E.


Background Color

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

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

This div background color is #475E6E.


Border color

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

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

This div border color is #475E6E.


Opacity

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

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

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

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

This text has shadow with #475E6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #475E6E on black background.


Color preview on white background

This text has color #475E6E on white background.



Black color preview on #475E6E background

This text has black color on #475E6E background.


White color preview on #475E6E background

This text has white color on #475E6E background.