COLOR #524251

HEX: #524251
RGB: (82,66,81)

Color info

#524251 contains red, green and blue colors in about the same proportion. Web safe color of #524251 is #663366 (or #636).

RGB color model

#524251 color RGB value is (82,66,81).

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

RGB channels and saturation

R 82 of 255 = 32%
G 66 of 255 = 26%
B 81 of 255 = 32%

82
66
81

R + G + B ~ 30%. #524251 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 66 + 81 = 229 (100%)
R 82 of 229 ~ 35.81%
G 66 of 229 ~ 28.82%
B 81 of 229 ~ 35.37%

%35.81
%28.82
%35.37

CMYK color model

#524251 color CMYK value is (0,20,1,68).

  • cyan value is 0.00%
  • magenta value is 19.51%
  • yellow value is 1.22%
  • key color value is 67.84%
CMYK:
(0,20,1,68)
C0M20Y1K68 
(0%,20%,1%,68%)
(0.00/0.20/0.01/0.68)	

CMYK percentages

%0
%19.51
%1.22
%67.84

Codes

Color #524251 in popluar color models

524251
RGB826681
HSL304°10.81%29.02%
HSB/HSV304°19.51%32.16%
CMYK0.00%19.51%1.22%
67.84%

Color #524251 in popluar number systems.

HEX524251
Decimal826681
Binary101001010000101010001
Octal122102121

Shades and tints

Shades of #524251

#524251
(82,66,81)
#4B3C4A
(75,60,74)
#443643
(68,54,67)
#3D303C
(61,48,60)
#362A35
(54,42,53)
#2F242E
(47,36,46)
#281E27
(40,30,39)
#211820
(33,24,32)
#1A1219
(26,18,25)
#130C12
(19,12,18)
#0C060B
(12,6,11)
#000000
(0,0,0)

Tints of #524251

#524251
(82,66,81)
#615360
(97,83,96)
#70646F
(112,100,111)
#7F757E
(127,117,126)
#8E868D
(142,134,141)
#9D979C
(157,151,156)
#ACA8AB
(172,168,171)
#BBB9BA
(187,185,186)
#CACAC9
(202,202,201)
#D9DBD8
(217,219,216)
#E8ECE7
(232,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #524251; }

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

This text font color is #524251.


Background Color

.myBgColor { background-color: #524251; }

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

This div background color is #524251.


Border color

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

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

This div border color is #524251.


Opacity

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

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

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

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

This text has shadow with #524251 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #524251 on black background.


Color preview on white background

This text has color #524251 on white background.



Black color preview on #524251 background

This text has black color on #524251 background.


White color preview on #524251 background

This text has white color on #524251 background.