COLOR #5F526D

HEX: #5F526D
RGB: (95,82,109)

Color info

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

RGB color model

#5F526D color RGB value is (95,82,109).

  • red value is 95;
  • green value is 82;
  • blue value is 109.
RGB:
(95,82,109)
(37%,32%,43%)

RGB channels and saturation

R 95 of 255 = 37%
G 82 of 255 = 32%
B 109 of 255 = 43%

95
82
109

R + G + B ~ 37%. #5F526D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
95 + 82 + 109 = 286 (100%)
R 95 of 286 ~ 33.22%
G 82 of 286 ~ 28.67%
B 109 of 286 ~ 38.11%

%33.22
%28.67
%38.11

CMYK color model

#5F526D color CMYK value is (13,25,0,57).

  • cyan value is 12.84%
  • magenta value is 24.77%
  • yellow value is 0.00%
  • key color value is 57.25%
CMYK:
(13,25,0,57)
C13M25Y0K57 
(13%,25%,0%,57%)
(0.13/0.25/0.00/0.57)	

CMYK percentages

%12.84
%24.77
%0
%57.25

Codes

Color #5F526D in popluar color models

5F526D
RGB9582109
HSL269°14.14%37.45%
HSB/HSV269°24.77%42.75%
CMYK12.84%24.77%0.00%
57.25%

Color #5F526D in popluar number systems.

HEX5F526D
Decimal9582109
Binary101111110100101101101
Octal137122155

Shades and tints

Shades of #5F526D

#5F526D
(95,82,109)
#574B64
(87,75,100)
#4F445B
(79,68,91)
#473D52
(71,61,82)
#3F3649
(63,54,73)
#372F40
(55,47,64)
#2F2837
(47,40,55)
#27212E
(39,33,46)
#1F1A25
(31,26,37)
#17131C
(23,19,28)
#0F0C13
(15,12,19)
#000000
(0,0,0)

Tints of #5F526D

#5F526D
(95,82,109)
#6D617A
(109,97,122)
#7B7087
(123,112,135)
#897F94
(137,127,148)
#978EA1
(151,142,161)
#A59DAE
(165,157,174)
#B3ACBB
(179,172,187)
#C1BBC8
(193,187,200)
#CFCAD5
(207,202,213)
#DDD9E2
(221,217,226)
#EBE8EF
(235,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F526D color. Also use rgb(95,82,109) instead hex code.

Text Font Color

.myTextColor { color: #5F526D; }

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

This text font color is #5F526D.


Background Color

.myBgColor { background-color: #5F526D; }

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

This div background color is #5F526D.


Border color

.myBorderColor { border: 1px solid #5F526D; }

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

This div border color is #5F526D.


Opacity

.myOpacity80 { color: #5F526D; opacity: 0.8; }

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

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

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

This text has shadow with #5F526D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F526D on black background.


Color preview on white background

This text has color #5F526D on white background.



Black color preview on #5F526D background

This text has black color on #5F526D background.


White color preview on #5F526D background

This text has white color on #5F526D background.