COLOR #5F465E

HEX: #5F465E
RGB: (95,70,94)

Color info

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

RGB color model

#5F465E color RGB value is (95,70,94).

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

RGB channels and saturation

R 95 of 255 = 37%
G 70 of 255 = 27%
B 94 of 255 = 37%

95
70
94

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

Portions of RGB colors in percentages

R + G + B =
95 + 70 + 94 = 259 (100%)
R 95 of 259 ~ 36.68%
G 70 of 259 ~ 27.03%
B 94 of 259 ~ 36.29%

%36.68
%27.03
%36.29

CMYK color model

#5F465E color CMYK value is (0,26,1,63).

  • cyan value is 0.00%
  • magenta value is 26.32%
  • yellow value is 1.05%
  • key color value is 62.75%
CMYK:
(0,26,1,63)
C0M26Y1K63 
(0%,26%,1%,63%)
(0.00/0.26/0.01/0.63)	

CMYK percentages

%0
%26.32
%1.05
%62.75

Codes

Color #5F465E in popluar color models

5F465E
RGB957094
HSL302°15.15%32.35%
HSB/HSV302°26.32%37.25%
CMYK0.00%26.32%1.05%
62.75%

Color #5F465E in popluar number systems.

HEX5F465E
Decimal957094
Binary101111110001101011110
Octal137106136

Shades and tints

Shades of #5F465E

#5F465E
(95,70,94)
#574056
(87,64,86)
#4F3A4E
(79,58,78)
#473446
(71,52,70)
#3F2E3E
(63,46,62)
#372836
(55,40,54)
#2F222E
(47,34,46)
#271C26
(39,28,38)
#1F161E
(31,22,30)
#171016
(23,16,22)
#0F0A0E
(15,10,14)
#000000
(0,0,0)

Tints of #5F465E

#5F465E
(95,70,94)
#6D566C
(109,86,108)
#7B667A
(123,102,122)
#897688
(137,118,136)
#978696
(151,134,150)
#A596A4
(165,150,164)
#B3A6B2
(179,166,178)
#C1B6C0
(193,182,192)
#CFC6CE
(207,198,206)
#DDD6DC
(221,214,220)
#EBE6EA
(235,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F465E; }

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

This text font color is #5F465E.


Background Color

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

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

This div background color is #5F465E.


Border color

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

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

This div border color is #5F465E.


Opacity

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

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

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

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

This text has shadow with #5F465E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F465E on black background.


Color preview on white background

This text has color #5F465E on white background.



Black color preview on #5F465E background

This text has black color on #5F465E background.


White color preview on #5F465E background

This text has white color on #5F465E background.