COLOR #5F3B27

HEX: #5F3B27
RGB: (95,59,39)

Color info

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

RGB color model

#5F3B27 color RGB value is (95,59,39).

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

RGB channels and saturation

R 95 of 255 = 37%
G 59 of 255 = 23%
B 39 of 255 = 15%

95
59
39

R + G + B ~ 25%. #5F3B27 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
95 + 59 + 39 = 193 (100%)
R 95 of 193 ~ 49.22%
G 59 of 193 ~ 30.57%
B 39 of 193 ~ 20.21%

%49.22
%30.57
%20.21

CMYK color model

#5F3B27 color CMYK value is (0,38,59,63).

  • cyan value is 0.00%
  • magenta value is 37.89%
  • yellow value is 58.95%
  • key color value is 62.75%
CMYK:
(0,38,59,63)
C0M38Y59K63 
(0%,38%,59%,63%)
(0.00/0.38/0.59/0.63)	

CMYK percentages

%0
%37.89
%58.95
%62.75

Codes

Color #5F3B27 in popluar color models

5F3B27
RGB955939
HSL21°41.79%26.27%
HSB/HSV21°58.95%37.25%
CMYK0.00%37.89%58.95%
62.75%

Color #5F3B27 in popluar number systems.

HEX5F3B27
Decimal955939
Binary1011111111011100111
Octal1377347

Shades and tints

Shades of #5F3B27

#5F3B27
(95,59,39)
#573624
(87,54,36)
#4F3121
(79,49,33)
#472C1E
(71,44,30)
#3F271B
(63,39,27)
#372218
(55,34,24)
#2F1D15
(47,29,21)
#271812
(39,24,18)
#1F130F
(31,19,15)
#170E0C
(23,14,12)
#0F0909
(15,9,9)
#000000
(0,0,0)

Tints of #5F3B27

#5F3B27
(95,59,39)
#6D4C3A
(109,76,58)
#7B5D4D
(123,93,77)
#896E60
(137,110,96)
#977F73
(151,127,115)
#A59086
(165,144,134)
#B3A199
(179,161,153)
#C1B2AC
(193,178,172)
#CFC3BF
(207,195,191)
#DDD4D2
(221,212,210)
#EBE5E5
(235,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F3B27; }

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

This text font color is #5F3B27.


Background Color

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

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

This div background color is #5F3B27.


Border color

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

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

This div border color is #5F3B27.


Opacity

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

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

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

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

This text has shadow with #5F3B27 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F3B27 on black background.


Color preview on white background

This text has color #5F3B27 on white background.



Black color preview on #5F3B27 background

This text has black color on #5F3B27 background.


White color preview on #5F3B27 background

This text has white color on #5F3B27 background.