COLOR #5F3139

HEX: #5F3139 RGB: (95,49,57)

Color info

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

RGB color model

#5F3139 color RGB value is (95,49,57).

RGB: (95,49,57) (37%, 19%, 22%)

RGB channels and saturation

R 95 of 255 = 37%
G 49 of 255 = 19%
B 57 of 255 = 22%

95
49
57

R + G + B ~ 26%. #5F3139 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 95 + 49 + 57 = 201 (100%)
R 95 of 201 ~ 47.26%
G 49 of 201 ~ 24.38%
B 57 of 201 ~ 28.36'%

%47.26
%24.38
%28.36

CMYK color model

#5F3139 color CMYK value is (0,48,40,63).

  • cyan value is 0.00%
  • magenta value is 48.42%
  • yellow value is 40.00%
  • key color value is 62.75%

CMYK: (0,48,40,63)
C0M48Y40K63 (0%, 48%, 40%, 63%)
(0.00 / 0.48 / 0.40 / 0.63)

CMYK percentages

%0
%48.42
%40
%62.75

Codes

Color #5F3139 in popluar color models

5F 31 39
RGB 95 49 57
HSL 350° 31.94% 28.24%
HSB/HSV 350° 48.42% 37.25%
CMYK 0.00% 48.42% 40.00%
62.75%

Color #5F3139 in popluar number systems.

HEX 5F 31 39
Decimal 95 49 57
Binary 1011111 110001 111001
Octal 137 61 71

Shades and tints

Shades of #5F3139

#5F3139
(95,49,57)
#572D34
(87,45,52)
#4F292F
(79,41,47)
#47252A
(71,37,42)
#3F2125
(63,33,37)
#371D20
(55,29,32)
#2F191B
(47,25,27)
#271516
(39,21,22)
#1F1111
(31,17,17)
#170D0C
(23,13,12)
#0F0907
(15,9,7)
#000000
(0,0,0)

Tints of #5F3139

#5F3139
(95,49,57)
#6D434B
(109,67,75)
#7B555D
(123,85,93)
#89676F
(137,103,111)
#977981
(151,121,129)
#A58B93
(165,139,147)
#B39DA5
(179,157,165)
#C1AFB7
(193,175,183)
#CFC1C9
(207,193,201)
#DDD3DB
(221,211,219)
#EBE5ED
(235,229,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F3139; }

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

This text font color is #5F3139.

Background Color

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

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

This div background color is #5F3139.

Border color

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

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

This div border color is #5F3139.

Opacity

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

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

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

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

This text has shadow with #5F3139 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5F3139.

Preview

Color preview on black background

This text has color #5F3139 on black background.


Color preview on white background

This text has color #5F3139 on white background.


Black color preview on #5F3139 background

This text has black color on #5F3139 background.


White color preview on #5F3139 background

This text has white color on #5F3139 background.


Related colors

Complementary color

Complementary color for #hex is #A0CEC6.


I love getcolorcode.com

Triadic colors

1 #395F31 and #31395F with #5F3139 are triadic colors.

2 #39315F and #315F39 with #5F3139 are triadic colors.