COLOR #5F2377

HEX: #5F2377
RGB: (95,35,119)

Color info

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

RGB color model

#5F2377 color RGB value is (95,35,119).

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

RGB channels and saturation

R 95 of 255 = 37%
G 35 of 255 = 14%
B 119 of 255 = 47%

95
35
119

R + G + B ~ 33%. #5F2377 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
95 + 35 + 119 = 249 (100%)
R 95 of 249 ~ 38.15%
G 35 of 249 ~ 14.06%
B 119 of 249 ~ 47.79%

%38.15
%14.06
%47.79

CMYK color model

#5F2377 color CMYK value is (20,71,0,53).

  • cyan value is 20.17%
  • magenta value is 70.59%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(20,71,0,53)
C20M71Y0K53 
(20%,71%,0%,53%)
(0.20/0.71/0.00/0.53)	

CMYK percentages

%20.17
%70.59
%0
%53.33

Codes

Color #5F2377 in popluar color models

5F2377
RGB9535119
HSL283°54.55%30.20%
HSB/HSV283°70.59%46.67%
CMYK20.17%70.59%0.00%
53.33%

Color #5F2377 in popluar number systems.

HEX5F2377
Decimal9535119
Binary10111111000111110111
Octal13743167

Shades and tints

Shades of #5F2377

#5F2377
(95,35,119)
#57206D
(87,32,109)
#4F1D63
(79,29,99)
#471A59
(71,26,89)
#3F174F
(63,23,79)
#371445
(55,20,69)
#2F113B
(47,17,59)
#270E31
(39,14,49)
#1F0B27
(31,11,39)
#17081D
(23,8,29)
#0F0513
(15,5,19)
#000000
(0,0,0)

Tints of #5F2377

#5F2377
(95,35,119)
#6D3783
(109,55,131)
#7B4B8F
(123,75,143)
#895F9B
(137,95,155)
#9773A7
(151,115,167)
#A587B3
(165,135,179)
#B39BBF
(179,155,191)
#C1AFCB
(193,175,203)
#CFC3D7
(207,195,215)
#DDD7E3
(221,215,227)
#EBEBEF
(235,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F2377; }

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

This text font color is #5F2377.


Background Color

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

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

This div background color is #5F2377.


Border color

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

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

This div border color is #5F2377.


Opacity

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

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

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

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

This text has shadow with #5F2377 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F2377 on black background.


Color preview on white background

This text has color #5F2377 on white background.



Black color preview on #5F2377 background

This text has black color on #5F2377 background.


White color preview on #5F2377 background

This text has white color on #5F2377 background.