COLOR #5F394D

HEX: #5F394D
RGB: (95,57,77)

Color info

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

RGB color model

#5F394D color RGB value is (95,57,77).

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

RGB channels and saturation

R 95 of 255 = 37%
G 57 of 255 = 22%
B 77 of 255 = 30%

95
57
77

R + G + B ~ 30%. #5F394D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
95 + 57 + 77 = 229 (100%)
R 95 of 229 ~ 41.48%
G 57 of 229 ~ 24.89%
B 77 of 229 ~ 33.62%

%41.48
%24.89
%33.62

CMYK color model

#5F394D color CMYK value is (0,40,19,63).

  • cyan value is 0.00%
  • magenta value is 40.00%
  • yellow value is 18.95%
  • key color value is 62.75%
CMYK:
(0,40,19,63)
C0M40Y19K63 
(0%,40%,19%,63%)
(0.00/0.40/0.19/0.63)	

CMYK percentages

%0
%40
%18.95
%62.75

Codes

Color #5F394D in popluar color models

5F394D
RGB955777
HSL328°25.00%29.80%
HSB/HSV328°40.00%37.25%
CMYK0.00%40.00%18.95%
62.75%

Color #5F394D in popluar number systems.

HEX5F394D
Decimal955777
Binary10111111110011001101
Octal13771115

Shades and tints

Shades of #5F394D

#5F394D
(95,57,77)
#573446
(87,52,70)
#4F2F3F
(79,47,63)
#472A38
(71,42,56)
#3F2531
(63,37,49)
#37202A
(55,32,42)
#2F1B23
(47,27,35)
#27161C
(39,22,28)
#1F1115
(31,17,21)
#170C0E
(23,12,14)
#0F0707
(15,7,7)
#000000
(0,0,0)

Tints of #5F394D

#5F394D
(95,57,77)
#6D4B5D
(109,75,93)
#7B5D6D
(123,93,109)
#896F7D
(137,111,125)
#97818D
(151,129,141)
#A5939D
(165,147,157)
#B3A5AD
(179,165,173)
#C1B7BD
(193,183,189)
#CFC9CD
(207,201,205)
#DDDBDD
(221,219,221)
#EBEDED
(235,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F394D; }

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

This text font color is #5F394D.


Background Color

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

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

This div background color is #5F394D.


Border color

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

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

This div border color is #5F394D.


Opacity

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

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

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

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

This text has shadow with #5F394D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F394D on black background.


Color preview on white background

This text has color #5F394D on white background.



Black color preview on #5F394D background

This text has black color on #5F394D background.


White color preview on #5F394D background

This text has white color on #5F394D background.