COLOR #525157

HEX: #525157
RGB: (82,81,87)

Color info

#525157 contains red, green and blue colors in about the same proportion. Web safe color of #525157 is #666666 (or #666).

RGB color model

#525157 color RGB value is (82,81,87).

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

RGB channels and saturation

R 82 of 255 = 32%
G 81 of 255 = 32%
B 87 of 255 = 34%

82
81
87

R + G + B ~ 33%. #525157 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 81 + 87 = 250 (100%)
R 82 of 250 ~ 32.8%
G 81 of 250 ~ 32.4%
B 87 of 250 ~ 34.8%

%32.8
%32.4
%34.8

CMYK color model

#525157 color CMYK value is (6,7,0,66).

  • cyan value is 5.75%
  • magenta value is 6.90%
  • yellow value is 0.00%
  • key color value is 65.88%
CMYK:
(6,7,0,66)
C6M7Y0K66 
(6%,7%,0%,66%)
(0.06/0.07/0.00/0.66)	

CMYK percentages

%5.75
%6.9
%0
%65.88

Codes

Color #525157 in popluar color models

525157
RGB828187
HSL250°3.57%32.94%
HSB/HSV250°6.90%34.12%
CMYK5.75%6.90%0.00%
65.88%

Color #525157 in popluar number systems.

HEX525157
Decimal828187
Binary101001010100011010111
Octal122121127

Shades and tints

Shades of #525157

#525157
(82,81,87)
#4B4A50
(75,74,80)
#444349
(68,67,73)
#3D3C42
(61,60,66)
#36353B
(54,53,59)
#2F2E34
(47,46,52)
#28272D
(40,39,45)
#212026
(33,32,38)
#1A191F
(26,25,31)
#131218
(19,18,24)
#0C0B11
(12,11,17)
#000000
(0,0,0)

Tints of #525157

#525157
(82,81,87)
#616066
(97,96,102)
#706F75
(112,111,117)
#7F7E84
(127,126,132)
#8E8D93
(142,141,147)
#9D9CA2
(157,156,162)
#ACABB1
(172,171,177)
#BBBAC0
(187,186,192)
#CAC9CF
(202,201,207)
#D9D8DE
(217,216,222)
#E8E7ED
(232,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #525157; }

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

This text font color is #525157.


Background Color

.myBgColor { background-color: #525157; }

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

This div background color is #525157.


Border color

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

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

This div border color is #525157.


Opacity

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

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

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

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

This text has shadow with #525157 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #525157 on black background.


Color preview on white background

This text has color #525157 on white background.



Black color preview on #525157 background

This text has black color on #525157 background.


White color preview on #525157 background

This text has white color on #525157 background.