COLOR #5F3149

HEX: #5F3149
RGB: (95,49,73)

Color info

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

RGB color model

#5F3149 color RGB value is (95,49,73).

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

RGB channels and saturation

R 95 of 255 = 37%
G 49 of 255 = 19%
B 73 of 255 = 29%

95
49
73

R + G + B ~ 28%. #5F3149 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
95 + 49 + 73 = 217 (100%)
R 95 of 217 ~ 43.78%
G 49 of 217 ~ 22.58%
B 73 of 217 ~ 33.64%

%43.78
%22.58
%33.64

CMYK color model

#5F3149 color CMYK value is (0,48,23,63).

  • cyan value is 0.00%
  • magenta value is 48.42%
  • yellow value is 23.16%
  • key color value is 62.75%
CMYK:
(0,48,23,63)
C0M48Y23K63 
(0%,48%,23%,63%)
(0.00/0.48/0.23/0.63)	

CMYK percentages

%0
%48.42
%23.16
%62.75

Codes

Color #5F3149 in popluar color models

5F3149
RGB954973
HSL329°31.94%28.24%
HSB/HSV329°48.42%37.25%
CMYK0.00%48.42%23.16%
62.75%

Color #5F3149 in popluar number systems.

HEX5F3149
Decimal954973
Binary10111111100011001001
Octal13761111

Shades and tints

Shades of #5F3149

#5F3149
(95,49,73)
#572D43
(87,45,67)
#4F293D
(79,41,61)
#472537
(71,37,55)
#3F2131
(63,33,49)
#371D2B
(55,29,43)
#2F1925
(47,25,37)
#27151F
(39,21,31)
#1F1119
(31,17,25)
#170D13
(23,13,19)
#0F090D
(15,9,13)
#000000
(0,0,0)

Tints of #5F3149

#5F3149
(95,49,73)
#6D4359
(109,67,89)
#7B5569
(123,85,105)
#896779
(137,103,121)
#977989
(151,121,137)
#A58B99
(165,139,153)
#B39DA9
(179,157,169)
#C1AFB9
(193,175,185)
#CFC1C9
(207,193,201)
#DDD3D9
(221,211,217)
#EBE5E9
(235,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F3149; }

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

This text font color is #5F3149.


Background Color

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

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

This div background color is #5F3149.


Border color

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

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

This div border color is #5F3149.


Opacity

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

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

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

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

This text has shadow with #5F3149 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F3149 on black background.


Color preview on white background

This text has color #5F3149 on white background.



Black color preview on #5F3149 background

This text has black color on #5F3149 background.


White color preview on #5F3149 background

This text has white color on #5F3149 background.