COLOR #5F3727

HEX: #5F3727 RGB: (95,55,39)

Color info

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

RGB color model

#5F3727 color RGB value is (95,55,39).

RGB: (95,55,39) (37%, 22%, 15%)

RGB channels and saturation

R 95 of 255 = 37%
G 55 of 255 = 22%
B 39 of 255 = 15%

95
55
39

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

Portions of RGB colors in percentages

R + G + B = 95 + 55 + 39 = 189 (100%)
R 95 of 189 ~ 50.26%
G 55 of 189 ~ 29.1%
B 39 of 189 ~ 20.63'%

%50.26
%29.1
%20.63

CMYK color model

#5F3727 color CMYK value is (0,42,59,63).

  • cyan value is 0.00%
  • magenta value is 42.11%
  • yellow value is 58.95%
  • key color value is 62.75%

CMYK: (0,42,59,63)
C0M42Y59K63 (0%, 42%, 59%, 63%)
(0.00 / 0.42 / 0.59 / 0.63)

CMYK percentages

%0
%42.11
%58.95
%62.75

Codes

Color #5F3727 in popluar color models

5F 37 27
RGB 95 55 39
HSL 17° 41.79% 26.27%
HSB/HSV 17° 58.95% 37.25%
CMYK 0.00% 42.11% 58.95%
62.75%

Color #5F3727 in popluar number systems.

HEX 5F 37 27
Decimal 95 55 39
Binary 1011111 110111 100111
Octal 137 67 47

Shades and tints

Shades of #5F3727

#5F3727
(95,55,39)
#573224
(87,50,36)
#4F2D21
(79,45,33)
#47281E
(71,40,30)
#3F231B
(63,35,27)
#371E18
(55,30,24)
#2F1915
(47,25,21)
#271412
(39,20,18)
#1F0F0F
(31,15,15)
#170A0C
(23,10,12)
#0F0509
(15,5,9)
#000000
(0,0,0)

Tints of #5F3727

#5F3727
(95,55,39)
#6D493A
(109,73,58)
#7B5B4D
(123,91,77)
#896D60
(137,109,96)
#977F73
(151,127,115)
#A59186
(165,145,134)
#B3A399
(179,163,153)
#C1B5AC
(193,181,172)
#CFC7BF
(207,199,191)
#DDD9D2
(221,217,210)
#EBEBE5
(235,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F3727; }

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

This text font color is #5F3727.

Background Color

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

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

This div background color is #5F3727.

Border color

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

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

This div border color is #5F3727.

Opacity

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

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

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

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

This text has shadow with #5F3727 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5F3727.

Preview

Color preview on black background

This text has color #5F3727 on black background.


Color preview on white background

This text has color #5F3727 on white background.


Black color preview on #5F3727 background

This text has black color on #5F3727 background.


White color preview on #5F3727 background

This text has white color on #5F3727 background.


Related colors

Complementary color

Complementary color for #hex is #A0C8D8.


I love getcolorcode.com

Triadic colors

1 #275F37 and #37275F with #5F3727 are triadic colors.

2 #27375F and #375F27 with #5F3727 are triadic colors.