COLOR #5F4568

HEX: #5F4568
RGB: (95,69,104)

Color info

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

RGB color model

#5F4568 color RGB value is (95,69,104).

  • red value is 95;
  • green value is 69;
  • blue value is 104.
RGB:
(95,69,104)
(37%,27%,41%)

RGB channels and saturation

R 95 of 255 = 37%
G 69 of 255 = 27%
B 104 of 255 = 41%

95
69
104

R + G + B ~ 35%. #5F4568 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
95 + 69 + 104 = 268 (100%)
R 95 of 268 ~ 35.45%
G 69 of 268 ~ 25.75%
B 104 of 268 ~ 38.81%

%35.45
%25.75
%38.81

CMYK color model

#5F4568 color CMYK value is (9,34,0,59).

  • cyan value is 8.65%
  • magenta value is 33.65%
  • yellow value is 0.00%
  • key color value is 59.22%
CMYK:
(9,34,0,59)
C9M34Y0K59 
(9%,34%,0%,59%)
(0.09/0.34/0.00/0.59)	

CMYK percentages

%8.65
%33.65
%0
%59.22

Codes

Color #5F4568 in popluar color models

5F4568
RGB9569104
HSL285°20.23%33.92%
HSB/HSV285°33.65%40.78%
CMYK8.65%33.65%0.00%
59.22%

Color #5F4568 in popluar number systems.

HEX5F4568
Decimal9569104
Binary101111110001011101000
Octal137105150

Shades and tints

Shades of #5F4568

#5F4568
(95,69,104)
#573F5F
(87,63,95)
#4F3956
(79,57,86)
#47334D
(71,51,77)
#3F2D44
(63,45,68)
#37273B
(55,39,59)
#2F2132
(47,33,50)
#271B29
(39,27,41)
#1F1520
(31,21,32)
#170F17
(23,15,23)
#0F090E
(15,9,14)
#000000
(0,0,0)

Tints of #5F4568

#5F4568
(95,69,104)
#6D5575
(109,85,117)
#7B6582
(123,101,130)
#89758F
(137,117,143)
#97859C
(151,133,156)
#A595A9
(165,149,169)
#B3A5B6
(179,165,182)
#C1B5C3
(193,181,195)
#CFC5D0
(207,197,208)
#DDD5DD
(221,213,221)
#EBE5EA
(235,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F4568 color. Also use rgb(95,69,104) instead hex code.

Text Font Color

.myTextColor { color: #5F4568; }

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

This text font color is #5F4568.


Background Color

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

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

This div background color is #5F4568.


Border color

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

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

This div border color is #5F4568.


Opacity

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

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

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

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

This text has shadow with #5F4568 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F4568 on black background.


Color preview on white background

This text has color #5F4568 on white background.



Black color preview on #5F4568 background

This text has black color on #5F4568 background.


White color preview on #5F4568 background

This text has white color on #5F4568 background.