COLOR #5F2357

HEX: #5F2357
RGB: (95,35,87)

Color info

#5F2357 contains mainly red and blue colors. Web safe color of #5F2357 is #663366 (or #636).

RGB color model

#5F2357 color RGB value is (95,35,87).

  • red value is 95;
  • green value is 35;
  • blue value is 87.
RGB:
(95,35,87)
(37%,14%,34%)

RGB channels and saturation

R 95 of 255 = 37%
G 35 of 255 = 14%
B 87 of 255 = 34%

95
35
87

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

Portions of RGB colors in percentages

R + G + B =
95 + 35 + 87 = 217 (100%)
R 95 of 217 ~ 43.78%
G 35 of 217 ~ 16.13%
B 87 of 217 ~ 40.09%

%43.78
%16.13
%40.09

CMYK color model

#5F2357 color CMYK value is (0,63,8,63).

  • cyan value is 0.00%
  • magenta value is 63.16%
  • yellow value is 8.42%
  • key color value is 62.75%
CMYK:
(0,63,8,63)
C0M63Y8K63 
(0%,63%,8%,63%)
(0.00/0.63/0.08/0.63)	

CMYK percentages

%0
%63.16
%8.42
%62.75

Codes

Color #5F2357 in popluar color models

5F2357
RGB953587
HSL308°46.15%25.49%
HSB/HSV308°63.16%37.25%
CMYK0.00%63.16%8.42%
62.75%

Color #5F2357 in popluar number systems.

HEX5F2357
Decimal953587
Binary10111111000111010111
Octal13743127

Shades and tints

Shades of #5F2357

#5F2357
(95,35,87)
#572050
(87,32,80)
#4F1D49
(79,29,73)
#471A42
(71,26,66)
#3F173B
(63,23,59)
#371434
(55,20,52)
#2F112D
(47,17,45)
#270E26
(39,14,38)
#1F0B1F
(31,11,31)
#170818
(23,8,24)
#0F0511
(15,5,17)
#000000
(0,0,0)

Tints of #5F2357

#5F2357
(95,35,87)
#6D3766
(109,55,102)
#7B4B75
(123,75,117)
#895F84
(137,95,132)
#977393
(151,115,147)
#A587A2
(165,135,162)
#B39BB1
(179,155,177)
#C1AFC0
(193,175,192)
#CFC3CF
(207,195,207)
#DDD7DE
(221,215,222)
#EBEBED
(235,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F2357 color. Also use rgb(95,35,87) instead hex code.

Text Font Color

.myTextColor { color: #5F2357; }

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

This text font color is #5F2357.


Background Color

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

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

This div background color is #5F2357.


Border color

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

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

This div border color is #5F2357.


Opacity

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

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

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

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

This text has shadow with #5F2357 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F2357 on black background.


Color preview on white background

This text has color #5F2357 on white background.



Black color preview on #5F2357 background

This text has black color on #5F2357 background.


White color preview on #5F2357 background

This text has white color on #5F2357 background.