COLOR #475E5E

HEX: #475E5E RGB: (71,94,94)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

71
94
94

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

Portions of RGB colors in percentages

R + G + B = 71 + 94 + 94 = 259 (100%)
R 71 of 259 ~ 27.41%
G 94 of 259 ~ 36.29%
B 94 of 259 ~ 36.29'%

%27.41
%36.29
%36.29

CMYK color model

#475E5E color CMYK value is (24,0,0,63).

  • cyan value is 24.47%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 63.14%

CMYK: (24,0,0,63)
C24M0Y0K63 (24%, 0%, 0%, 63%)
(0.24 / 0.00 / 0.00 / 0.63)

CMYK percentages

%24.47
%0
%0
%63.14

Codes

Color #475E5E in popluar color models

47 5E 5E
RGB 71 94 94
HSL 180° 13.94% 32.35%
HSB/HSV 180° 24.47% 36.86%
CMYK 24.47% 0.00% 0.00%
63.14%

Color #475E5E in popluar number systems.

HEX 47 5E 5E
Decimal 71 94 94
Binary 1000111 1011110 1011110
Octal 107 136 136

Shades and tints

Shades of #475E5E

#475E5E
(71,94,94)
#415656
(65,86,86)
#3B4E4E
(59,78,78)
#354646
(53,70,70)
#2F3E3E
(47,62,62)
#293636
(41,54,54)
#232E2E
(35,46,46)
#1D2626
(29,38,38)
#171E1E
(23,30,30)
#111616
(17,22,22)
#0B0E0E
(11,14,14)
#000000
(0,0,0)

Tints of #475E5E

#475E5E
(71,94,94)
#576C6C
(87,108,108)
#677A7A
(103,122,122)
#778888
(119,136,136)
#879696
(135,150,150)
#97A4A4
(151,164,164)
#A7B2B2
(167,178,178)
#B7C0C0
(183,192,192)
#C7CECE
(199,206,206)
#D7DCDC
(215,220,220)
#E7EAEA
(231,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #475E5E; }

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

This text font color is #475E5E.

Background Color

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

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

This div background color is #475E5E.

Border color

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

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

This div border color is #475E5E.

Opacity

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

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

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

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

This text has shadow with #475E5E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #475E5E.

Preview

Color preview on black background

This text has color #475E5E on black background.


Color preview on white background

This text has color #475E5E on white background.


Black color preview on #475E5E background

This text has black color on #475E5E background.


White color preview on #475E5E background

This text has white color on #475E5E background.


Related colors

Complementary color

Complementary color for #hex is #B8A1A1.


I love getcolorcode.com