COLOR #8D5B38

HEX: #8D5B38
RGB: (141,91,56)

Color info

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

RGB color model

#8D5B38 color RGB value is (141,91,56).

  • red value is 141;
  • green value is 91;
  • blue value is 56.
RGB:
(141,91,56)
(55%,36%,22%)

RGB channels and saturation

R 141 of 255 = 55%
G 91 of 255 = 36%
B 56 of 255 = 22%

141
91
56

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

Portions of RGB colors in percentages

R + G + B =
141 + 91 + 56 = 288 (100%)
R 141 of 288 ~ 48.96%
G 91 of 288 ~ 31.6%
B 56 of 288 ~ 19.44%

%48.96
%31.6
%19.44

CMYK color model

#8D5B38 color CMYK value is (0,35,60,45).

  • cyan value is 0.00%
  • magenta value is 35.46%
  • yellow value is 60.28%
  • key color value is 44.71%
CMYK:
(0,35,60,45)
C0M35Y60K45 
(0%,35%,60%,45%)
(0.00/0.35/0.60/0.45)	

CMYK percentages

%0
%35.46
%60.28
%44.71

Codes

Color #8D5B38 in popluar color models

8D5B38
RGB1419156
HSL25°43.15%38.63%
HSB/HSV25°60.28%55.29%
CMYK0.00%35.46%60.28%
44.71%

Color #8D5B38 in popluar number systems.

HEX8D5B38
Decimal1419156
Binary100011011011011111000
Octal21513370

Shades and tints

Shades of #8D5B38

#8D5B38
(141,91,56)
#815333
(129,83,51)
#754B2E
(117,75,46)
#694329
(105,67,41)
#5D3B24
(93,59,36)
#51331F
(81,51,31)
#452B1A
(69,43,26)
#392315
(57,35,21)
#2D1B10
(45,27,16)
#21130B
(33,19,11)
#150B06
(21,11,6)
#000000
(0,0,0)

Tints of #8D5B38

#8D5B38
(141,91,56)
#97694A
(151,105,74)
#A1775C
(161,119,92)
#AB856E
(171,133,110)
#B59380
(181,147,128)
#BFA192
(191,161,146)
#C9AFA4
(201,175,164)
#D3BDB6
(211,189,182)
#DDCBC8
(221,203,200)
#E7D9DA
(231,217,218)
#F1E7EC
(241,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D5B38 color. Also use rgb(141,91,56) instead hex code.

Text Font Color

.myTextColor { color: #8D5B38; }

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

This text font color is #8D5B38.


Background Color

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

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

This div background color is #8D5B38.


Border color

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

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

This div border color is #8D5B38.


Opacity

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

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

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

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

This text has shadow with #8D5B38 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D5B38 on black background.


Color preview on white background

This text has color #8D5B38 on white background.



Black color preview on #8D5B38 background

This text has black color on #8D5B38 background.


White color preview on #8D5B38 background

This text has white color on #8D5B38 background.