COLOR #525266

HEX: #525266
RGB: (82,82,102)

Color info

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

RGB color model

#525266 color RGB value is (82,82,102).

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

RGB channels and saturation

R 82 of 255 = 32%
G 82 of 255 = 32%
B 102 of 255 = 40%

82
82
102

R + G + B ~ 35%. #525266 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 82 + 102 = 266 (100%)
R 82 of 266 ~ 30.83%
G 82 of 266 ~ 30.83%
B 102 of 266 ~ 38.35%

%30.83
%30.83
%38.35

CMYK color model

#525266 color CMYK value is (20,20,0,60).

  • cyan value is 19.61%
  • magenta value is 19.61%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK:
(20,20,0,60)
C20M20Y0K60 
(20%,20%,0%,60%)
(0.20/0.20/0.00/0.60)	

CMYK percentages

%19.61
%19.61
%0
%60

Codes

Color #525266 in popluar color models

525266
RGB8282102
HSL240°10.87%36.08%
HSB/HSV240°19.61%40.00%
CMYK19.61%19.61%0.00%
60.00%

Color #525266 in popluar number systems.

HEX525266
Decimal8282102
Binary101001010100101100110
Octal122122146

Shades and tints

Shades of #525266

#525266
(82,82,102)
#4B4B5D
(75,75,93)
#444454
(68,68,84)
#3D3D4B
(61,61,75)
#363642
(54,54,66)
#2F2F39
(47,47,57)
#282830
(40,40,48)
#212127
(33,33,39)
#1A1A1E
(26,26,30)
#131315
(19,19,21)
#0C0C0C
(12,12,12)
#000000
(0,0,0)

Tints of #525266

#525266
(82,82,102)
#616173
(97,97,115)
#707080
(112,112,128)
#7F7F8D
(127,127,141)
#8E8E9A
(142,142,154)
#9D9DA7
(157,157,167)
#ACACB4
(172,172,180)
#BBBBC1
(187,187,193)
#CACACE
(202,202,206)
#D9D9DB
(217,217,219)
#E8E8E8
(232,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #525266; }

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

This text font color is #525266.


Background Color

.myBgColor { background-color: #525266; }

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

This div background color is #525266.


Border color

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

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

This div border color is #525266.


Opacity

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

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

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

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

This text has shadow with #525266 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #525266 on black background.


Color preview on white background

This text has color #525266 on white background.



Black color preview on #525266 background

This text has black color on #525266 background.


White color preview on #525266 background

This text has white color on #525266 background.