COLOR #5F4A95

HEX: #5F4A95
RGB: (95,74,149)

Color info

#5F4A95 contains mainly red and blue colors. Web safe color of #5F4A95 is #663399 (or #639).

RGB color model

#5F4A95 color RGB value is (95,74,149).

  • red value is 95;
  • green value is 74;
  • blue value is 149.
RGB:
(95,74,149)
(37%,29%,58%)

RGB channels and saturation

R 95 of 255 = 37%
G 74 of 255 = 29%
B 149 of 255 = 58%

95
74
149

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

Portions of RGB colors in percentages

R + G + B =
95 + 74 + 149 = 318 (100%)
R 95 of 318 ~ 29.87%
G 74 of 318 ~ 23.27%
B 149 of 318 ~ 46.86%

%29.87
%23.27
%46.86

CMYK color model

#5F4A95 color CMYK value is (36,50,0,42).

  • cyan value is 36.24%
  • magenta value is 50.34%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(36,50,0,42)
C36M50Y0K42 
(36%,50%,0%,42%)
(0.36/0.50/0.00/0.42)	

CMYK percentages

%36.24
%50.34
%0
%41.57

Codes

Color #5F4A95 in popluar color models

5F4A95
RGB9574149
HSL257°33.63%43.73%
HSB/HSV257°50.34%58.43%
CMYK36.24%50.34%0.00%
41.57%

Color #5F4A95 in popluar number systems.

HEX5F4A95
Decimal9574149
Binary1011111100101010010101
Octal137112225

Shades and tints

Shades of #5F4A95

#5F4A95
(95,74,149)
#574488
(87,68,136)
#4F3E7B
(79,62,123)
#47386E
(71,56,110)
#3F3261
(63,50,97)
#372C54
(55,44,84)
#2F2647
(47,38,71)
#27203A
(39,32,58)
#1F1A2D
(31,26,45)
#171420
(23,20,32)
#0F0E13
(15,14,19)
#000000
(0,0,0)

Tints of #5F4A95

#5F4A95
(95,74,149)
#6D5A9E
(109,90,158)
#7B6AA7
(123,106,167)
#897AB0
(137,122,176)
#978AB9
(151,138,185)
#A59AC2
(165,154,194)
#B3AACB
(179,170,203)
#C1BAD4
(193,186,212)
#CFCADD
(207,202,221)
#DDDAE6
(221,218,230)
#EBEAEF
(235,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F4A95 color. Also use rgb(95,74,149) instead hex code.

Text Font Color

.myTextColor { color: #5F4A95; }

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

This text font color is #5F4A95.


Background Color

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

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

This div background color is #5F4A95.


Border color

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

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

This div border color is #5F4A95.


Opacity

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

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

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

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

This text has shadow with #5F4A95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F4A95 on black background.


Color preview on white background

This text has color #5F4A95 on white background.



Black color preview on #5F4A95 background

This text has black color on #5F4A95 background.


White color preview on #5F4A95 background

This text has white color on #5F4A95 background.