COLOR #5F465D

HEX: #5F465D
RGB: (95,70,93)

Color info

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

RGB color model

#5F465D color RGB value is (95,70,93).

  • red value is 95;
  • green value is 70;
  • blue value is 93.
RGB:
(95,70,93)
(37%,27%,36%)

RGB channels and saturation

R 95 of 255 = 37%
G 70 of 255 = 27%
B 93 of 255 = 36%

95
70
93

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

Portions of RGB colors in percentages

R + G + B =
95 + 70 + 93 = 258 (100%)
R 95 of 258 ~ 36.82%
G 70 of 258 ~ 27.13%
B 93 of 258 ~ 36.05%

%36.82
%27.13
%36.05

CMYK color model

#5F465D color CMYK value is (0,26,2,63).

  • cyan value is 0.00%
  • magenta value is 26.32%
  • yellow value is 2.11%
  • key color value is 62.75%
CMYK:
(0,26,2,63)
C0M26Y2K63 
(0%,26%,2%,63%)
(0.00/0.26/0.02/0.63)	

CMYK percentages

%0
%26.32
%2.11
%62.75

Codes

Color #5F465D in popluar color models

5F465D
RGB957093
HSL305°15.15%32.35%
HSB/HSV305°26.32%37.25%
CMYK0.00%26.32%2.11%
62.75%

Color #5F465D in popluar number systems.

HEX5F465D
Decimal957093
Binary101111110001101011101
Octal137106135

Shades and tints

Shades of #5F465D

#5F465D
(95,70,93)
#574055
(87,64,85)
#4F3A4D
(79,58,77)
#473445
(71,52,69)
#3F2E3D
(63,46,61)
#372835
(55,40,53)
#2F222D
(47,34,45)
#271C25
(39,28,37)
#1F161D
(31,22,29)
#171015
(23,16,21)
#0F0A0D
(15,10,13)
#000000
(0,0,0)

Tints of #5F465D

#5F465D
(95,70,93)
#6D566B
(109,86,107)
#7B6679
(123,102,121)
#897687
(137,118,135)
#978695
(151,134,149)
#A596A3
(165,150,163)
#B3A6B1
(179,166,177)
#C1B6BF
(193,182,191)
#CFC6CD
(207,198,205)
#DDD6DB
(221,214,219)
#EBE6E9
(235,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F465D; }

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

This text font color is #5F465D.


Background Color

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

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

This div background color is #5F465D.


Border color

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

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

This div border color is #5F465D.


Opacity

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

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

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

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

This text has shadow with #5F465D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F465D on black background.


Color preview on white background

This text has color #5F465D on white background.



Black color preview on #5F465D background

This text has black color on #5F465D background.


White color preview on #5F465D background

This text has white color on #5F465D background.