COLOR #5F5D77

HEX: #5F5D77
RGB: (95,93,119)

Color info

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

RGB color model

#5F5D77 color RGB value is (95,93,119).

  • red value is 95;
  • green value is 93;
  • blue value is 119.
RGB:
(95,93,119)
(37%,36%,47%)

RGB channels and saturation

R 95 of 255 = 37%
G 93 of 255 = 36%
B 119 of 255 = 47%

95
93
119

R + G + B ~ 40%. #5F5D77 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
95 + 93 + 119 = 307 (100%)
R 95 of 307 ~ 30.94%
G 93 of 307 ~ 30.29%
B 119 of 307 ~ 38.76%

%30.94
%30.29
%38.76

CMYK color model

#5F5D77 color CMYK value is (20,22,0,53).

  • cyan value is 20.17%
  • magenta value is 21.85%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(20,22,0,53)
C20M22Y0K53 
(20%,22%,0%,53%)
(0.20/0.22/0.00/0.53)	

CMYK percentages

%20.17
%21.85
%0
%53.33

Codes

Color #5F5D77 in popluar color models

5F5D77
RGB9593119
HSL245°12.26%41.57%
HSB/HSV245°21.85%46.67%
CMYK20.17%21.85%0.00%
53.33%

Color #5F5D77 in popluar number systems.

HEX5F5D77
Decimal9593119
Binary101111110111011110111
Octal137135167

Shades and tints

Shades of #5F5D77

#5F5D77
(95,93,119)
#57556D
(87,85,109)
#4F4D63
(79,77,99)
#474559
(71,69,89)
#3F3D4F
(63,61,79)
#373545
(55,53,69)
#2F2D3B
(47,45,59)
#272531
(39,37,49)
#1F1D27
(31,29,39)
#17151D
(23,21,29)
#0F0D13
(15,13,19)
#000000
(0,0,0)

Tints of #5F5D77

#5F5D77
(95,93,119)
#6D6B83
(109,107,131)
#7B798F
(123,121,143)
#89879B
(137,135,155)
#9795A7
(151,149,167)
#A5A3B3
(165,163,179)
#B3B1BF
(179,177,191)
#C1BFCB
(193,191,203)
#CFCDD7
(207,205,215)
#DDDBE3
(221,219,227)
#EBE9EF
(235,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F5D77 color. Also use rgb(95,93,119) instead hex code.

Text Font Color

.myTextColor { color: #5F5D77; }

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

This text font color is #5F5D77.


Background Color

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

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

This div background color is #5F5D77.


Border color

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

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

This div border color is #5F5D77.


Opacity

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

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

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

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

This text has shadow with #5F5D77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F5D77 on black background.


Color preview on white background

This text has color #5F5D77 on white background.



Black color preview on #5F5D77 background

This text has black color on #5F5D77 background.


White color preview on #5F5D77 background

This text has white color on #5F5D77 background.