COLOR #5F4454

HEX: #5F4454
RGB: (95,68,84)

Color info

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

RGB color model

#5F4454 color RGB value is (95,68,84).

  • red value is 95;
  • green value is 68;
  • blue value is 84.
RGB:
(95,68,84)
(37%,27%,33%)

RGB channels and saturation

R 95 of 255 = 37%
G 68 of 255 = 27%
B 84 of 255 = 33%

95
68
84

R + G + B ~ 32%. #5F4454 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
95 + 68 + 84 = 247 (100%)
R 95 of 247 ~ 38.46%
G 68 of 247 ~ 27.53%
B 84 of 247 ~ 34.01%

%38.46
%27.53
%34.01

CMYK color model

#5F4454 color CMYK value is (0,28,12,63).

  • cyan value is 0.00%
  • magenta value is 28.42%
  • yellow value is 11.58%
  • key color value is 62.75%
CMYK:
(0,28,12,63)
C0M28Y12K63 
(0%,28%,12%,63%)
(0.00/0.28/0.12/0.63)	

CMYK percentages

%0
%28.42
%11.58
%62.75

Codes

Color #5F4454 in popluar color models

5F4454
RGB956884
HSL324°16.56%31.96%
HSB/HSV324°28.42%37.25%
CMYK0.00%28.42%11.58%
62.75%

Color #5F4454 in popluar number systems.

HEX5F4454
Decimal956884
Binary101111110001001010100
Octal137104124

Shades and tints

Shades of #5F4454

#5F4454
(95,68,84)
#573E4D
(87,62,77)
#4F3846
(79,56,70)
#47323F
(71,50,63)
#3F2C38
(63,44,56)
#372631
(55,38,49)
#2F202A
(47,32,42)
#271A23
(39,26,35)
#1F141C
(31,20,28)
#170E15
(23,14,21)
#0F080E
(15,8,14)
#000000
(0,0,0)

Tints of #5F4454

#5F4454
(95,68,84)
#6D5563
(109,85,99)
#7B6672
(123,102,114)
#897781
(137,119,129)
#978890
(151,136,144)
#A5999F
(165,153,159)
#B3AAAE
(179,170,174)
#C1BBBD
(193,187,189)
#CFCCCC
(207,204,204)
#DDDDDB
(221,221,219)
#EBEEEA
(235,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F4454 color. Also use rgb(95,68,84) instead hex code.

Text Font Color

.myTextColor { color: #5F4454; }

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

This text font color is #5F4454.


Background Color

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

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

This div background color is #5F4454.


Border color

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

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

This div border color is #5F4454.


Opacity

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

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

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

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

This text has shadow with #5F4454 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F4454 on black background.


Color preview on white background

This text has color #5F4454 on white background.



Black color preview on #5F4454 background

This text has black color on #5F4454 background.


White color preview on #5F4454 background

This text has white color on #5F4454 background.