COLOR #5F424E

HEX: #5F424E RGB: (95,66,78)

Color info

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

RGB color model

#5F424E color RGB value is (95,66,78).

RGB: (95,66,78) (37%, 26%, 31%)

RGB channels and saturation

R 95 of 255 = 37%
G 66 of 255 = 26%
B 78 of 255 = 31%

95
66
78

R + G + B ~ 31%. #5F424E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 95 + 66 + 78 = 239 (100%)
R 95 of 239 ~ 39.75%
G 66 of 239 ~ 27.62%
B 78 of 239 ~ 32.64'%

%39.75
%27.62
%32.64

CMYK color model

#5F424E color CMYK value is (0,31,18,63).

  • cyan value is 0.00%
  • magenta value is 30.53%
  • yellow value is 17.89%
  • key color value is 62.75%

CMYK: (0,31,18,63)
C0M31Y18K63 (0%, 31%, 18%, 63%)
(0.00 / 0.31 / 0.18 / 0.63)

CMYK percentages

%0
%30.53
%17.89
%62.75

Codes

Color #5F424E in popluar color models

5F 42 4E
RGB 95 66 78
HSL 335° 18.01% 31.57%
HSB/HSV 335° 30.53% 37.25%
CMYK 0.00% 30.53% 17.89%
62.75%

Color #5F424E in popluar number systems.

HEX 5F 42 4E
Decimal 95 66 78
Binary 1011111 1000010 1001110
Octal 137 102 116

Shades and tints

Shades of #5F424E

#5F424E
(95,66,78)
#573C47
(87,60,71)
#4F3640
(79,54,64)
#473039
(71,48,57)
#3F2A32
(63,42,50)
#37242B
(55,36,43)
#2F1E24
(47,30,36)
#27181D
(39,24,29)
#1F1216
(31,18,22)
#170C0F
(23,12,15)
#0F0608
(15,6,8)
#000000
(0,0,0)

Tints of #5F424E

#5F424E
(95,66,78)
#6D535E
(109,83,94)
#7B646E
(123,100,110)
#89757E
(137,117,126)
#97868E
(151,134,142)
#A5979E
(165,151,158)
#B3A8AE
(179,168,174)
#C1B9BE
(193,185,190)
#CFCACE
(207,202,206)
#DDDBDE
(221,219,222)
#EBECEE
(235,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F424E; }

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

This text font color is #5F424E.

Background Color

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

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

This div background color is #5F424E.

Border color

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

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

This div border color is #5F424E.

Opacity

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

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

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

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

This text has shadow with #5F424E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5F424E.

Preview

Color preview on black background

This text has color #5F424E on black background.


Color preview on white background

This text has color #5F424E on white background.


Black color preview on #5F424E background

This text has black color on #5F424E background.


White color preview on #5F424E background

This text has white color on #5F424E background.


Related colors

Complementary color

Complementary color for #hex is #A0BDB1.


I love getcolorcode.com

Triadic colors

1 #4E5F42 and #424E5F with #5F424E are triadic colors.

2 #4E425F and #425F4E with #5F424E are triadic colors.