COLOR #5F425C

HEX: #5F425C
RGB: (95,66,92)

Color info

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

RGB color model

#5F425C color RGB value is (95,66,92).

  • red value is 95;
  • green value is 66;
  • blue value is 92.
RGB:
(95,66,92)
(37%,26%,36%)

RGB channels and saturation

R 95 of 255 = 37%
G 66 of 255 = 26%
B 92 of 255 = 36%

95
66
92

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

Portions of RGB colors in percentages

R + G + B =
95 + 66 + 92 = 253 (100%)
R 95 of 253 ~ 37.55%
G 66 of 253 ~ 26.09%
B 92 of 253 ~ 36.36%

%37.55
%26.09
%36.36

CMYK color model

#5F425C color CMYK value is (0,31,3,63).

  • cyan value is 0.00%
  • magenta value is 30.53%
  • yellow value is 3.16%
  • key color value is 62.75%
CMYK:
(0,31,3,63)
C0M31Y3K63 
(0%,31%,3%,63%)
(0.00/0.31/0.03/0.63)	

CMYK percentages

%0
%30.53
%3.16
%62.75

Codes

Color #5F425C in popluar color models

5F425C
RGB956692
HSL306°18.01%31.57%
HSB/HSV306°30.53%37.25%
CMYK0.00%30.53%3.16%
62.75%

Color #5F425C in popluar number systems.

HEX5F425C
Decimal956692
Binary101111110000101011100
Octal137102134

Shades and tints

Shades of #5F425C

#5F425C
(95,66,92)
#573C54
(87,60,84)
#4F364C
(79,54,76)
#473044
(71,48,68)
#3F2A3C
(63,42,60)
#372434
(55,36,52)
#2F1E2C
(47,30,44)
#271824
(39,24,36)
#1F121C
(31,18,28)
#170C14
(23,12,20)
#0F060C
(15,6,12)
#000000
(0,0,0)

Tints of #5F425C

#5F425C
(95,66,92)
#6D536A
(109,83,106)
#7B6478
(123,100,120)
#897586
(137,117,134)
#978694
(151,134,148)
#A597A2
(165,151,162)
#B3A8B0
(179,168,176)
#C1B9BE
(193,185,190)
#CFCACC
(207,202,204)
#DDDBDA
(221,219,218)
#EBECE8
(235,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F425C; }

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

This text font color is #5F425C.


Background Color

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

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

This div background color is #5F425C.


Border color

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

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

This div border color is #5F425C.


Opacity

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

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

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

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

This text has shadow with #5F425C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F425C on black background.


Color preview on white background

This text has color #5F425C on white background.



Black color preview on #5F425C background

This text has black color on #5F425C background.


White color preview on #5F425C background

This text has white color on #5F425C background.