COLOR #5F3B4F

HEX: #5F3B4F RGB: (95,59,79)

Color info

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

RGB color model

#5F3B4F color RGB value is (95,59,79).

RGB: (95,59,79) (37%, 23%, 31%)

RGB channels and saturation

R 95 of 255 = 37%
G 59 of 255 = 23%
B 79 of 255 = 31%

95
59
79

R + G + B ~ 30%. #5F3B4F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 95 + 59 + 79 = 233 (100%)
R 95 of 233 ~ 40.77%
G 59 of 233 ~ 25.32%
B 79 of 233 ~ 33.91'%

%40.77
%25.32
%33.91

CMYK color model

#5F3B4F color CMYK value is (0,38,17,63).

  • cyan value is 0.00%
  • magenta value is 37.89%
  • yellow value is 16.84%
  • key color value is 62.75%

CMYK: (0,38,17,63)
C0M38Y17K63 (0%, 38%, 17%, 63%)
(0.00 / 0.38 / 0.17 / 0.63)

CMYK percentages

%0
%37.89
%16.84
%62.75

Codes

Color #5F3B4F in popluar color models

5F 3B 4F
RGB 95 59 79
HSL 327° 23.38% 30.20%
HSB/HSV 327° 37.89% 37.25%
CMYK 0.00% 37.89% 16.84%
62.75%

Color #5F3B4F in popluar number systems.

HEX 5F 3B 4F
Decimal 95 59 79
Binary 1011111 111011 1001111
Octal 137 73 117

Shades and tints

Shades of #5F3B4F

#5F3B4F
(95,59,79)
#573648
(87,54,72)
#4F3141
(79,49,65)
#472C3A
(71,44,58)
#3F2733
(63,39,51)
#37222C
(55,34,44)
#2F1D25
(47,29,37)
#27181E
(39,24,30)
#1F1317
(31,19,23)
#170E10
(23,14,16)
#0F0909
(15,9,9)
#000000
(0,0,0)

Tints of #5F3B4F

#5F3B4F
(95,59,79)
#6D4C5F
(109,76,95)
#7B5D6F
(123,93,111)
#896E7F
(137,110,127)
#977F8F
(151,127,143)
#A5909F
(165,144,159)
#B3A1AF
(179,161,175)
#C1B2BF
(193,178,191)
#CFC3CF
(207,195,207)
#DDD4DF
(221,212,223)
#EBE5EF
(235,229,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F3B4F color. Also use rgb(95,59,79) instead hex code.

Text Font Color

.myTextColor { color: #5F3B4F; }

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

This text font color is #5F3B4F.

Background Color

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

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

This div background color is #5F3B4F.

Border color

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

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

This div border color is #5F3B4F.

Opacity

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

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

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

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

This text has shadow with #5F3B4F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5F3B4F.

Preview

Color preview on black background

This text has color #5F3B4F on black background.


Color preview on white background

This text has color #5F3B4F on white background.


Black color preview on #5F3B4F background

This text has black color on #5F3B4F background.


White color preview on #5F3B4F background

This text has white color on #5F3B4F background.


Related colors

Complementary color

Complementary color for #hex is #A0C4B0.


I love getcolorcode.com

Triadic colors

1 #4F5F3B and #3B4F5F with #5F3B4F are triadic colors.

2 #4F3B5F and #3B5F4F with #5F3B4F are triadic colors.