COLOR #5F367C

HEX: #5F367C
RGB: (95,54,124)

Color info

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

RGB color model

#5F367C color RGB value is (95,54,124).

  • red value is 95;
  • green value is 54;
  • blue value is 124.
RGB:
(95,54,124)
(37%,21%,49%)

RGB channels and saturation

R 95 of 255 = 37%
G 54 of 255 = 21%
B 124 of 255 = 49%

95
54
124

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

Portions of RGB colors in percentages

R + G + B =
95 + 54 + 124 = 273 (100%)
R 95 of 273 ~ 34.8%
G 54 of 273 ~ 19.78%
B 124 of 273 ~ 45.42%

%34.8
%19.78
%45.42

CMYK color model

#5F367C color CMYK value is (23,56,0,51).

  • cyan value is 23.39%
  • magenta value is 56.45%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(23,56,0,51)
C23M56Y0K51 
(23%,56%,0%,51%)
(0.23/0.56/0.00/0.51)	

CMYK percentages

%23.39
%56.45
%0
%51.37

Codes

Color #5F367C in popluar color models

5F367C
RGB9554124
HSL275°39.33%34.90%
HSB/HSV275°56.45%48.63%
CMYK23.39%56.45%0.00%
51.37%

Color #5F367C in popluar number systems.

HEX5F367C
Decimal9554124
Binary10111111101101111100
Octal13766174

Shades and tints

Shades of #5F367C

#5F367C
(95,54,124)
#573271
(87,50,113)
#4F2E66
(79,46,102)
#472A5B
(71,42,91)
#3F2650
(63,38,80)
#372245
(55,34,69)
#2F1E3A
(47,30,58)
#271A2F
(39,26,47)
#1F1624
(31,22,36)
#171219
(23,18,25)
#0F0E0E
(15,14,14)
#000000
(0,0,0)

Tints of #5F367C

#5F367C
(95,54,124)
#6D4887
(109,72,135)
#7B5A92
(123,90,146)
#896C9D
(137,108,157)
#977EA8
(151,126,168)
#A590B3
(165,144,179)
#B3A2BE
(179,162,190)
#C1B4C9
(193,180,201)
#CFC6D4
(207,198,212)
#DDD8DF
(221,216,223)
#EBEAEA
(235,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F367C color. Also use rgb(95,54,124) instead hex code.

Text Font Color

.myTextColor { color: #5F367C; }

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

This text font color is #5F367C.


Background Color

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

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

This div background color is #5F367C.


Border color

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

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

This div border color is #5F367C.


Opacity

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

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

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

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

This text has shadow with #5F367C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F367C on black background.


Color preview on white background

This text has color #5F367C on white background.



Black color preview on #5F367C background

This text has black color on #5F367C background.


White color preview on #5F367C background

This text has white color on #5F367C background.