COLOR #5F2549

HEX: #5F2549
RGB: (95,37,73)

Color info

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

RGB color model

#5F2549 color RGB value is (95,37,73).

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

RGB channels and saturation

R 95 of 255 = 37%
G 37 of 255 = 15%
B 73 of 255 = 29%

95
37
73

R + G + B ~ 27%. #5F2549 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
95 + 37 + 73 = 205 (100%)
R 95 of 205 ~ 46.34%
G 37 of 205 ~ 18.05%
B 73 of 205 ~ 35.61%

%46.34
%18.05
%35.61

CMYK color model

#5F2549 color CMYK value is (0,61,23,63).

  • cyan value is 0.00%
  • magenta value is 61.05%
  • yellow value is 23.16%
  • key color value is 62.75%
CMYK:
(0,61,23,63)
C0M61Y23K63 
(0%,61%,23%,63%)
(0.00/0.61/0.23/0.63)	

CMYK percentages

%0
%61.05
%23.16
%62.75

Codes

Color #5F2549 in popluar color models

5F2549
RGB953773
HSL323°43.94%25.88%
HSB/HSV323°61.05%37.25%
CMYK0.00%61.05%23.16%
62.75%

Color #5F2549 in popluar number systems.

HEX5F2549
Decimal953773
Binary10111111001011001001
Octal13745111

Shades and tints

Shades of #5F2549

#5F2549
(95,37,73)
#572243
(87,34,67)
#4F1F3D
(79,31,61)
#471C37
(71,28,55)
#3F1931
(63,25,49)
#37162B
(55,22,43)
#2F1325
(47,19,37)
#27101F
(39,16,31)
#1F0D19
(31,13,25)
#170A13
(23,10,19)
#0F070D
(15,7,13)
#000000
(0,0,0)

Tints of #5F2549

#5F2549
(95,37,73)
#6D3859
(109,56,89)
#7B4B69
(123,75,105)
#895E79
(137,94,121)
#977189
(151,113,137)
#A58499
(165,132,153)
#B397A9
(179,151,169)
#C1AAB9
(193,170,185)
#CFBDC9
(207,189,201)
#DDD0D9
(221,208,217)
#EBE3E9
(235,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F2549; }

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

This text font color is #5F2549.


Background Color

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

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

This div background color is #5F2549.


Border color

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

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

This div border color is #5F2549.


Opacity

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

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

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

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

This text has shadow with #5F2549 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F2549 on black background.


Color preview on white background

This text has color #5F2549 on white background.



Black color preview on #5F2549 background

This text has black color on #5F2549 background.


White color preview on #5F2549 background

This text has white color on #5F2549 background.