COLOR #5F377F

HEX: #5F377F
RGB: (95,55,127)

Color info

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

RGB color model

#5F377F color RGB value is (95,55,127).

  • red value is 95;
  • green value is 55;
  • blue value is 127.
RGB:
(95,55,127)
(37%,22%,50%)

RGB channels and saturation

R 95 of 255 = 37%
G 55 of 255 = 22%
B 127 of 255 = 50%

95
55
127

R + G + B ~ 36%. #5F377F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
95 + 55 + 127 = 277 (100%)
R 95 of 277 ~ 34.3%
G 55 of 277 ~ 19.86%
B 127 of 277 ~ 45.85%

%34.3
%19.86
%45.85

CMYK color model

#5F377F color CMYK value is (25,57,0,50).

  • cyan value is 25.20%
  • magenta value is 56.69%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(25,57,0,50)
C25M57Y0K50 
(25%,57%,0%,50%)
(0.25/0.57/0.00/0.50)	

CMYK percentages

%25.2
%56.69
%0
%50.2

Codes

Color #5F377F in popluar color models

5F377F
RGB9555127
HSL273°39.56%35.69%
HSB/HSV273°56.69%49.80%
CMYK25.20%56.69%0.00%
50.20%

Color #5F377F in popluar number systems.

HEX5F377F
Decimal9555127
Binary10111111101111111111
Octal13767177

Shades and tints

Shades of #5F377F

#5F377F
(95,55,127)
#573274
(87,50,116)
#4F2D69
(79,45,105)
#47285E
(71,40,94)
#3F2353
(63,35,83)
#371E48
(55,30,72)
#2F193D
(47,25,61)
#271432
(39,20,50)
#1F0F27
(31,15,39)
#170A1C
(23,10,28)
#0F0511
(15,5,17)
#000000
(0,0,0)

Tints of #5F377F

#5F377F
(95,55,127)
#6D498A
(109,73,138)
#7B5B95
(123,91,149)
#896DA0
(137,109,160)
#977FAB
(151,127,171)
#A591B6
(165,145,182)
#B3A3C1
(179,163,193)
#C1B5CC
(193,181,204)
#CFC7D7
(207,199,215)
#DDD9E2
(221,217,226)
#EBEBED
(235,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F377F color. Also use rgb(95,55,127) instead hex code.

Text Font Color

.myTextColor { color: #5F377F; }

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

This text font color is #5F377F.


Background Color

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

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

This div background color is #5F377F.


Border color

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

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

This div border color is #5F377F.


Opacity

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

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

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

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

This text has shadow with #5F377F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F377F on black background.


Color preview on white background

This text has color #5F377F on white background.



Black color preview on #5F377F background

This text has black color on #5F377F background.


White color preview on #5F377F background

This text has white color on #5F377F background.