COLOR #525165

HEX: #525165
RGB: (82,81,101)

Color info

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

RGB color model

#525165 color RGB value is (82,81,101).

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

RGB channels and saturation

R 82 of 255 = 32%
G 81 of 255 = 32%
B 101 of 255 = 40%

82
81
101

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

Portions of RGB colors in percentages

R + G + B =
82 + 81 + 101 = 264 (100%)
R 82 of 264 ~ 31.06%
G 81 of 264 ~ 30.68%
B 101 of 264 ~ 38.26%

%31.06
%30.68
%38.26

CMYK color model

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

  • cyan value is 18.81%
  • magenta value is 19.80%
  • yellow value is 0.00%
  • key color value is 60.39%
CMYK:
(19,20,0,60)
C19M20Y0K60 
(19%,20%,0%,60%)
(0.19/0.20/0.00/0.60)	

CMYK percentages

%18.81
%19.8
%0
%60.39

Codes

Color #525165 in popluar color models

525165
RGB8281101
HSL243°10.99%35.69%
HSB/HSV243°19.80%39.61%
CMYK18.81%19.80%0.00%
60.39%

Color #525165 in popluar number systems.

HEX525165
Decimal8281101
Binary101001010100011100101
Octal122121145

Shades and tints

Shades of #525165

#525165
(82,81,101)
#4B4A5C
(75,74,92)
#444353
(68,67,83)
#3D3C4A
(61,60,74)
#363541
(54,53,65)
#2F2E38
(47,46,56)
#28272F
(40,39,47)
#212026
(33,32,38)
#1A191D
(26,25,29)
#131214
(19,18,20)
#0C0B0B
(12,11,11)
#000000
(0,0,0)

Tints of #525165

#525165
(82,81,101)
#616073
(97,96,115)
#706F81
(112,111,129)
#7F7E8F
(127,126,143)
#8E8D9D
(142,141,157)
#9D9CAB
(157,156,171)
#ACABB9
(172,171,185)
#BBBAC7
(187,186,199)
#CAC9D5
(202,201,213)
#D9D8E3
(217,216,227)
#E8E7F1
(232,231,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #525165; }

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

This text font color is #525165.


Background Color

.myBgColor { background-color: #525165; }

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

This div background color is #525165.


Border color

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

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

This div border color is #525165.


Opacity

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

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

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

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

This text has shadow with #525165 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #525165 on black background.


Color preview on white background

This text has color #525165 on white background.



Black color preview on #525165 background

This text has black color on #525165 background.


White color preview on #525165 background

This text has white color on #525165 background.