COLOR #525D7D

HEX: #525D7D
RGB: (82,93,125)

Color info

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

RGB color model

#525D7D color RGB value is (82,93,125).

  • red value is 82;
  • green value is 93;
  • blue value is 125.
RGB:
(82,93,125)
(32%,36%,49%)

RGB channels and saturation

R 82 of 255 = 32%
G 93 of 255 = 36%
B 125 of 255 = 49%

82
93
125

R + G + B ~ 39%. #525D7D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 93 + 125 = 300 (100%)
R 82 of 300 ~ 27.33%
G 93 of 300 ~ 31%
B 125 of 300 ~ 41.67%

%27.33
%31
%41.67

CMYK color model

#525D7D color CMYK value is (34,26,0,51).

  • cyan value is 34.40%
  • magenta value is 25.60%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(34,26,0,51)
C34M26Y0K51 
(34%,26%,0%,51%)
(0.34/0.26/0.00/0.51)	

CMYK percentages

%34.4
%25.6
%0
%50.98

Codes

Color #525D7D in popluar color models

525D7D
RGB8293125
HSL225°20.77%40.59%
HSB/HSV225°34.40%49.02%
CMYK34.40%25.60%0.00%
50.98%

Color #525D7D in popluar number systems.

HEX525D7D
Decimal8293125
Binary101001010111011111101
Octal122135175

Shades and tints

Shades of #525D7D

#525D7D
(82,93,125)
#4B5572
(75,85,114)
#444D67
(68,77,103)
#3D455C
(61,69,92)
#363D51
(54,61,81)
#2F3546
(47,53,70)
#282D3B
(40,45,59)
#212530
(33,37,48)
#1A1D25
(26,29,37)
#13151A
(19,21,26)
#0C0D0F
(12,13,15)
#000000
(0,0,0)

Tints of #525D7D

#525D7D
(82,93,125)
#616B88
(97,107,136)
#707993
(112,121,147)
#7F879E
(127,135,158)
#8E95A9
(142,149,169)
#9DA3B4
(157,163,180)
#ACB1BF
(172,177,191)
#BBBFCA
(187,191,202)
#CACDD5
(202,205,213)
#D9DBE0
(217,219,224)
#E8E9EB
(232,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #525D7D color. Also use rgb(82,93,125) instead hex code.

Text Font Color

.myTextColor { color: #525D7D; }

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

This text font color is #525D7D.


Background Color

.myBgColor { background-color: #525D7D; }

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

This div background color is #525D7D.


Border color

.myBorderColor { border: 1px solid #525D7D; }

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

This div border color is #525D7D.


Opacity

.myOpacity80 { color: #525D7D; opacity: 0.8; }

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

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

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

This text has shadow with #525D7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #525D7D on black background.


Color preview on white background

This text has color #525D7D on white background.



Black color preview on #525D7D background

This text has black color on #525D7D background.


White color preview on #525D7D background

This text has white color on #525D7D background.