COLOR #525271

HEX: #525271
RGB: (82,82,113)

Color info

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

RGB color model

#525271 color RGB value is (82,82,113).

  • red value is 82;
  • green value is 82;
  • blue value is 113.
RGB:
(82,82,113)
(32%,32%,44%)

RGB channels and saturation

R 82 of 255 = 32%
G 82 of 255 = 32%
B 113 of 255 = 44%

82
82
113

R + G + B ~ 36%. #525271 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 82 + 113 = 277 (100%)
R 82 of 277 ~ 29.6%
G 82 of 277 ~ 29.6%
B 113 of 277 ~ 40.79%

%29.6
%29.6
%40.79

CMYK color model

#525271 color CMYK value is (27,27,0,56).

  • cyan value is 27.43%
  • magenta value is 27.43%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(27,27,0,56)
C27M27Y0K56 
(27%,27%,0%,56%)
(0.27/0.27/0.00/0.56)	

CMYK percentages

%27.43
%27.43
%0
%55.69

Codes

Color #525271 in popluar color models

525271
RGB8282113
HSL240°15.90%38.24%
HSB/HSV240°27.43%44.31%
CMYK27.43%27.43%0.00%
55.69%

Color #525271 in popluar number systems.

HEX525271
Decimal8282113
Binary101001010100101110001
Octal122122161

Shades and tints

Shades of #525271

#525271
(82,82,113)
#4B4B67
(75,75,103)
#44445D
(68,68,93)
#3D3D53
(61,61,83)
#363649
(54,54,73)
#2F2F3F
(47,47,63)
#282835
(40,40,53)
#21212B
(33,33,43)
#1A1A21
(26,26,33)
#131317
(19,19,23)
#0C0C0D
(12,12,13)
#000000
(0,0,0)

Tints of #525271

#525271
(82,82,113)
#61617D
(97,97,125)
#707089
(112,112,137)
#7F7F95
(127,127,149)
#8E8EA1
(142,142,161)
#9D9DAD
(157,157,173)
#ACACB9
(172,172,185)
#BBBBC5
(187,187,197)
#CACAD1
(202,202,209)
#D9D9DD
(217,217,221)
#E8E8E9
(232,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #525271; }

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

This text font color is #525271.


Background Color

.myBgColor { background-color: #525271; }

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

This div background color is #525271.


Border color

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

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

This div border color is #525271.


Opacity

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

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

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

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

This text has shadow with #525271 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #525271 on black background.


Color preview on white background

This text has color #525271 on white background.



Black color preview on #525271 background

This text has black color on #525271 background.


White color preview on #525271 background

This text has white color on #525271 background.