COLOR #8D5333

HEX: #8D5333
RGB: (141,83,51)

Color info

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

RGB color model

#8D5333 color RGB value is (141,83,51).

  • red value is 141;
  • green value is 83;
  • blue value is 51.
RGB:
(141,83,51)
(55%,33%,20%)

RGB channels and saturation

R 141 of 255 = 55%
G 83 of 255 = 33%
B 51 of 255 = 20%

141
83
51

R + G + B ~ 36%. #8D5333 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
141 + 83 + 51 = 275 (100%)
R 141 of 275 ~ 51.27%
G 83 of 275 ~ 30.18%
B 51 of 275 ~ 18.55%

%51.27
%30.18
%18.55

CMYK color model

#8D5333 color CMYK value is (0,41,64,45).

  • cyan value is 0.00%
  • magenta value is 41.13%
  • yellow value is 63.83%
  • key color value is 44.71%
CMYK:
(0,41,64,45)
C0M41Y64K45 
(0%,41%,64%,45%)
(0.00/0.41/0.64/0.45)	

CMYK percentages

%0
%41.13
%63.83
%44.71

Codes

Color #8D5333 in popluar color models

8D5333
RGB1418351
HSL21°46.88%37.65%
HSB/HSV21°63.83%55.29%
CMYK0.00%41.13%63.83%
44.71%

Color #8D5333 in popluar number systems.

HEX8D5333
Decimal1418351
Binary100011011010011110011
Octal21512363

Shades and tints

Shades of #8D5333

#8D5333
(141,83,51)
#814C2F
(129,76,47)
#75452B
(117,69,43)
#693E27
(105,62,39)
#5D3723
(93,55,35)
#51301F
(81,48,31)
#45291B
(69,41,27)
#392217
(57,34,23)
#2D1B13
(45,27,19)
#21140F
(33,20,15)
#150D0B
(21,13,11)
#000000
(0,0,0)

Tints of #8D5333

#8D5333
(141,83,51)
#976245
(151,98,69)
#A17157
(161,113,87)
#AB8069
(171,128,105)
#B58F7B
(181,143,123)
#BF9E8D
(191,158,141)
#C9AD9F
(201,173,159)
#D3BCB1
(211,188,177)
#DDCBC3
(221,203,195)
#E7DAD5
(231,218,213)
#F1E9E7
(241,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D5333 color. Also use rgb(141,83,51) instead hex code.

Text Font Color

.myTextColor { color: #8D5333; }

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

This text font color is #8D5333.


Background Color

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

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

This div background color is #8D5333.


Border color

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

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

This div border color is #8D5333.


Opacity

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

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

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

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

This text has shadow with #8D5333 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D5333 on black background.


Color preview on white background

This text has color #8D5333 on white background.



Black color preview on #8D5333 background

This text has black color on #8D5333 background.


White color preview on #8D5333 background

This text has white color on #8D5333 background.