COLOR #5F3567

HEX: #5F3567
RGB: (95,53,103)

Color info

#5F3567 contains red, green and blue colors in about the same proportion. Web safe color of #5F3567 is #663366 (or #636).

RGB color model

#5F3567 color RGB value is (95,53,103).

  • red value is 95;
  • green value is 53;
  • blue value is 103.
RGB:
(95,53,103)
(37%,21%,40%)

RGB channels and saturation

R 95 of 255 = 37%
G 53 of 255 = 21%
B 103 of 255 = 40%

95
53
103

R + G + B ~ 33%. #5F3567 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
95 + 53 + 103 = 251 (100%)
R 95 of 251 ~ 37.85%
G 53 of 251 ~ 21.12%
B 103 of 251 ~ 41.04%

%37.85
%21.12
%41.04

CMYK color model

#5F3567 color CMYK value is (8,49,0,60).

  • cyan value is 7.77%
  • magenta value is 48.54%
  • yellow value is 0.00%
  • key color value is 59.61%
CMYK:
(8,49,0,60)
C8M49Y0K60 
(8%,49%,0%,60%)
(0.08/0.49/0.00/0.60)	

CMYK percentages

%7.77
%48.54
%0
%59.61

Codes

Color #5F3567 in popluar color models

5F3567
RGB9553103
HSL290°32.05%30.59%
HSB/HSV290°48.54%40.39%
CMYK7.77%48.54%0.00%
59.61%

Color #5F3567 in popluar number systems.

HEX5F3567
Decimal9553103
Binary10111111101011100111
Octal13765147

Shades and tints

Shades of #5F3567

#5F3567
(95,53,103)
#57315E
(87,49,94)
#4F2D55
(79,45,85)
#47294C
(71,41,76)
#3F2543
(63,37,67)
#37213A
(55,33,58)
#2F1D31
(47,29,49)
#271928
(39,25,40)
#1F151F
(31,21,31)
#171116
(23,17,22)
#0F0D0D
(15,13,13)
#000000
(0,0,0)

Tints of #5F3567

#5F3567
(95,53,103)
#6D4774
(109,71,116)
#7B5981
(123,89,129)
#896B8E
(137,107,142)
#977D9B
(151,125,155)
#A58FA8
(165,143,168)
#B3A1B5
(179,161,181)
#C1B3C2
(193,179,194)
#CFC5CF
(207,197,207)
#DDD7DC
(221,215,220)
#EBE9E9
(235,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F3567 color. Also use rgb(95,53,103) instead hex code.

Text Font Color

.myTextColor { color: #5F3567; }

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

This text font color is #5F3567.


Background Color

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

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

This div background color is #5F3567.


Border color

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

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

This div border color is #5F3567.


Opacity

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

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

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

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

This text has shadow with #5F3567 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F3567 on black background.


Color preview on white background

This text has color #5F3567 on white background.



Black color preview on #5F3567 background

This text has black color on #5F3567 background.


White color preview on #5F3567 background

This text has white color on #5F3567 background.