COLOR #474245

HEX: #474245
RGB: (71,66,69)

Color info

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

RGB color model

#474245 color RGB value is (71,66,69).

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

RGB channels and saturation

R 71 of 255 = 28%
G 66 of 255 = 26%
B 69 of 255 = 27%

71
66
69

R + G + B ~ 27%. #474245 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 66 + 69 = 206 (100%)
R 71 of 206 ~ 34.47%
G 66 of 206 ~ 32.04%
B 69 of 206 ~ 33.5%

%34.47
%32.04
%33.5

CMYK color model

#474245 color CMYK value is (0,7,3,72).

  • cyan value is 0.00%
  • magenta value is 7.04%
  • yellow value is 2.82%
  • key color value is 72.16%
CMYK:
(0,7,3,72)
C0M7Y3K72 
(0%,7%,3%,72%)
(0.00/0.07/0.03/0.72)	

CMYK percentages

%0
%7.04
%2.82
%72.16

Codes

Color #474245 in popluar color models

474245
RGB716669
HSL324°3.65%26.86%
HSB/HSV324°7.04%27.84%
CMYK0.00%7.04%2.82%
72.16%

Color #474245 in popluar number systems.

HEX474245
Decimal716669
Binary100011110000101000101
Octal107102105

Shades and tints

Shades of #474245

#474245
(71,66,69)
#413C3F
(65,60,63)
#3B3639
(59,54,57)
#353033
(53,48,51)
#2F2A2D
(47,42,45)
#292427
(41,36,39)
#231E21
(35,30,33)
#1D181B
(29,24,27)
#171215
(23,18,21)
#110C0F
(17,12,15)
#0B0609
(11,6,9)
#000000
(0,0,0)

Tints of #474245

#474245
(71,66,69)
#575355
(87,83,85)
#676465
(103,100,101)
#777575
(119,117,117)
#878685
(135,134,133)
#979795
(151,151,149)
#A7A8A5
(167,168,165)
#B7B9B5
(183,185,181)
#C7CAC5
(199,202,197)
#D7DBD5
(215,219,213)
#E7ECE5
(231,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #474245; }

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

This text font color is #474245.


Background Color

.myBgColor { background-color: #474245; }

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

This div background color is #474245.


Border color

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

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

This div border color is #474245.


Opacity

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

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

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

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

This text has shadow with #474245 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #474245 on black background.


Color preview on white background

This text has color #474245 on white background.



Black color preview on #474245 background

This text has black color on #474245 background.


White color preview on #474245 background

This text has white color on #474245 background.