COLOR #525967

HEX: #525967
RGB: (82,89,103)

Color info

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

RGB color model

#525967 color RGB value is (82,89,103).

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

RGB channels and saturation

R 82 of 255 = 32%
G 89 of 255 = 35%
B 103 of 255 = 40%

82
89
103

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

Portions of RGB colors in percentages

R + G + B =
82 + 89 + 103 = 274 (100%)
R 82 of 274 ~ 29.93%
G 89 of 274 ~ 32.48%
B 103 of 274 ~ 37.59%

%29.93
%32.48
%37.59

CMYK color model

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

  • cyan value is 20.39%
  • magenta value is 13.59%
  • yellow value is 0.00%
  • key color value is 59.61%
CMYK:
(20,14,0,60)
C20M14Y0K60 
(20%,14%,0%,60%)
(0.20/0.14/0.00/0.60)	

CMYK percentages

%20.39
%13.59
%0
%59.61

Codes

Color #525967 in popluar color models

525967
RGB8289103
HSL220°11.35%36.27%
HSB/HSV220°20.39%40.39%
CMYK20.39%13.59%0.00%
59.61%

Color #525967 in popluar number systems.

HEX525967
Decimal8289103
Binary101001010110011100111
Octal122131147

Shades and tints

Shades of #525967

#525967
(82,89,103)
#4B515E
(75,81,94)
#444955
(68,73,85)
#3D414C
(61,65,76)
#363943
(54,57,67)
#2F313A
(47,49,58)
#282931
(40,41,49)
#212128
(33,33,40)
#1A191F
(26,25,31)
#131116
(19,17,22)
#0C090D
(12,9,13)
#000000
(0,0,0)

Tints of #525967

#525967
(82,89,103)
#616874
(97,104,116)
#707781
(112,119,129)
#7F868E
(127,134,142)
#8E959B
(142,149,155)
#9DA4A8
(157,164,168)
#ACB3B5
(172,179,181)
#BBC2C2
(187,194,194)
#CAD1CF
(202,209,207)
#D9E0DC
(217,224,220)
#E8EFE9
(232,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #525967; }

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

This text font color is #525967.


Background Color

.myBgColor { background-color: #525967; }

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

This div background color is #525967.


Border color

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

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

This div border color is #525967.


Opacity

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

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

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

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

This text has shadow with #525967 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #525967 on black background.


Color preview on white background

This text has color #525967 on white background.



Black color preview on #525967 background

This text has black color on #525967 background.


White color preview on #525967 background

This text has white color on #525967 background.