COLOR #5F3E49

HEX: #5F3E49
RGB: (95,62,73)

Color info

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

RGB color model

#5F3E49 color RGB value is (95,62,73).

  • red value is 95;
  • green value is 62;
  • blue value is 73.
RGB:
(95,62,73)
(37%,24%,29%)

RGB channels and saturation

R 95 of 255 = 37%
G 62 of 255 = 24%
B 73 of 255 = 29%

95
62
73

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

Portions of RGB colors in percentages

R + G + B =
95 + 62 + 73 = 230 (100%)
R 95 of 230 ~ 41.3%
G 62 of 230 ~ 26.96%
B 73 of 230 ~ 31.74%

%41.3
%26.96
%31.74

CMYK color model

#5F3E49 color CMYK value is (0,35,23,63).

  • cyan value is 0.00%
  • magenta value is 34.74%
  • yellow value is 23.16%
  • key color value is 62.75%
CMYK:
(0,35,23,63)
C0M35Y23K63 
(0%,35%,23%,63%)
(0.00/0.35/0.23/0.63)	

CMYK percentages

%0
%34.74
%23.16
%62.75

Codes

Color #5F3E49 in popluar color models

5F3E49
RGB956273
HSL340°21.02%30.78%
HSB/HSV340°34.74%37.25%
CMYK0.00%34.74%23.16%
62.75%

Color #5F3E49 in popluar number systems.

HEX5F3E49
Decimal956273
Binary10111111111101001001
Octal13776111

Shades and tints

Shades of #5F3E49

#5F3E49
(95,62,73)
#573943
(87,57,67)
#4F343D
(79,52,61)
#472F37
(71,47,55)
#3F2A31
(63,42,49)
#37252B
(55,37,43)
#2F2025
(47,32,37)
#271B1F
(39,27,31)
#1F1619
(31,22,25)
#171113
(23,17,19)
#0F0C0D
(15,12,13)
#000000
(0,0,0)

Tints of #5F3E49

#5F3E49
(95,62,73)
#6D4F59
(109,79,89)
#7B6069
(123,96,105)
#897179
(137,113,121)
#978289
(151,130,137)
#A59399
(165,147,153)
#B3A4A9
(179,164,169)
#C1B5B9
(193,181,185)
#CFC6C9
(207,198,201)
#DDD7D9
(221,215,217)
#EBE8E9
(235,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F3E49 color. Also use rgb(95,62,73) instead hex code.

Text Font Color

.myTextColor { color: #5F3E49; }

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

This text font color is #5F3E49.


Background Color

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

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

This div background color is #5F3E49.


Border color

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

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

This div border color is #5F3E49.


Opacity

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

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

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

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

This text has shadow with #5F3E49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F3E49 on black background.


Color preview on white background

This text has color #5F3E49 on white background.



Black color preview on #5F3E49 background

This text has black color on #5F3E49 background.


White color preview on #5F3E49 background

This text has white color on #5F3E49 background.