COLOR #8D5F39

HEX: #8D5F39
RGB: (141,95,57)

Color info

#8D5F39 contains mainly red and green colors. Web safe color of #8D5F39 is #996633 (or #963).

RGB color model

#8D5F39 color RGB value is (141,95,57).

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

RGB channels and saturation

R 141 of 255 = 55%
G 95 of 255 = 37%
B 57 of 255 = 22%

141
95
57

R + G + B ~ 38%. #8D5F39 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
141 + 95 + 57 = 293 (100%)
R 141 of 293 ~ 48.12%
G 95 of 293 ~ 32.42%
B 57 of 293 ~ 19.45%

%48.12
%32.42
%19.45

CMYK color model

#8D5F39 color CMYK value is (0,33,60,45).

  • cyan value is 0.00%
  • magenta value is 32.62%
  • yellow value is 59.57%
  • key color value is 44.71%
CMYK:
(0,33,60,45)
C0M33Y60K45 
(0%,33%,60%,45%)
(0.00/0.33/0.60/0.45)	

CMYK percentages

%0
%32.62
%59.57
%44.71

Codes

Color #8D5F39 in popluar color models

8D5F39
RGB1419557
HSL27°42.42%38.82%
HSB/HSV27°59.57%55.29%
CMYK0.00%32.62%59.57%
44.71%

Color #8D5F39 in popluar number systems.

HEX8D5F39
Decimal1419557
Binary100011011011111111001
Octal21513771

Shades and tints

Shades of #8D5F39

#8D5F39
(141,95,57)
#815734
(129,87,52)
#754F2F
(117,79,47)
#69472A
(105,71,42)
#5D3F25
(93,63,37)
#513720
(81,55,32)
#452F1B
(69,47,27)
#392716
(57,39,22)
#2D1F11
(45,31,17)
#21170C
(33,23,12)
#150F07
(21,15,7)
#000000
(0,0,0)

Tints of #8D5F39

#8D5F39
(141,95,57)
#976D4B
(151,109,75)
#A17B5D
(161,123,93)
#AB896F
(171,137,111)
#B59781
(181,151,129)
#BFA593
(191,165,147)
#C9B3A5
(201,179,165)
#D3C1B7
(211,193,183)
#DDCFC9
(221,207,201)
#E7DDDB
(231,221,219)
#F1EBED
(241,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D5F39 color. Also use rgb(141,95,57) instead hex code.

Text Font Color

.myTextColor { color: #8D5F39; }

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

This text font color is #8D5F39.


Background Color

.myBgColor { background-color: #8D5F39; }

<div style="background-color:#8D5F39">Inner text</div>

This div background color is #8D5F39.


Border color

.myBorderColor { border: 1px solid #8D5F39; }

<div style="border:3px solid #8D5F39">Div</div>

This div border color is #8D5F39.


Opacity

.myOpacity80 { color: #8D5F39; opacity: 0.8; }

<p style="color:#8D5F39;opacity:0.8;">80%</p>

Text with #8D5F39 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 #8D5F39;}

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

This text has shadow with #8D5F39 color.

.textShadow {text-shadow: 3px 3px 1px #8D5F39, 3px 3px 1px red;}

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

This text has shadow with #8D5F39 primary color and red secondary color.


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

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

This text has shadow with #8D5F39 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D5F39 on black background.


Color preview on white background

This text has color #8D5F39 on white background.



Black color preview on #8D5F39 background

This text has black color on #8D5F39 background.


White color preview on #8D5F39 background

This text has white color on #8D5F39 background.