COLOR #525155

HEX: #525155
RGB: (82,81,85)

Color info

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

RGB color model

#525155 color RGB value is (82,81,85).

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

RGB channels and saturation

R 82 of 255 = 32%
G 81 of 255 = 32%
B 85 of 255 = 33%

82
81
85

R + G + B ~ 32%. #525155 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 81 + 85 = 248 (100%)
R 82 of 248 ~ 33.06%
G 81 of 248 ~ 32.66%
B 85 of 248 ~ 34.27%

%33.06
%32.66
%34.27

CMYK color model

#525155 color CMYK value is (4,5,0,67).

  • cyan value is 3.53%
  • magenta value is 4.71%
  • yellow value is 0.00%
  • key color value is 66.67%
CMYK:
(4,5,0,67)
C4M5Y0K67 
(4%,5%,0%,67%)
(0.04/0.05/0.00/0.67)	

CMYK percentages

%3.53
%4.71
%0
%66.67

Codes

Color #525155 in popluar color models

525155
RGB828185
HSL255°2.41%32.55%
HSB/HSV255°4.71%33.33%
CMYK3.53%4.71%0.00%
66.67%

Color #525155 in popluar number systems.

HEX525155
Decimal828185
Binary101001010100011010101
Octal122121125

Shades and tints

Shades of #525155

#525155
(82,81,85)
#4B4A4E
(75,74,78)
#444347
(68,67,71)
#3D3C40
(61,60,64)
#363539
(54,53,57)
#2F2E32
(47,46,50)
#28272B
(40,39,43)
#212024
(33,32,36)
#1A191D
(26,25,29)
#131216
(19,18,22)
#0C0B0F
(12,11,15)
#000000
(0,0,0)

Tints of #525155

#525155
(82,81,85)
#616064
(97,96,100)
#706F73
(112,111,115)
#7F7E82
(127,126,130)
#8E8D91
(142,141,145)
#9D9CA0
(157,156,160)
#ACABAF
(172,171,175)
#BBBABE
(187,186,190)
#CAC9CD
(202,201,205)
#D9D8DC
(217,216,220)
#E8E7EB
(232,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #525155; }

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

This text font color is #525155.


Background Color

.myBgColor { background-color: #525155; }

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

This div background color is #525155.


Border color

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

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

This div border color is #525155.


Opacity

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

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

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

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

This text has shadow with #525155 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #525155 on black background.


Color preview on white background

This text has color #525155 on white background.



Black color preview on #525155 background

This text has black color on #525155 background.


White color preview on #525155 background

This text has white color on #525155 background.