COLOR #474F5E

HEX: #474F5E
RGB: (71,79,94)

Color info

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

RGB color model

#474F5E color RGB value is (71,79,94).

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

RGB channels and saturation

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

71
79
94

R + G + B ~ 32%. #474F5E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 79 + 94 = 244 (100%)
R 71 of 244 ~ 29.1%
G 79 of 244 ~ 32.38%
B 94 of 244 ~ 38.52%

%29.1
%32.38
%38.52

CMYK color model

#474F5E color CMYK value is (24,16,0,63).

  • cyan value is 24.47%
  • magenta value is 15.96%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK:
(24,16,0,63)
C24M16Y0K63 
(24%,16%,0%,63%)
(0.24/0.16/0.00/0.63)	

CMYK percentages

%24.47
%15.96
%0
%63.14

Codes

Color #474F5E in popluar color models

474F5E
RGB717994
HSL219°13.94%32.35%
HSB/HSV219°24.47%36.86%
CMYK24.47%15.96%0.00%
63.14%

Color #474F5E in popluar number systems.

HEX474F5E
Decimal717994
Binary100011110011111011110
Octal107117136

Shades and tints

Shades of #474F5E

#474F5E
(71,79,94)
#414856
(65,72,86)
#3B414E
(59,65,78)
#353A46
(53,58,70)
#2F333E
(47,51,62)
#292C36
(41,44,54)
#23252E
(35,37,46)
#1D1E26
(29,30,38)
#17171E
(23,23,30)
#111016
(17,16,22)
#0B090E
(11,9,14)
#000000
(0,0,0)

Tints of #474F5E

#474F5E
(71,79,94)
#575F6C
(87,95,108)
#676F7A
(103,111,122)
#777F88
(119,127,136)
#878F96
(135,143,150)
#979FA4
(151,159,164)
#A7AFB2
(167,175,178)
#B7BFC0
(183,191,192)
#C7CFCE
(199,207,206)
#D7DFDC
(215,223,220)
#E7EFEA
(231,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #474F5E; }

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

This text font color is #474F5E.


Background Color

.myBgColor { background-color: #474F5E; }

<div style="background-color:#474F5E">Inner text</div>

This div background color is #474F5E.


Border color

.myBorderColor { border: 1px solid #474F5E; }

<div style="border:3px solid #474F5E">Div</div>

This div border color is #474F5E.


Opacity

.myOpacity80 { color: #474F5E; opacity: 0.8; }

<p style="color:#474F5E;opacity:0.8;">80%</p>

Text with #474F5E 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 #474F5E;}

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

This text has shadow with #474F5E color.

.textShadow {text-shadow: 3px 3px 1px #474F5E, 3px 3px 1px red;}

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

This text has shadow with #474F5E primary color and red secondary color.


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

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

This text has shadow with #474F5E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #474F5E on black background.


Color preview on white background

This text has color #474F5E on white background.



Black color preview on #474F5E background

This text has black color on #474F5E background.


White color preview on #474F5E background

This text has white color on #474F5E background.