COLOR #474845

HEX: #474845
RGB: (71,72,69)

Color info

#474845 contains red, green and blue colors in about the same proportion. Web safe color of #474845 is #333333 (or #333).

RGB color model

#474845 color RGB value is (71,72,69).

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

RGB channels and saturation

R 71 of 255 = 28%
G 72 of 255 = 28%
B 69 of 255 = 27%

71
72
69

R + G + B ~ 28%. #474845 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 72 + 69 = 212 (100%)
R 71 of 212 ~ 33.49%
G 72 of 212 ~ 33.96%
B 69 of 212 ~ 32.55%

%33.49
%33.96
%32.55

CMYK color model

#474845 color CMYK value is (1,0,4,72).

  • cyan value is 1.39%
  • magenta value is 0.00%
  • yellow value is 4.17%
  • key color value is 71.76%
CMYK:
(1,0,4,72)
C1M0Y4K72 
(1%,0%,4%,72%)
(0.01/0.00/0.04/0.72)	

CMYK percentages

%1.39
%0
%4.17
%71.76

Codes

Color #474845 in popluar color models

474845
RGB717269
HSL80°2.13%27.65%
HSB/HSV80°4.17%28.24%
CMYK1.39%0.00%4.17%
71.76%

Color #474845 in popluar number systems.

HEX474845
Decimal717269
Binary100011110010001000101
Octal107110105

Shades and tints

Shades of #474845

#474845
(71,72,69)
#41423F
(65,66,63)
#3B3C39
(59,60,57)
#353633
(53,54,51)
#2F302D
(47,48,45)
#292A27
(41,42,39)
#232421
(35,36,33)
#1D1E1B
(29,30,27)
#171815
(23,24,21)
#11120F
(17,18,15)
#0B0C09
(11,12,9)
#000000
(0,0,0)

Tints of #474845

#474845
(71,72,69)
#575855
(87,88,85)
#676865
(103,104,101)
#777875
(119,120,117)
#878885
(135,136,133)
#979895
(151,152,149)
#A7A8A5
(167,168,165)
#B7B8B5
(183,184,181)
#C7C8C5
(199,200,197)
#D7D8D5
(215,216,213)
#E7E8E5
(231,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #474845; }

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

This text font color is #474845.


Background Color

.myBgColor { background-color: #474845; }

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

This div background color is #474845.


Border color

.myBorderColor { border: 1px solid #474845; }

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

This div border color is #474845.


Opacity

.myOpacity80 { color: #474845; opacity: 0.8; }

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

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

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

This text has shadow with #474845 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #474845 on black background.


Color preview on white background

This text has color #474845 on white background.



Black color preview on #474845 background

This text has black color on #474845 background.


White color preview on #474845 background

This text has white color on #474845 background.