COLOR #474E45

HEX: #474E45
RGB: (71,78,69)

Color info

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

RGB color model

#474E45 color RGB value is (71,78,69).

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

RGB channels and saturation

R 71 of 255 = 28%
G 78 of 255 = 31%
B 69 of 255 = 27%

71
78
69

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

Portions of RGB colors in percentages

R + G + B =
71 + 78 + 69 = 218 (100%)
R 71 of 218 ~ 32.57%
G 78 of 218 ~ 35.78%
B 69 of 218 ~ 31.65%

%32.57
%35.78
%31.65

CMYK color model

#474E45 color CMYK value is (9,0,12,69).

  • cyan value is 8.97%
  • magenta value is 0.00%
  • yellow value is 11.54%
  • key color value is 69.41%
CMYK:
(9,0,12,69)
C9M0Y12K69 
(9%,0%,12%,69%)
(0.09/0.00/0.12/0.69)	

CMYK percentages

%8.97
%0
%11.54
%69.41

Codes

Color #474E45 in popluar color models

474E45
RGB717869
HSL107°6.12%28.82%
HSB/HSV107°11.54%30.59%
CMYK8.97%0.00%11.54%
69.41%

Color #474E45 in popluar number systems.

HEX474E45
Decimal717869
Binary100011110011101000101
Octal107116105

Shades and tints

Shades of #474E45

#474E45
(71,78,69)
#41473F
(65,71,63)
#3B4039
(59,64,57)
#353933
(53,57,51)
#2F322D
(47,50,45)
#292B27
(41,43,39)
#232421
(35,36,33)
#1D1D1B
(29,29,27)
#171615
(23,22,21)
#110F0F
(17,15,15)
#0B0809
(11,8,9)
#000000
(0,0,0)

Tints of #474E45

#474E45
(71,78,69)
#575E55
(87,94,85)
#676E65
(103,110,101)
#777E75
(119,126,117)
#878E85
(135,142,133)
#979E95
(151,158,149)
#A7AEA5
(167,174,165)
#B7BEB5
(183,190,181)
#C7CEC5
(199,206,197)
#D7DED5
(215,222,213)
#E7EEE5
(231,238,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #474E45; }

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

This text font color is #474E45.


Background Color

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

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

This div background color is #474E45.


Border color

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

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

This div border color is #474E45.


Opacity

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

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

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

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

This text has shadow with #474E45 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #474E45 on black background.


Color preview on white background

This text has color #474E45 on white background.



Black color preview on #474E45 background

This text has black color on #474E45 background.


White color preview on #474E45 background

This text has white color on #474E45 background.