COLOR #475B4E

HEX: #475B4E
RGB: (71,91,78)

Color info

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

RGB color model

#475B4E color RGB value is (71,91,78).

  • red value is 71;
  • green value is 91;
  • blue value is 78.
RGB:
(71,91,78)
(28%,36%,31%)

RGB channels and saturation

R 71 of 255 = 28%
G 91 of 255 = 36%
B 78 of 255 = 31%

71
91
78

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

Portions of RGB colors in percentages

R + G + B =
71 + 91 + 78 = 240 (100%)
R 71 of 240 ~ 29.58%
G 91 of 240 ~ 37.92%
B 78 of 240 ~ 32.5%

%29.58
%37.92
%32.5

CMYK color model

#475B4E color CMYK value is (22,0,14,64).

  • cyan value is 21.98%
  • magenta value is 0.00%
  • yellow value is 14.29%
  • key color value is 64.31%
CMYK:
(22,0,14,64)
C22M0Y14K64 
(22%,0%,14%,64%)
(0.22/0.00/0.14/0.64)	

CMYK percentages

%21.98
%0
%14.29
%64.31

Codes

Color #475B4E in popluar color models

475B4E
RGB719178
HSL141°12.35%31.76%
HSB/HSV141°21.98%35.69%
CMYK21.98%0.00%14.29%
64.31%

Color #475B4E in popluar number systems.

HEX475B4E
Decimal719178
Binary100011110110111001110
Octal107133116

Shades and tints

Shades of #475B4E

#475B4E
(71,91,78)
#415347
(65,83,71)
#3B4B40
(59,75,64)
#354339
(53,67,57)
#2F3B32
(47,59,50)
#29332B
(41,51,43)
#232B24
(35,43,36)
#1D231D
(29,35,29)
#171B16
(23,27,22)
#11130F
(17,19,15)
#0B0B08
(11,11,8)
#000000
(0,0,0)

Tints of #475B4E

#475B4E
(71,91,78)
#57695E
(87,105,94)
#67776E
(103,119,110)
#77857E
(119,133,126)
#87938E
(135,147,142)
#97A19E
(151,161,158)
#A7AFAE
(167,175,174)
#B7BDBE
(183,189,190)
#C7CBCE
(199,203,206)
#D7D9DE
(215,217,222)
#E7E7EE
(231,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #475B4E; }

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

This text font color is #475B4E.


Background Color

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

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

This div background color is #475B4E.


Border color

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

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

This div border color is #475B4E.


Opacity

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

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

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

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

This text has shadow with #475B4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #475B4E on black background.


Color preview on white background

This text has color #475B4E on white background.



Black color preview on #475B4E background

This text has black color on #475B4E background.


White color preview on #475B4E background

This text has white color on #475B4E background.