COLOR #5F3B37

HEX: #5F3B37
RGB: (95,59,55)

Color info

#5F3B37 contains red, green and blue colors in about the same proportion. Web safe color of #5F3B37 is #663333 (or #633).

RGB color model

#5F3B37 color RGB value is (95,59,55).

  • red value is 95;
  • green value is 59;
  • blue value is 55.
RGB:
(95,59,55)
(37%,23%,22%)

RGB channels and saturation

R 95 of 255 = 37%
G 59 of 255 = 23%
B 55 of 255 = 22%

95
59
55

R + G + B ~ 27%. #5F3B37 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
95 + 59 + 55 = 209 (100%)
R 95 of 209 ~ 45.45%
G 59 of 209 ~ 28.23%
B 55 of 209 ~ 26.32%

%45.45
%28.23
%26.32

CMYK color model

#5F3B37 color CMYK value is (0,38,42,63).

  • cyan value is 0.00%
  • magenta value is 37.89%
  • yellow value is 42.11%
  • key color value is 62.75%
CMYK:
(0,38,42,63)
C0M38Y42K63 
(0%,38%,42%,63%)
(0.00/0.38/0.42/0.63)	

CMYK percentages

%0
%37.89
%42.11
%62.75

Codes

Color #5F3B37 in popluar color models

5F3B37
RGB955955
HSL26.67%29.41%
HSB/HSV42.11%37.25%
CMYK0.00%37.89%42.11%
62.75%

Color #5F3B37 in popluar number systems.

HEX5F3B37
Decimal955955
Binary1011111111011110111
Octal1377367

Shades and tints

Shades of #5F3B37

#5F3B37
(95,59,55)
#573632
(87,54,50)
#4F312D
(79,49,45)
#472C28
(71,44,40)
#3F2723
(63,39,35)
#37221E
(55,34,30)
#2F1D19
(47,29,25)
#271814
(39,24,20)
#1F130F
(31,19,15)
#170E0A
(23,14,10)
#0F0905
(15,9,5)
#000000
(0,0,0)

Tints of #5F3B37

#5F3B37
(95,59,55)
#6D4C49
(109,76,73)
#7B5D5B
(123,93,91)
#896E6D
(137,110,109)
#977F7F
(151,127,127)
#A59091
(165,144,145)
#B3A1A3
(179,161,163)
#C1B2B5
(193,178,181)
#CFC3C7
(207,195,199)
#DDD4D9
(221,212,217)
#EBE5EB
(235,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F3B37; }

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

This text font color is #5F3B37.


Background Color

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

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

This div background color is #5F3B37.


Border color

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

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

This div border color is #5F3B37.


Opacity

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

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

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

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

This text has shadow with #5F3B37 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F3B37 on black background.


Color preview on white background

This text has color #5F3B37 on white background.



Black color preview on #5F3B37 background

This text has black color on #5F3B37 background.


White color preview on #5F3B37 background

This text has white color on #5F3B37 background.