COLOR #5F5378

HEX: #5F5378
RGB: (95,83,120)

Color info

#5F5378 contains red, green and blue colors in about the same proportion. Web safe color of #5F5378 is #666666 (or #666).

RGB color model

#5F5378 color RGB value is (95,83,120).

  • red value is 95;
  • green value is 83;
  • blue value is 120.
RGB:
(95,83,120)
(37%,33%,47%)

RGB channels and saturation

R 95 of 255 = 37%
G 83 of 255 = 33%
B 120 of 255 = 47%

95
83
120

R + G + B ~ 39%. #5F5378 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
95 + 83 + 120 = 298 (100%)
R 95 of 298 ~ 31.88%
G 83 of 298 ~ 27.85%
B 120 of 298 ~ 40.27%

%31.88
%27.85
%40.27

CMYK color model

#5F5378 color CMYK value is (21,31,0,53).

  • cyan value is 20.83%
  • magenta value is 30.83%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(21,31,0,53)
C21M31Y0K53 
(21%,31%,0%,53%)
(0.21/0.31/0.00/0.53)	

CMYK percentages

%20.83
%30.83
%0
%52.94

Codes

Color #5F5378 in popluar color models

5F5378
RGB9583120
HSL259°18.23%39.80%
HSB/HSV259°30.83%47.06%
CMYK20.83%30.83%0.00%
52.94%

Color #5F5378 in popluar number systems.

HEX5F5378
Decimal9583120
Binary101111110100111111000
Octal137123170

Shades and tints

Shades of #5F5378

#5F5378
(95,83,120)
#574C6E
(87,76,110)
#4F4564
(79,69,100)
#473E5A
(71,62,90)
#3F3750
(63,55,80)
#373046
(55,48,70)
#2F293C
(47,41,60)
#272232
(39,34,50)
#1F1B28
(31,27,40)
#17141E
(23,20,30)
#0F0D14
(15,13,20)
#000000
(0,0,0)

Tints of #5F5378

#5F5378
(95,83,120)
#6D6284
(109,98,132)
#7B7190
(123,113,144)
#89809C
(137,128,156)
#978FA8
(151,143,168)
#A59EB4
(165,158,180)
#B3ADC0
(179,173,192)
#C1BCCC
(193,188,204)
#CFCBD8
(207,203,216)
#DDDAE4
(221,218,228)
#EBE9F0
(235,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F5378 color. Also use rgb(95,83,120) instead hex code.

Text Font Color

.myTextColor { color: #5F5378; }

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

This text font color is #5F5378.


Background Color

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

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

This div background color is #5F5378.


Border color

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

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

This div border color is #5F5378.


Opacity

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

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

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

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

This text has shadow with #5F5378 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F5378 on black background.


Color preview on white background

This text has color #5F5378 on white background.



Black color preview on #5F5378 background

This text has black color on #5F5378 background.


White color preview on #5F5378 background

This text has white color on #5F5378 background.