COLOR #5F3E4B

HEX: #5F3E4B
RGB: (95,62,75)

Color info

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

RGB color model

#5F3E4B color RGB value is (95,62,75).

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

RGB channels and saturation

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

95
62
75

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

Portions of RGB colors in percentages

R + G + B =
95 + 62 + 75 = 232 (100%)
R 95 of 232 ~ 40.95%
G 62 of 232 ~ 26.72%
B 75 of 232 ~ 32.33%

%40.95
%26.72
%32.33

CMYK color model

#5F3E4B color CMYK value is (0,35,21,63).

  • cyan value is 0.00%
  • magenta value is 34.74%
  • yellow value is 21.05%
  • key color value is 62.75%
CMYK:
(0,35,21,63)
C0M35Y21K63 
(0%,35%,21%,63%)
(0.00/0.35/0.21/0.63)	

CMYK percentages

%0
%34.74
%21.05
%62.75

Codes

Color #5F3E4B in popluar color models

5F3E4B
RGB956275
HSL336°21.02%30.78%
HSB/HSV336°34.74%37.25%
CMYK0.00%34.74%21.05%
62.75%

Color #5F3E4B in popluar number systems.

HEX5F3E4B
Decimal956275
Binary10111111111101001011
Octal13776113

Shades and tints

Shades of #5F3E4B

#5F3E4B
(95,62,75)
#573945
(87,57,69)
#4F343F
(79,52,63)
#472F39
(71,47,57)
#3F2A33
(63,42,51)
#37252D
(55,37,45)
#2F2027
(47,32,39)
#271B21
(39,27,33)
#1F161B
(31,22,27)
#171115
(23,17,21)
#0F0C0F
(15,12,15)
#000000
(0,0,0)

Tints of #5F3E4B

#5F3E4B
(95,62,75)
#6D4F5B
(109,79,91)
#7B606B
(123,96,107)
#89717B
(137,113,123)
#97828B
(151,130,139)
#A5939B
(165,147,155)
#B3A4AB
(179,164,171)
#C1B5BB
(193,181,187)
#CFC6CB
(207,198,203)
#DDD7DB
(221,215,219)
#EBE8EB
(235,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F3E4B; }

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

This text font color is #5F3E4B.


Background Color

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

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

This div background color is #5F3E4B.


Border color

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

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

This div border color is #5F3E4B.


Opacity

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

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

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

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

This text has shadow with #5F3E4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F3E4B on black background.


Color preview on white background

This text has color #5F3E4B on white background.



Black color preview on #5F3E4B background

This text has black color on #5F3E4B background.


White color preview on #5F3E4B background

This text has white color on #5F3E4B background.