COLOR #5F516A

HEX: #5F516A
RGB: (95,81,106)

Color info

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

RGB color model

#5F516A color RGB value is (95,81,106).

  • red value is 95;
  • green value is 81;
  • blue value is 106.
RGB:
(95,81,106)
(37%,32%,42%)

RGB channels and saturation

R 95 of 255 = 37%
G 81 of 255 = 32%
B 106 of 255 = 42%

95
81
106

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

Portions of RGB colors in percentages

R + G + B =
95 + 81 + 106 = 282 (100%)
R 95 of 282 ~ 33.69%
G 81 of 282 ~ 28.72%
B 106 of 282 ~ 37.59%

%33.69
%28.72
%37.59

CMYK color model

#5F516A color CMYK value is (10,24,0,58).

  • cyan value is 10.38%
  • magenta value is 23.58%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK:
(10,24,0,58)
C10M24Y0K58 
(10%,24%,0%,58%)
(0.10/0.24/0.00/0.58)	

CMYK percentages

%10.38
%23.58
%0
%58.43

Codes

Color #5F516A in popluar color models

5F516A
RGB9581106
HSL274°13.37%36.67%
HSB/HSV274°23.58%41.57%
CMYK10.38%23.58%0.00%
58.43%

Color #5F516A in popluar number systems.

HEX5F516A
Decimal9581106
Binary101111110100011101010
Octal137121152

Shades and tints

Shades of #5F516A

#5F516A
(95,81,106)
#574A61
(87,74,97)
#4F4358
(79,67,88)
#473C4F
(71,60,79)
#3F3546
(63,53,70)
#372E3D
(55,46,61)
#2F2734
(47,39,52)
#27202B
(39,32,43)
#1F1922
(31,25,34)
#171219
(23,18,25)
#0F0B10
(15,11,16)
#000000
(0,0,0)

Tints of #5F516A

#5F516A
(95,81,106)
#6D6077
(109,96,119)
#7B6F84
(123,111,132)
#897E91
(137,126,145)
#978D9E
(151,141,158)
#A59CAB
(165,156,171)
#B3ABB8
(179,171,184)
#C1BAC5
(193,186,197)
#CFC9D2
(207,201,210)
#DDD8DF
(221,216,223)
#EBE7EC
(235,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F516A color. Also use rgb(95,81,106) instead hex code.

Text Font Color

.myTextColor { color: #5F516A; }

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

This text font color is #5F516A.


Background Color

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

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

This div background color is #5F516A.


Border color

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

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

This div border color is #5F516A.


Opacity

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

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

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

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

This text has shadow with #5F516A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F516A on black background.


Color preview on white background

This text has color #5F516A on white background.



Black color preview on #5F516A background

This text has black color on #5F516A background.


White color preview on #5F516A background

This text has white color on #5F516A background.