COLOR #475E50

HEX: #475E50
RGB: (71,94,80)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

71
94
80

R + G + B ~ 32%. #475E50 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 94 + 80 = 245 (100%)
R 71 of 245 ~ 28.98%
G 94 of 245 ~ 38.37%
B 80 of 245 ~ 32.65%

%28.98
%38.37
%32.65

CMYK color model

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

  • cyan value is 24.47%
  • magenta value is 0.00%
  • yellow value is 14.89%
  • key color value is 63.14%
CMYK:
(24,0,15,63)
C24M0Y15K63 
(24%,0%,15%,63%)
(0.24/0.00/0.15/0.63)	

CMYK percentages

%24.47
%0
%14.89
%63.14

Codes

Color #475E50 in popluar color models

475E50
RGB719480
HSL143°13.94%32.35%
HSB/HSV143°24.47%36.86%
CMYK24.47%0.00%14.89%
63.14%

Color #475E50 in popluar number systems.

HEX475E50
Decimal719480
Binary100011110111101010000
Octal107136120

Shades and tints

Shades of #475E50

#475E50
(71,94,80)
#415649
(65,86,73)
#3B4E42
(59,78,66)
#35463B
(53,70,59)
#2F3E34
(47,62,52)
#29362D
(41,54,45)
#232E26
(35,46,38)
#1D261F
(29,38,31)
#171E18
(23,30,24)
#111611
(17,22,17)
#0B0E0A
(11,14,10)
#000000
(0,0,0)

Tints of #475E50

#475E50
(71,94,80)
#576C5F
(87,108,95)
#677A6E
(103,122,110)
#77887D
(119,136,125)
#87968C
(135,150,140)
#97A49B
(151,164,155)
#A7B2AA
(167,178,170)
#B7C0B9
(183,192,185)
#C7CEC8
(199,206,200)
#D7DCD7
(215,220,215)
#E7EAE6
(231,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #475E50; }

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

This text font color is #475E50.


Background Color

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

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

This div background color is #475E50.


Border color

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

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

This div border color is #475E50.


Opacity

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

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

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

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

This text has shadow with #475E50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #475E50 on black background.


Color preview on white background

This text has color #475E50 on white background.



Black color preview on #475E50 background

This text has black color on #475E50 background.


White color preview on #475E50 background

This text has white color on #475E50 background.