COLOR #525E65

HEX: #525E65
RGB: (82,94,101)

Color info

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

RGB color model

#525E65 color RGB value is (82,94,101).

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

RGB channels and saturation

R 82 of 255 = 32%
G 94 of 255 = 37%
B 101 of 255 = 40%

82
94
101

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

Portions of RGB colors in percentages

R + G + B =
82 + 94 + 101 = 277 (100%)
R 82 of 277 ~ 29.6%
G 94 of 277 ~ 33.94%
B 101 of 277 ~ 36.46%

%29.6
%33.94
%36.46

CMYK color model

#525E65 color CMYK value is (19,7,0,60).

  • cyan value is 18.81%
  • magenta value is 6.93%
  • yellow value is 0.00%
  • key color value is 60.39%
CMYK:
(19,7,0,60)
C19M7Y0K60 
(19%,7%,0%,60%)
(0.19/0.07/0.00/0.60)	

CMYK percentages

%18.81
%6.93
%0
%60.39

Codes

Color #525E65 in popluar color models

525E65
RGB8294101
HSL202°10.38%35.88%
HSB/HSV202°18.81%39.61%
CMYK18.81%6.93%0.00%
60.39%

Color #525E65 in popluar number systems.

HEX525E65
Decimal8294101
Binary101001010111101100101
Octal122136145

Shades and tints

Shades of #525E65

#525E65
(82,94,101)
#4B565C
(75,86,92)
#444E53
(68,78,83)
#3D464A
(61,70,74)
#363E41
(54,62,65)
#2F3638
(47,54,56)
#282E2F
(40,46,47)
#212626
(33,38,38)
#1A1E1D
(26,30,29)
#131614
(19,22,20)
#0C0E0B
(12,14,11)
#000000
(0,0,0)

Tints of #525E65

#525E65
(82,94,101)
#616C73
(97,108,115)
#707A81
(112,122,129)
#7F888F
(127,136,143)
#8E969D
(142,150,157)
#9DA4AB
(157,164,171)
#ACB2B9
(172,178,185)
#BBC0C7
(187,192,199)
#CACED5
(202,206,213)
#D9DCE3
(217,220,227)
#E8EAF1
(232,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #525E65; }

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

This text font color is #525E65.


Background Color

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

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

This div background color is #525E65.


Border color

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

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

This div border color is #525E65.


Opacity

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

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

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

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

This text has shadow with #525E65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #525E65 on black background.


Color preview on white background

This text has color #525E65 on white background.



Black color preview on #525E65 background

This text has black color on #525E65 background.


White color preview on #525E65 background

This text has white color on #525E65 background.