COLOR #5F3A51

HEX: #5F3A51 RGB: (95,58,81)

Color info

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

RGB color model

#5F3A51 color RGB value is (95,58,81).

RGB: (95,58,81) (37%, 23%, 32%)

RGB channels and saturation

R 95 of 255 = 37%
G 58 of 255 = 23%
B 81 of 255 = 32%

95
58
81

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

Portions of RGB colors in percentages

R + G + B = 95 + 58 + 81 = 234 (100%)
R 95 of 234 ~ 40.6%
G 58 of 234 ~ 24.79%
B 81 of 234 ~ 34.62'%

%40.6
%24.79
%34.62

CMYK color model

#5F3A51 color CMYK value is (0,39,15,63).

  • cyan value is 0.00%
  • magenta value is 38.95%
  • yellow value is 14.74%
  • key color value is 62.75%

CMYK: (0,39,15,63)
C0M39Y15K63 (0%, 39%, 15%, 63%)
(0.00 / 0.39 / 0.15 / 0.63)

CMYK percentages

%0
%38.95
%14.74
%62.75

Codes

Color #5F3A51 in popluar color models

5F 3A 51
RGB 95 58 81
HSL 323° 24.18% 30.00%
HSB/HSV 323° 38.95% 37.25%
CMYK 0.00% 38.95% 14.74%
62.75%

Color #5F3A51 in popluar number systems.

HEX 5F 3A 51
Decimal 95 58 81
Binary 1011111 111010 1010001
Octal 137 72 121

Shades and tints

Shades of #5F3A51

#5F3A51
(95,58,81)
#57354A
(87,53,74)
#4F3043
(79,48,67)
#472B3C
(71,43,60)
#3F2635
(63,38,53)
#37212E
(55,33,46)
#2F1C27
(47,28,39)
#271720
(39,23,32)
#1F1219
(31,18,25)
#170D12
(23,13,18)
#0F080B
(15,8,11)
#000000
(0,0,0)

Tints of #5F3A51

#5F3A51
(95,58,81)
#6D4B60
(109,75,96)
#7B5C6F
(123,92,111)
#896D7E
(137,109,126)
#977E8D
(151,126,141)
#A58F9C
(165,143,156)
#B3A0AB
(179,160,171)
#C1B1BA
(193,177,186)
#CFC2C9
(207,194,201)
#DDD3D8
(221,211,216)
#EBE4E7
(235,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F3A51 color. Also use rgb(95,58,81) instead hex code.

Text Font Color

.myTextColor { color: #5F3A51; }

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

This text font color is #5F3A51.

Background Color

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

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

This div background color is #5F3A51.

Border color

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

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

This div border color is #5F3A51.

Opacity

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

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

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

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

This text has shadow with #5F3A51 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5F3A51.

Preview

Color preview on black background

This text has color #5F3A51 on black background.


Color preview on white background

This text has color #5F3A51 on white background.


Black color preview on #5F3A51 background

This text has black color on #5F3A51 background.


White color preview on #5F3A51 background

This text has white color on #5F3A51 background.


Related colors

Complementary color

Complementary color for #hex is #A0C5AE.


I love getcolorcode.com

Triadic colors

1 #515F3A and #3A515F with #5F3A51 are triadic colors.

2 #513A5F and #3A5F51 with #5F3A51 are triadic colors.