COLOR #5F454D

HEX: #5F454D
RGB: (95,69,77)

Color info

#5F454D contains red, green and blue colors in about the same proportion. Web safe color of #5F454D is #663333 (or #633).

RGB color model

#5F454D color RGB value is (95,69,77).

  • red value is 95;
  • green value is 69;
  • blue value is 77.
RGB:
(95,69,77)
(37%,27%,30%)

RGB channels and saturation

R 95 of 255 = 37%
G 69 of 255 = 27%
B 77 of 255 = 30%

95
69
77

R + G + B ~ 31%. #5F454D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
95 + 69 + 77 = 241 (100%)
R 95 of 241 ~ 39.42%
G 69 of 241 ~ 28.63%
B 77 of 241 ~ 31.95%

%39.42
%28.63
%31.95

CMYK color model

#5F454D color CMYK value is (0,27,19,63).

  • cyan value is 0.00%
  • magenta value is 27.37%
  • yellow value is 18.95%
  • key color value is 62.75%
CMYK:
(0,27,19,63)
C0M27Y19K63 
(0%,27%,19%,63%)
(0.00/0.27/0.19/0.63)	

CMYK percentages

%0
%27.37
%18.95
%62.75

Codes

Color #5F454D in popluar color models

5F454D
RGB956977
HSL342°15.85%32.16%
HSB/HSV342°27.37%37.25%
CMYK0.00%27.37%18.95%
62.75%

Color #5F454D in popluar number systems.

HEX5F454D
Decimal956977
Binary101111110001011001101
Octal137105115

Shades and tints

Shades of #5F454D

#5F454D
(95,69,77)
#573F46
(87,63,70)
#4F393F
(79,57,63)
#473338
(71,51,56)
#3F2D31
(63,45,49)
#37272A
(55,39,42)
#2F2123
(47,33,35)
#271B1C
(39,27,28)
#1F1515
(31,21,21)
#170F0E
(23,15,14)
#0F0907
(15,9,7)
#000000
(0,0,0)

Tints of #5F454D

#5F454D
(95,69,77)
#6D555D
(109,85,93)
#7B656D
(123,101,109)
#89757D
(137,117,125)
#97858D
(151,133,141)
#A5959D
(165,149,157)
#B3A5AD
(179,165,173)
#C1B5BD
(193,181,189)
#CFC5CD
(207,197,205)
#DDD5DD
(221,213,221)
#EBE5ED
(235,229,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F454D color. Also use rgb(95,69,77) instead hex code.

Text Font Color

.myTextColor { color: #5F454D; }

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

This text font color is #5F454D.


Background Color

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

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

This div background color is #5F454D.


Border color

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

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

This div border color is #5F454D.


Opacity

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

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

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

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

This text has shadow with #5F454D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F454D on black background.


Color preview on white background

This text has color #5F454D on white background.



Black color preview on #5F454D background

This text has black color on #5F454D background.


White color preview on #5F454D background

This text has white color on #5F454D background.