COLOR #5F4458

HEX: #5F4458
RGB: (95,68,88)

Color info

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

RGB color model

#5F4458 color RGB value is (95,68,88).

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

RGB channels and saturation

R 95 of 255 = 37%
G 68 of 255 = 27%
B 88 of 255 = 35%

95
68
88

R + G + B ~ 33%. #5F4458 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
95 + 68 + 88 = 251 (100%)
R 95 of 251 ~ 37.85%
G 68 of 251 ~ 27.09%
B 88 of 251 ~ 35.06%

%37.85
%27.09
%35.06

CMYK color model

#5F4458 color CMYK value is (0,28,7,63).

  • cyan value is 0.00%
  • magenta value is 28.42%
  • yellow value is 7.37%
  • key color value is 62.75%
CMYK:
(0,28,7,63)
C0M28Y7K63 
(0%,28%,7%,63%)
(0.00/0.28/0.07/0.63)	

CMYK percentages

%0
%28.42
%7.37
%62.75

Codes

Color #5F4458 in popluar color models

5F4458
RGB956888
HSL316°16.56%31.96%
HSB/HSV316°28.42%37.25%
CMYK0.00%28.42%7.37%
62.75%

Color #5F4458 in popluar number systems.

HEX5F4458
Decimal956888
Binary101111110001001011000
Octal137104130

Shades and tints

Shades of #5F4458

#5F4458
(95,68,88)
#573E50
(87,62,80)
#4F3848
(79,56,72)
#473240
(71,50,64)
#3F2C38
(63,44,56)
#372630
(55,38,48)
#2F2028
(47,32,40)
#271A20
(39,26,32)
#1F1418
(31,20,24)
#170E10
(23,14,16)
#0F0808
(15,8,8)
#000000
(0,0,0)

Tints of #5F4458

#5F4458
(95,68,88)
#6D5567
(109,85,103)
#7B6676
(123,102,118)
#897785
(137,119,133)
#978894
(151,136,148)
#A599A3
(165,153,163)
#B3AAB2
(179,170,178)
#C1BBC1
(193,187,193)
#CFCCD0
(207,204,208)
#DDDDDF
(221,221,223)
#EBEEEE
(235,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F4458; }

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

This text font color is #5F4458.


Background Color

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

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

This div background color is #5F4458.


Border color

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

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

This div border color is #5F4458.


Opacity

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

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

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

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

This text has shadow with #5F4458 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F4458 on black background.


Color preview on white background

This text has color #5F4458 on white background.



Black color preview on #5F4458 background

This text has black color on #5F4458 background.


White color preview on #5F4458 background

This text has white color on #5F4458 background.