COLOR #5F3656

HEX: #5F3656
RGB: (95,54,86)

Color info

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

RGB color model

#5F3656 color RGB value is (95,54,86).

  • red value is 95;
  • green value is 54;
  • blue value is 86.
RGB:
(95,54,86)
(37%,21%,34%)

RGB channels and saturation

R 95 of 255 = 37%
G 54 of 255 = 21%
B 86 of 255 = 34%

95
54
86

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

Portions of RGB colors in percentages

R + G + B =
95 + 54 + 86 = 235 (100%)
R 95 of 235 ~ 40.43%
G 54 of 235 ~ 22.98%
B 86 of 235 ~ 36.6%

%40.43
%22.98
%36.6

CMYK color model

#5F3656 color CMYK value is (0,43,9,63).

  • cyan value is 0.00%
  • magenta value is 43.16%
  • yellow value is 9.47%
  • key color value is 62.75%
CMYK:
(0,43,9,63)
C0M43Y9K63 
(0%,43%,9%,63%)
(0.00/0.43/0.09/0.63)	

CMYK percentages

%0
%43.16
%9.47
%62.75

Codes

Color #5F3656 in popluar color models

5F3656
RGB955486
HSL313°27.52%29.22%
HSB/HSV313°43.16%37.25%
CMYK0.00%43.16%9.47%
62.75%

Color #5F3656 in popluar number systems.

HEX5F3656
Decimal955486
Binary10111111101101010110
Octal13766126

Shades and tints

Shades of #5F3656

#5F3656
(95,54,86)
#57324F
(87,50,79)
#4F2E48
(79,46,72)
#472A41
(71,42,65)
#3F263A
(63,38,58)
#372233
(55,34,51)
#2F1E2C
(47,30,44)
#271A25
(39,26,37)
#1F161E
(31,22,30)
#171217
(23,18,23)
#0F0E10
(15,14,16)
#000000
(0,0,0)

Tints of #5F3656

#5F3656
(95,54,86)
#6D4865
(109,72,101)
#7B5A74
(123,90,116)
#896C83
(137,108,131)
#977E92
(151,126,146)
#A590A1
(165,144,161)
#B3A2B0
(179,162,176)
#C1B4BF
(193,180,191)
#CFC6CE
(207,198,206)
#DDD8DD
(221,216,221)
#EBEAEC
(235,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F3656 color. Also use rgb(95,54,86) instead hex code.

Text Font Color

.myTextColor { color: #5F3656; }

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

This text font color is #5F3656.


Background Color

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

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

This div background color is #5F3656.


Border color

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

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

This div border color is #5F3656.


Opacity

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

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

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

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

This text has shadow with #5F3656 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F3656 on black background.


Color preview on white background

This text has color #5F3656 on white background.



Black color preview on #5F3656 background

This text has black color on #5F3656 background.


White color preview on #5F3656 background

This text has white color on #5F3656 background.