COLOR #474251

HEX: #474251
RGB: (71,66,81)

Color info

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

RGB color model

#474251 color RGB value is (71,66,81).

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

RGB channels and saturation

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

71
66
81

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

Portions of RGB colors in percentages

R + G + B =
71 + 66 + 81 = 218 (100%)
R 71 of 218 ~ 32.57%
G 66 of 218 ~ 30.28%
B 81 of 218 ~ 37.16%

%32.57
%30.28
%37.16

CMYK color model

#474251 color CMYK value is (12,19,0,68).

  • cyan value is 12.35%
  • magenta value is 18.52%
  • yellow value is 0.00%
  • key color value is 68.24%
CMYK:
(12,19,0,68)
C12M19Y0K68 
(12%,19%,0%,68%)
(0.12/0.19/0.00/0.68)	

CMYK percentages

%12.35
%18.52
%0
%68.24

Codes

Color #474251 in popluar color models

474251
RGB716681
HSL260°10.20%28.82%
HSB/HSV260°18.52%31.76%
CMYK12.35%18.52%0.00%
68.24%

Color #474251 in popluar number systems.

HEX474251
Decimal716681
Binary100011110000101010001
Octal107102121

Shades and tints

Shades of #474251

#474251
(71,66,81)
#413C4A
(65,60,74)
#3B3643
(59,54,67)
#35303C
(53,48,60)
#2F2A35
(47,42,53)
#29242E
(41,36,46)
#231E27
(35,30,39)
#1D1820
(29,24,32)
#171219
(23,18,25)
#110C12
(17,12,18)
#0B060B
(11,6,11)
#000000
(0,0,0)

Tints of #474251

#474251
(71,66,81)
#575360
(87,83,96)
#67646F
(103,100,111)
#77757E
(119,117,126)
#87868D
(135,134,141)
#97979C
(151,151,156)
#A7A8AB
(167,168,171)
#B7B9BA
(183,185,186)
#C7CAC9
(199,202,201)
#D7DBD8
(215,219,216)
#E7ECE7
(231,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #474251; }

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

This text font color is #474251.


Background Color

.myBgColor { background-color: #474251; }

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

This div background color is #474251.


Border color

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

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

This div border color is #474251.


Opacity

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

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

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

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

This text has shadow with #474251 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #474251 on black background.


Color preview on white background

This text has color #474251 on white background.



Black color preview on #474251 background

This text has black color on #474251 background.


White color preview on #474251 background

This text has white color on #474251 background.