COLOR #525144

HEX: #525144
RGB: (82,81,68)

Color info

#525144 contains red, green and blue colors in about the same proportion. Web safe color of #525144 is #666633 (or #663).

RGB color model

#525144 color RGB value is (82,81,68).

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

RGB channels and saturation

R 82 of 255 = 32%
G 81 of 255 = 32%
B 68 of 255 = 27%

82
81
68

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

Portions of RGB colors in percentages

R + G + B =
82 + 81 + 68 = 231 (100%)
R 82 of 231 ~ 35.5%
G 81 of 231 ~ 35.06%
B 68 of 231 ~ 29.44%

%35.5
%35.06
%29.44

CMYK color model

#525144 color CMYK value is (0,1,17,68).

  • cyan value is 0.00%
  • magenta value is 1.22%
  • yellow value is 17.07%
  • key color value is 67.84%
CMYK:
(0,1,17,68)
C0M1Y17K68 
(0%,1%,17%,68%)
(0.00/0.01/0.17/0.68)	

CMYK percentages

%0
%1.22
%17.07
%67.84

Codes

Color #525144 in popluar color models

525144
RGB828168
HSL56°9.33%29.41%
HSB/HSV56°17.07%32.16%
CMYK0.00%1.22%17.07%
67.84%

Color #525144 in popluar number systems.

HEX525144
Decimal828168
Binary101001010100011000100
Octal122121104

Shades and tints

Shades of #525144

#525144
(82,81,68)
#4B4A3E
(75,74,62)
#444338
(68,67,56)
#3D3C32
(61,60,50)
#36352C
(54,53,44)
#2F2E26
(47,46,38)
#282720
(40,39,32)
#21201A
(33,32,26)
#1A1914
(26,25,20)
#13120E
(19,18,14)
#0C0B08
(12,11,8)
#000000
(0,0,0)

Tints of #525144

#525144
(82,81,68)
#616055
(97,96,85)
#706F66
(112,111,102)
#7F7E77
(127,126,119)
#8E8D88
(142,141,136)
#9D9C99
(157,156,153)
#ACABAA
(172,171,170)
#BBBABB
(187,186,187)
#CAC9CC
(202,201,204)
#D9D8DD
(217,216,221)
#E8E7EE
(232,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #525144; }

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

This text font color is #525144.


Background Color

.myBgColor { background-color: #525144; }

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

This div background color is #525144.


Border color

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

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

This div border color is #525144.


Opacity

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

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

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

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

This text has shadow with #525144 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #525144 on black background.


Color preview on white background

This text has color #525144 on white background.



Black color preview on #525144 background

This text has black color on #525144 background.


White color preview on #525144 background

This text has white color on #525144 background.