COLOR #5F4567

HEX: #5F4567
RGB: (95,69,103)

Color info

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

RGB color model

#5F4567 color RGB value is (95,69,103).

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

RGB channels and saturation

R 95 of 255 = 37%
G 69 of 255 = 27%
B 103 of 255 = 40%

95
69
103

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

Portions of RGB colors in percentages

R + G + B =
95 + 69 + 103 = 267 (100%)
R 95 of 267 ~ 35.58%
G 69 of 267 ~ 25.84%
B 103 of 267 ~ 38.58%

%35.58
%25.84
%38.58

CMYK color model

#5F4567 color CMYK value is (8,33,0,60).

  • cyan value is 7.77%
  • magenta value is 33.01%
  • yellow value is 0.00%
  • key color value is 59.61%
CMYK:
(8,33,0,60)
C8M33Y0K60 
(8%,33%,0%,60%)
(0.08/0.33/0.00/0.60)	

CMYK percentages

%7.77
%33.01
%0
%59.61

Codes

Color #5F4567 in popluar color models

5F4567
RGB9569103
HSL286°19.77%33.73%
HSB/HSV286°33.01%40.39%
CMYK7.77%33.01%0.00%
59.61%

Color #5F4567 in popluar number systems.

HEX5F4567
Decimal9569103
Binary101111110001011100111
Octal137105147

Shades and tints

Shades of #5F4567

#5F4567
(95,69,103)
#573F5E
(87,63,94)
#4F3955
(79,57,85)
#47334C
(71,51,76)
#3F2D43
(63,45,67)
#37273A
(55,39,58)
#2F2131
(47,33,49)
#271B28
(39,27,40)
#1F151F
(31,21,31)
#170F16
(23,15,22)
#0F090D
(15,9,13)
#000000
(0,0,0)

Tints of #5F4567

#5F4567
(95,69,103)
#6D5574
(109,85,116)
#7B6581
(123,101,129)
#89758E
(137,117,142)
#97859B
(151,133,155)
#A595A8
(165,149,168)
#B3A5B5
(179,165,181)
#C1B5C2
(193,181,194)
#CFC5CF
(207,197,207)
#DDD5DC
(221,213,220)
#EBE5E9
(235,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F4567; }

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

This text font color is #5F4567.


Background Color

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

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

This div background color is #5F4567.


Border color

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

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

This div border color is #5F4567.


Opacity

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

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

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

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

This text has shadow with #5F4567 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F4567 on black background.


Color preview on white background

This text has color #5F4567 on white background.



Black color preview on #5F4567 background

This text has black color on #5F4567 background.


White color preview on #5F4567 background

This text has white color on #5F4567 background.