COLOR #474252

HEX: #474252
RGB: (71,66,82)

Color info

#474252 contains red, green and blue colors in about the same proportion. Web safe color of #474252 is #333366 (or #336).

RGB color model

#474252 color RGB value is (71,66,82).

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

RGB channels and saturation

R 71 of 255 = 28%
G 66 of 255 = 26%
B 82 of 255 = 32%

71
66
82

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

Portions of RGB colors in percentages

R + G + B =
71 + 66 + 82 = 219 (100%)
R 71 of 219 ~ 32.42%
G 66 of 219 ~ 30.14%
B 82 of 219 ~ 37.44%

%32.42
%30.14
%37.44

CMYK color model

#474252 color CMYK value is (13,20,0,68).

  • cyan value is 13.41%
  • magenta value is 19.51%
  • yellow value is 0.00%
  • key color value is 67.84%
CMYK:
(13,20,0,68)
C13M20Y0K68 
(13%,20%,0%,68%)
(0.13/0.20/0.00/0.68)	

CMYK percentages

%13.41
%19.51
%0
%67.84

Codes

Color #474252 in popluar color models

474252
RGB716682
HSL259°10.81%29.02%
HSB/HSV259°19.51%32.16%
CMYK13.41%19.51%0.00%
67.84%

Color #474252 in popluar number systems.

HEX474252
Decimal716682
Binary100011110000101010010
Octal107102122

Shades and tints

Shades of #474252

#474252
(71,66,82)
#413C4B
(65,60,75)
#3B3644
(59,54,68)
#35303D
(53,48,61)
#2F2A36
(47,42,54)
#29242F
(41,36,47)
#231E28
(35,30,40)
#1D1821
(29,24,33)
#17121A
(23,18,26)
#110C13
(17,12,19)
#0B060C
(11,6,12)
#000000
(0,0,0)

Tints of #474252

#474252
(71,66,82)
#575361
(87,83,97)
#676470
(103,100,112)
#77757F
(119,117,127)
#87868E
(135,134,142)
#97979D
(151,151,157)
#A7A8AC
(167,168,172)
#B7B9BB
(183,185,187)
#C7CACA
(199,202,202)
#D7DBD9
(215,219,217)
#E7ECE8
(231,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #474252; }

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

This text font color is #474252.


Background Color

.myBgColor { background-color: #474252; }

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

This div background color is #474252.


Border color

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

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

This div border color is #474252.


Opacity

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

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

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

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

This text has shadow with #474252 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #474252 on black background.


Color preview on white background

This text has color #474252 on white background.



Black color preview on #474252 background

This text has black color on #474252 background.


White color preview on #474252 background

This text has white color on #474252 background.