COLOR #5F526B

HEX: #5F526B RGB: (95,82,107)

Color info

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

RGB color model

#5F526B color RGB value is (95,82,107).

RGB: (95,82,107) (37%, 32%, 42%)

RGB channels and saturation

R 95 of 255 = 37%
G 82 of 255 = 32%
B 107 of 255 = 42%

95
82
107

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

Portions of RGB colors in percentages

R + G + B = 95 + 82 + 107 = 284 (100%)
R 95 of 284 ~ 33.45%
G 82 of 284 ~ 28.87%
B 107 of 284 ~ 37.68'%

%33.45
%28.87
%37.68

CMYK color model

#5F526B color CMYK value is (11,23,0,58).

  • cyan value is 11.21%
  • magenta value is 23.36%
  • yellow value is 0.00%
  • key color value is 58.04%

CMYK: (11,23,0,58)
C11M23Y0K58 (11%, 23%, 0%, 58%)
(0.11 / 0.23 / 0.00 / 0.58)

CMYK percentages

%11.21
%23.36
%0
%58.04

Codes

Color #5F526B in popluar color models

5F 52 6B
RGB 95 82 107
HSL 271° 13.23% 37.06%
HSB/HSV 271° 23.36% 41.96%
CMYK 11.21% 23.36% 0.00%
58.04%

Color #5F526B in popluar number systems.

HEX 5F 52 6B
Decimal 95 82 107
Binary 1011111 1010010 1101011
Octal 137 122 153

Shades and tints

Shades of #5F526B

#5F526B
(95,82,107)
#574B62
(87,75,98)
#4F4459
(79,68,89)
#473D50
(71,61,80)
#3F3647
(63,54,71)
#372F3E
(55,47,62)
#2F2835
(47,40,53)
#27212C
(39,33,44)
#1F1A23
(31,26,35)
#17131A
(23,19,26)
#0F0C11
(15,12,17)
#000000
(0,0,0)

Tints of #5F526B

#5F526B
(95,82,107)
#6D6178
(109,97,120)
#7B7085
(123,112,133)
#897F92
(137,127,146)
#978E9F
(151,142,159)
#A59DAC
(165,157,172)
#B3ACB9
(179,172,185)
#C1BBC6
(193,187,198)
#CFCAD3
(207,202,211)
#DDD9E0
(221,217,224)
#EBE8ED
(235,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F526B; }

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

This text font color is #5F526B.

Background Color

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

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

This div background color is #5F526B.

Border color

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

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

This div border color is #5F526B.

Opacity

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

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

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

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

This text has shadow with #5F526B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5F526B.

Preview

Color preview on black background

This text has color #5F526B on black background.


Color preview on white background

This text has color #5F526B on white background.


Black color preview on #5F526B background

This text has black color on #5F526B background.


White color preview on #5F526B background

This text has white color on #5F526B background.


Related colors

Complementary color

Complementary color for #hex is #A0AD94.


I love getcolorcode.com

Triadic colors

1 #6B5F52 and #526B5F with #5F526B are triadic colors.

2 #6B525F and #525F6B with #5F526B are triadic colors.