COLOR #5F418C

HEX: #5F418C
RGB: (95,65,140)

Color info

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

RGB color model

#5F418C color RGB value is (95,65,140).

  • red value is 95;
  • green value is 65;
  • blue value is 140.
RGB:
(95,65,140)
(37%,25%,55%)

RGB channels and saturation

R 95 of 255 = 37%
G 65 of 255 = 25%
B 140 of 255 = 55%

95
65
140

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

Portions of RGB colors in percentages

R + G + B =
95 + 65 + 140 = 300 (100%)
R 95 of 300 ~ 31.67%
G 65 of 300 ~ 21.67%
B 140 of 300 ~ 46.67%

%31.67
%21.67
%46.67

CMYK color model

#5F418C color CMYK value is (32,54,0,45).

  • cyan value is 32.14%
  • magenta value is 53.57%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(32,54,0,45)
C32M54Y0K45 
(32%,54%,0%,45%)
(0.32/0.54/0.00/0.45)	

CMYK percentages

%32.14
%53.57
%0
%45.1

Codes

Color #5F418C in popluar color models

5F418C
RGB9565140
HSL264°36.59%40.20%
HSB/HSV264°53.57%54.90%
CMYK32.14%53.57%0.00%
45.10%

Color #5F418C in popluar number systems.

HEX5F418C
Decimal9565140
Binary1011111100000110001100
Octal137101214

Shades and tints

Shades of #5F418C

#5F418C
(95,65,140)
#573C80
(87,60,128)
#4F3774
(79,55,116)
#473268
(71,50,104)
#3F2D5C
(63,45,92)
#372850
(55,40,80)
#2F2344
(47,35,68)
#271E38
(39,30,56)
#1F192C
(31,25,44)
#171420
(23,20,32)
#0F0F14
(15,15,20)
#000000
(0,0,0)

Tints of #5F418C

#5F418C
(95,65,140)
#6D5296
(109,82,150)
#7B63A0
(123,99,160)
#8974AA
(137,116,170)
#9785B4
(151,133,180)
#A596BE
(165,150,190)
#B3A7C8
(179,167,200)
#C1B8D2
(193,184,210)
#CFC9DC
(207,201,220)
#DDDAE6
(221,218,230)
#EBEBF0
(235,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F418C color. Also use rgb(95,65,140) instead hex code.

Text Font Color

.myTextColor { color: #5F418C; }

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

This text font color is #5F418C.


Background Color

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

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

This div background color is #5F418C.


Border color

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

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

This div border color is #5F418C.


Opacity

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

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

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

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

This text has shadow with #5F418C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F418C on black background.


Color preview on white background

This text has color #5F418C on white background.



Black color preview on #5F418C background

This text has black color on #5F418C background.


White color preview on #5F418C background

This text has white color on #5F418C background.