COLOR #5F4150

HEX: #5F4150 RGB: (95,65,80)

Color info

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

RGB color model

#5F4150 color RGB value is (95,65,80).

RGB: (95,65,80) (37%, 25%, 31%)

RGB channels and saturation

R 95 of 255 = 37%
G 65 of 255 = 25%
B 80 of 255 = 31%

95
65
80

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

Portions of RGB colors in percentages

R + G + B = 95 + 65 + 80 = 240 (100%)
R 95 of 240 ~ 39.58%
G 65 of 240 ~ 27.08%
B 80 of 240 ~ 33.33'%

%39.58
%27.08
%33.33

CMYK color model

#5F4150 color CMYK value is (0,32,16,63).

  • cyan value is 0.00%
  • magenta value is 31.58%
  • yellow value is 15.79%
  • key color value is 62.75%

CMYK: (0,32,16,63)
C0M32Y16K63 (0%, 32%, 16%, 63%)
(0.00 / 0.32 / 0.16 / 0.63)

CMYK percentages

%0
%31.58
%15.79
%62.75

Codes

Color #5F4150 in popluar color models

5F 41 50
RGB 95 65 80
HSL 330° 18.75% 31.37%
HSB/HSV 330° 31.58% 37.25%
CMYK 0.00% 31.58% 15.79%
62.75%

Color #5F4150 in popluar number systems.

HEX 5F 41 50
Decimal 95 65 80
Binary 1011111 1000001 1010000
Octal 137 101 120

Shades and tints

Shades of #5F4150

#5F4150
(95,65,80)
#573C49
(87,60,73)
#4F3742
(79,55,66)
#47323B
(71,50,59)
#3F2D34
(63,45,52)
#37282D
(55,40,45)
#2F2326
(47,35,38)
#271E1F
(39,30,31)
#1F1918
(31,25,24)
#171411
(23,20,17)
#0F0F0A
(15,15,10)
#000000
(0,0,0)

Tints of #5F4150

#5F4150
(95,65,80)
#6D525F
(109,82,95)
#7B636E
(123,99,110)
#89747D
(137,116,125)
#97858C
(151,133,140)
#A5969B
(165,150,155)
#B3A7AA
(179,167,170)
#C1B8B9
(193,184,185)
#CFC9C8
(207,201,200)
#DDDAD7
(221,218,215)
#EBEBE6
(235,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F4150; }

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

This text font color is #5F4150.

Background Color

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

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

This div background color is #5F4150.

Border color

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

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

This div border color is #5F4150.

Opacity

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

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

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

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

This text has shadow with #5F4150 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5F4150.

Preview

Color preview on black background

This text has color #5F4150 on black background.


Color preview on white background

This text has color #5F4150 on white background.


Black color preview on #5F4150 background

This text has black color on #5F4150 background.


White color preview on #5F4150 background

This text has white color on #5F4150 background.


Related colors

Complementary color

Complementary color for #hex is #A0BEAF.


I love getcolorcode.com

Triadic colors

1 #505F41 and #41505F with #5F4150 are triadic colors.

2 #50415F and #415F50 with #5F4150 are triadic colors.