COLOR #5F4563

HEX: #5F4563
RGB: (95,69,99)

Color info

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

RGB color model

#5F4563 color RGB value is (95,69,99).

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

RGB channels and saturation

R 95 of 255 = 37%
G 69 of 255 = 27%
B 99 of 255 = 39%

95
69
99

R + G + B ~ 34%. #5F4563 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
95 + 69 + 99 = 263 (100%)
R 95 of 263 ~ 36.12%
G 69 of 263 ~ 26.24%
B 99 of 263 ~ 37.64%

%36.12
%26.24
%37.64

CMYK color model

#5F4563 color CMYK value is (4,30,0,61).

  • cyan value is 4.04%
  • magenta value is 30.30%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(4,30,0,61)
C4M30Y0K61 
(4%,30%,0%,61%)
(0.04/0.30/0.00/0.61)	

CMYK percentages

%4.04
%30.3
%0
%61.18

Codes

Color #5F4563 in popluar color models

5F4563
RGB956999
HSL292°17.86%32.94%
HSB/HSV292°30.30%38.82%
CMYK4.04%30.30%0.00%
61.18%

Color #5F4563 in popluar number systems.

HEX5F4563
Decimal956999
Binary101111110001011100011
Octal137105143

Shades and tints

Shades of #5F4563

#5F4563
(95,69,99)
#573F5A
(87,63,90)
#4F3951
(79,57,81)
#473348
(71,51,72)
#3F2D3F
(63,45,63)
#372736
(55,39,54)
#2F212D
(47,33,45)
#271B24
(39,27,36)
#1F151B
(31,21,27)
#170F12
(23,15,18)
#0F0909
(15,9,9)
#000000
(0,0,0)

Tints of #5F4563

#5F4563
(95,69,99)
#6D5571
(109,85,113)
#7B657F
(123,101,127)
#89758D
(137,117,141)
#97859B
(151,133,155)
#A595A9
(165,149,169)
#B3A5B7
(179,165,183)
#C1B5C5
(193,181,197)
#CFC5D3
(207,197,211)
#DDD5E1
(221,213,225)
#EBE5EF
(235,229,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F4563; }

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

This text font color is #5F4563.


Background Color

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

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

This div background color is #5F4563.


Border color

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

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

This div border color is #5F4563.


Opacity

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

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

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

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

This text has shadow with #5F4563 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F4563 on black background.


Color preview on white background

This text has color #5F4563 on white background.



Black color preview on #5F4563 background

This text has black color on #5F4563 background.


White color preview on #5F4563 background

This text has white color on #5F4563 background.