COLOR #5F485F

HEX: #5F485F
RGB: (95,72,95)

Color info

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

RGB color model

#5F485F color RGB value is (95,72,95).

  • red value is 95;
  • green value is 72;
  • blue value is 95.
RGB:
(95,72,95)
(37%,28%,37%)

RGB channels and saturation

R 95 of 255 = 37%
G 72 of 255 = 28%
B 95 of 255 = 37%

95
72
95

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

Portions of RGB colors in percentages

R + G + B =
95 + 72 + 95 = 262 (100%)
R 95 of 262 ~ 36.26%
G 72 of 262 ~ 27.48%
B 95 of 262 ~ 36.26%

%36.26
%27.48
%36.26

CMYK color model

#5F485F color CMYK value is (0,24,0,63).

  • cyan value is 0.00%
  • magenta value is 24.21%
  • yellow value is 0.00%
  • key color value is 62.75%
CMYK:
(0,24,0,63)
C0M24Y0K63 
(0%,24%,0%,63%)
(0.00/0.24/0.00/0.63)	

CMYK percentages

%0
%24.21
%0
%62.75

Codes

Color #5F485F in popluar color models

5F485F
RGB957295
HSL300°13.77%32.75%
HSB/HSV300°24.21%37.25%
CMYK0.00%24.21%0.00%
62.75%

Color #5F485F in popluar number systems.

HEX5F485F
Decimal957295
Binary101111110010001011111
Octal137110137

Shades and tints

Shades of #5F485F

#5F485F
(95,72,95)
#574257
(87,66,87)
#4F3C4F
(79,60,79)
#473647
(71,54,71)
#3F303F
(63,48,63)
#372A37
(55,42,55)
#2F242F
(47,36,47)
#271E27
(39,30,39)
#1F181F
(31,24,31)
#171217
(23,18,23)
#0F0C0F
(15,12,15)
#000000
(0,0,0)

Tints of #5F485F

#5F485F
(95,72,95)
#6D586D
(109,88,109)
#7B687B
(123,104,123)
#897889
(137,120,137)
#978897
(151,136,151)
#A598A5
(165,152,165)
#B3A8B3
(179,168,179)
#C1B8C1
(193,184,193)
#CFC8CF
(207,200,207)
#DDD8DD
(221,216,221)
#EBE8EB
(235,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F485F; }

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

This text font color is #5F485F.


Background Color

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

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

This div background color is #5F485F.


Border color

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

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

This div border color is #5F485F.


Opacity

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

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

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

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

This text has shadow with #5F485F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F485F on black background.


Color preview on white background

This text has color #5F485F on white background.



Black color preview on #5F485F background

This text has black color on #5F485F background.


White color preview on #5F485F background

This text has white color on #5F485F background.