COLOR #474248

HEX: #474248
RGB: (71,66,72)

Color info

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

RGB color model

#474248 color RGB value is (71,66,72).

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

RGB channels and saturation

R 71 of 255 = 28%
G 66 of 255 = 26%
B 72 of 255 = 28%

71
66
72

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

Portions of RGB colors in percentages

R + G + B =
71 + 66 + 72 = 209 (100%)
R 71 of 209 ~ 33.97%
G 66 of 209 ~ 31.58%
B 72 of 209 ~ 34.45%

%33.97
%31.58
%34.45

CMYK color model

#474248 color CMYK value is (1,8,0,72).

  • cyan value is 1.39%
  • magenta value is 8.33%
  • yellow value is 0.00%
  • key color value is 71.76%
CMYK:
(1,8,0,72)
C1M8Y0K72 
(1%,8%,0%,72%)
(0.01/0.08/0.00/0.72)	

CMYK percentages

%1.39
%8.33
%0
%71.76

Codes

Color #474248 in popluar color models

474248
RGB716672
HSL290°4.35%27.06%
HSB/HSV290°8.33%28.24%
CMYK1.39%8.33%0.00%
71.76%

Color #474248 in popluar number systems.

HEX474248
Decimal716672
Binary100011110000101001000
Octal107102110

Shades and tints

Shades of #474248

#474248
(71,66,72)
#413C42
(65,60,66)
#3B363C
(59,54,60)
#353036
(53,48,54)
#2F2A30
(47,42,48)
#29242A
(41,36,42)
#231E24
(35,30,36)
#1D181E
(29,24,30)
#171218
(23,18,24)
#110C12
(17,12,18)
#0B060C
(11,6,12)
#000000
(0,0,0)

Tints of #474248

#474248
(71,66,72)
#575358
(87,83,88)
#676468
(103,100,104)
#777578
(119,117,120)
#878688
(135,134,136)
#979798
(151,151,152)
#A7A8A8
(167,168,168)
#B7B9B8
(183,185,184)
#C7CAC8
(199,202,200)
#D7DBD8
(215,219,216)
#E7ECE8
(231,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #474248; }

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

This text font color is #474248.


Background Color

.myBgColor { background-color: #474248; }

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

This div background color is #474248.


Border color

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

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

This div border color is #474248.


Opacity

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

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

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

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

This text has shadow with #474248 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #474248 on black background.


Color preview on white background

This text has color #474248 on white background.



Black color preview on #474248 background

This text has black color on #474248 background.


White color preview on #474248 background

This text has white color on #474248 background.