COLOR #5F348C

HEX: #5F348C
RGB: (95,52,140)

Color info

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

RGB color model

#5F348C color RGB value is (95,52,140).

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

RGB channels and saturation

R 95 of 255 = 37%
G 52 of 255 = 20%
B 140 of 255 = 55%

95
52
140

R + G + B ~ 37%. #5F348C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
95 + 52 + 140 = 287 (100%)
R 95 of 287 ~ 33.1%
G 52 of 287 ~ 18.12%
B 140 of 287 ~ 48.78%

%33.1
%18.12
%48.78

CMYK color model

#5F348C color CMYK value is (32,63,0,45).

  • cyan value is 32.14%
  • magenta value is 62.86%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(32,63,0,45)
C32M63Y0K45 
(32%,63%,0%,45%)
(0.32/0.63/0.00/0.45)	

CMYK percentages

%32.14
%62.86
%0
%45.1

Codes

Color #5F348C in popluar color models

5F348C
RGB9552140
HSL269°45.83%37.65%
HSB/HSV269°62.86%54.90%
CMYK32.14%62.86%0.00%
45.10%

Color #5F348C in popluar number systems.

HEX5F348C
Decimal9552140
Binary101111111010010001100
Octal13764214

Shades and tints

Shades of #5F348C

#5F348C
(95,52,140)
#573080
(87,48,128)
#4F2C74
(79,44,116)
#472868
(71,40,104)
#3F245C
(63,36,92)
#372050
(55,32,80)
#2F1C44
(47,28,68)
#271838
(39,24,56)
#1F142C
(31,20,44)
#171020
(23,16,32)
#0F0C14
(15,12,20)
#000000
(0,0,0)

Tints of #5F348C

#5F348C
(95,52,140)
#6D4696
(109,70,150)
#7B58A0
(123,88,160)
#896AAA
(137,106,170)
#977CB4
(151,124,180)
#A58EBE
(165,142,190)
#B3A0C8
(179,160,200)
#C1B2D2
(193,178,210)
#CFC4DC
(207,196,220)
#DDD6E6
(221,214,230)
#EBE8F0
(235,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F348C; }

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

This text font color is #5F348C.


Background Color

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

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

This div background color is #5F348C.


Border color

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

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

This div border color is #5F348C.


Opacity

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

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

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

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

This text has shadow with #5F348C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F348C on black background.


Color preview on white background

This text has color #5F348C on white background.



Black color preview on #5F348C background

This text has black color on #5F348C background.


White color preview on #5F348C background

This text has white color on #5F348C background.