COLOR #5F5382

HEX: #5F5382
RGB: (95,83,130)

Color info

#5F5382 contains red, green and blue colors in about the same proportion. Web safe color of #5F5382 is #666699 (or #669).

RGB color model

#5F5382 color RGB value is (95,83,130).

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

RGB channels and saturation

R 95 of 255 = 37%
G 83 of 255 = 33%
B 130 of 255 = 51%

95
83
130

R + G + B ~ 40%. #5F5382 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
95 + 83 + 130 = 308 (100%)
R 95 of 308 ~ 30.84%
G 83 of 308 ~ 26.95%
B 130 of 308 ~ 42.21%

%30.84
%26.95
%42.21

CMYK color model

#5F5382 color CMYK value is (27,36,0,49).

  • cyan value is 26.92%
  • magenta value is 36.15%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(27,36,0,49)
C27M36Y0K49 
(27%,36%,0%,49%)
(0.27/0.36/0.00/0.49)	

CMYK percentages

%26.92
%36.15
%0
%49.02

Codes

Color #5F5382 in popluar color models

5F5382
RGB9583130
HSL255°22.07%41.76%
HSB/HSV255°36.15%50.98%
CMYK26.92%36.15%0.00%
49.02%

Color #5F5382 in popluar number systems.

HEX5F5382
Decimal9583130
Binary1011111101001110000010
Octal137123202

Shades and tints

Shades of #5F5382

#5F5382
(95,83,130)
#574C77
(87,76,119)
#4F456C
(79,69,108)
#473E61
(71,62,97)
#3F3756
(63,55,86)
#37304B
(55,48,75)
#2F2940
(47,41,64)
#272235
(39,34,53)
#1F1B2A
(31,27,42)
#17141F
(23,20,31)
#0F0D14
(15,13,20)
#000000
(0,0,0)

Tints of #5F5382

#5F5382
(95,83,130)
#6D628D
(109,98,141)
#7B7198
(123,113,152)
#8980A3
(137,128,163)
#978FAE
(151,143,174)
#A59EB9
(165,158,185)
#B3ADC4
(179,173,196)
#C1BCCF
(193,188,207)
#CFCBDA
(207,203,218)
#DDDAE5
(221,218,229)
#EBE9F0
(235,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F5382; }

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

This text font color is #5F5382.


Background Color

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

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

This div background color is #5F5382.


Border color

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

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

This div border color is #5F5382.


Opacity

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

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

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

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

This text has shadow with #5F5382 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F5382 on black background.


Color preview on white background

This text has color #5F5382 on white background.



Black color preview on #5F5382 background

This text has black color on #5F5382 background.


White color preview on #5F5382 background

This text has white color on #5F5382 background.