COLOR #5F4455

HEX: #5F4455
RGB: (95,68,85)

Color info

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

RGB color model

#5F4455 color RGB value is (95,68,85).

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

RGB channels and saturation

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

95
68
85

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

Portions of RGB colors in percentages

R + G + B =
95 + 68 + 85 = 248 (100%)
R 95 of 248 ~ 38.31%
G 68 of 248 ~ 27.42%
B 85 of 248 ~ 34.27%

%38.31
%27.42
%34.27

CMYK color model

#5F4455 color CMYK value is (0,28,11,63).

  • cyan value is 0.00%
  • magenta value is 28.42%
  • yellow value is 10.53%
  • key color value is 62.75%
CMYK:
(0,28,11,63)
C0M28Y11K63 
(0%,28%,11%,63%)
(0.00/0.28/0.11/0.63)	

CMYK percentages

%0
%28.42
%10.53
%62.75

Codes

Color #5F4455 in popluar color models

5F4455
RGB956885
HSL322°16.56%31.96%
HSB/HSV322°28.42%37.25%
CMYK0.00%28.42%10.53%
62.75%

Color #5F4455 in popluar number systems.

HEX5F4455
Decimal956885
Binary101111110001001010101
Octal137104125

Shades and tints

Shades of #5F4455

#5F4455
(95,68,85)
#573E4E
(87,62,78)
#4F3847
(79,56,71)
#473240
(71,50,64)
#3F2C39
(63,44,57)
#372632
(55,38,50)
#2F202B
(47,32,43)
#271A24
(39,26,36)
#1F141D
(31,20,29)
#170E16
(23,14,22)
#0F080F
(15,8,15)
#000000
(0,0,0)

Tints of #5F4455

#5F4455
(95,68,85)
#6D5564
(109,85,100)
#7B6673
(123,102,115)
#897782
(137,119,130)
#978891
(151,136,145)
#A599A0
(165,153,160)
#B3AAAF
(179,170,175)
#C1BBBE
(193,187,190)
#CFCCCD
(207,204,205)
#DDDDDC
(221,221,220)
#EBEEEB
(235,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F4455; }

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

This text font color is #5F4455.


Background Color

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

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

This div background color is #5F4455.


Border color

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

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

This div border color is #5F4455.


Opacity

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

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

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

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

This text has shadow with #5F4455 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F4455 on black background.


Color preview on white background

This text has color #5F4455 on white background.



Black color preview on #5F4455 background

This text has black color on #5F4455 background.


White color preview on #5F4455 background

This text has white color on #5F4455 background.