COLOR #474E49

HEX: #474E49
RGB: (71,78,73)

Color info

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

RGB color model

#474E49 color RGB value is (71,78,73).

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

RGB channels and saturation

R 71 of 255 = 28%
G 78 of 255 = 31%
B 73 of 255 = 29%

71
78
73

R + G + B ~ 29%. #474E49 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 78 + 73 = 222 (100%)
R 71 of 222 ~ 31.98%
G 78 of 222 ~ 35.14%
B 73 of 222 ~ 32.88%

%31.98
%35.14
%32.88

CMYK color model

#474E49 color CMYK value is (9,0,6,69).

  • cyan value is 8.97%
  • magenta value is 0.00%
  • yellow value is 6.41%
  • key color value is 69.41%
CMYK:
(9,0,6,69)
C9M0Y6K69 
(9%,0%,6%,69%)
(0.09/0.00/0.06/0.69)	

CMYK percentages

%8.97
%0
%6.41
%69.41

Codes

Color #474E49 in popluar color models

474E49
RGB717873
HSL137°4.70%29.22%
HSB/HSV137°8.97%30.59%
CMYK8.97%0.00%6.41%
69.41%

Color #474E49 in popluar number systems.

HEX474E49
Decimal717873
Binary100011110011101001001
Octal107116111

Shades and tints

Shades of #474E49

#474E49
(71,78,73)
#414743
(65,71,67)
#3B403D
(59,64,61)
#353937
(53,57,55)
#2F3231
(47,50,49)
#292B2B
(41,43,43)
#232425
(35,36,37)
#1D1D1F
(29,29,31)
#171619
(23,22,25)
#110F13
(17,15,19)
#0B080D
(11,8,13)
#000000
(0,0,0)

Tints of #474E49

#474E49
(71,78,73)
#575E59
(87,94,89)
#676E69
(103,110,105)
#777E79
(119,126,121)
#878E89
(135,142,137)
#979E99
(151,158,153)
#A7AEA9
(167,174,169)
#B7BEB9
(183,190,185)
#C7CEC9
(199,206,201)
#D7DED9
(215,222,217)
#E7EEE9
(231,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #474E49 color. Also use rgb(71,78,73) instead hex code.

Text Font Color

.myTextColor { color: #474E49; }

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

This text font color is #474E49.


Background Color

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

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

This div background color is #474E49.


Border color

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

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

This div border color is #474E49.


Opacity

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

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

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

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

This text has shadow with #474E49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #474E49 on black background.


Color preview on white background

This text has color #474E49 on white background.



Black color preview on #474E49 background

This text has black color on #474E49 background.


White color preview on #474E49 background

This text has white color on #474E49 background.