COLOR #5F506E

HEX: #5F506E RGB: (95,80,110)

Color info

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

RGB color model

#5F506E color RGB value is (95,80,110).

RGB: (95,80,110) (37%, 31%, 43%)

RGB channels and saturation

R 95 of 255 = 37%
G 80 of 255 = 31%
B 110 of 255 = 43%

95
80
110

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

Portions of RGB colors in percentages

R + G + B = 95 + 80 + 110 = 285 (100%)
R 95 of 285 ~ 33.33%
G 80 of 285 ~ 28.07%
B 110 of 285 ~ 38.6'%

%33.33
%28.07
%38.6

CMYK color model

#5F506E color CMYK value is (14,27,0,57).

  • cyan value is 13.64%
  • magenta value is 27.27%
  • yellow value is 0.00%
  • key color value is 56.86%

CMYK: (14,27,0,57)
C14M27Y0K57 (14%, 27%, 0%, 57%)
(0.14 / 0.27 / 0.00 / 0.57)

CMYK percentages

%13.64
%27.27
%0
%56.86

Codes

Color #5F506E in popluar color models

5F 50 6E
RGB 95 80 110
HSL 270° 15.79% 37.25%
HSB/HSV 270° 27.27% 43.14%
CMYK 13.64% 27.27% 0.00%
56.86%

Color #5F506E in popluar number systems.

HEX 5F 50 6E
Decimal 95 80 110
Binary 1011111 1010000 1101110
Octal 137 120 156

Shades and tints

Shades of #5F506E

#5F506E
(95,80,110)
#574964
(87,73,100)
#4F425A
(79,66,90)
#473B50
(71,59,80)
#3F3446
(63,52,70)
#372D3C
(55,45,60)
#2F2632
(47,38,50)
#271F28
(39,31,40)
#1F181E
(31,24,30)
#171114
(23,17,20)
#0F0A0A
(15,10,10)
#000000
(0,0,0)

Tints of #5F506E

#5F506E
(95,80,110)
#6D5F7B
(109,95,123)
#7B6E88
(123,110,136)
#897D95
(137,125,149)
#978CA2
(151,140,162)
#A59BAF
(165,155,175)
#B3AABC
(179,170,188)
#C1B9C9
(193,185,201)
#CFC8D6
(207,200,214)
#DDD7E3
(221,215,227)
#EBE6F0
(235,230,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F506E color. Also use rgb(95,80,110) instead hex code.

Text Font Color

.myTextColor { color: #5F506E; }

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

This text font color is #5F506E.

Background Color

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

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

This div background color is #5F506E.

Border color

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

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

This div border color is #5F506E.

Opacity

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

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

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

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

This text has shadow with #5F506E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5F506E.

Preview

Color preview on black background

This text has color #5F506E on black background.


Color preview on white background

This text has color #5F506E on white background.


Black color preview on #5F506E background

This text has black color on #5F506E background.


White color preview on #5F506E background

This text has white color on #5F506E background.


Related colors

Complementary color

Complementary color for #hex is #A0AF91.


I love getcolorcode.com

Triadic colors

1 #6E5F50 and #506E5F with #5F506E are triadic colors.

2 #6E505F and #505F6E with #5F506E are triadic colors.