COLOR #475E4A

HEX: #475E4A
RGB: (71,94,74)

Color info

#475E4A contains red, green and blue colors in about the same proportion. Web safe color of #475E4A is #336633 (or #363).

RGB color model

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

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

RGB channels and saturation

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

71
94
74

R + G + B ~ 31%. #475E4A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 94 + 74 = 239 (100%)
R 71 of 239 ~ 29.71%
G 94 of 239 ~ 39.33%
B 74 of 239 ~ 30.96%

%29.71
%39.33
%30.96

CMYK color model

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

  • cyan value is 24.47%
  • magenta value is 0.00%
  • yellow value is 21.28%
  • key color value is 63.14%
CMYK:
(24,0,21,63)
C24M0Y21K63 
(24%,0%,21%,63%)
(0.24/0.00/0.21/0.63)	

CMYK percentages

%24.47
%0
%21.28
%63.14

Codes

Color #475E4A in popluar color models

475E4A
RGB719474
HSL128°13.94%32.35%
HSB/HSV128°24.47%36.86%
CMYK24.47%0.00%21.28%
63.14%

Color #475E4A in popluar number systems.

HEX475E4A
Decimal719474
Binary100011110111101001010
Octal107136112

Shades and tints

Shades of #475E4A

#475E4A
(71,94,74)
#415644
(65,86,68)
#3B4E3E
(59,78,62)
#354638
(53,70,56)
#2F3E32
(47,62,50)
#29362C
(41,54,44)
#232E26
(35,46,38)
#1D2620
(29,38,32)
#171E1A
(23,30,26)
#111614
(17,22,20)
#0B0E0E
(11,14,14)
#000000
(0,0,0)

Tints of #475E4A

#475E4A
(71,94,74)
#576C5A
(87,108,90)
#677A6A
(103,122,106)
#77887A
(119,136,122)
#87968A
(135,150,138)
#97A49A
(151,164,154)
#A7B2AA
(167,178,170)
#B7C0BA
(183,192,186)
#C7CECA
(199,206,202)
#D7DCDA
(215,220,218)
#E7EAEA
(231,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #475E4A; }

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

This text font color is #475E4A.


Background Color

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

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

This div background color is #475E4A.


Border color

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

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

This div border color is #475E4A.


Opacity

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

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

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

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

This text has shadow with #475E4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #475E4A on black background.


Color preview on white background

This text has color #475E4A on white background.



Black color preview on #475E4A background

This text has black color on #475E4A background.


White color preview on #475E4A background

This text has white color on #475E4A background.