COLOR #8D5334

HEX: #8D5334 RGB: (141,83,52)

Color info

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

RGB color model

#8D5334 color RGB value is (141,83,52).

RGB: (141,83,52) (55%, 33%, 20%)

RGB channels and saturation

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

141
83
52

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

Portions of RGB colors in percentages

R + G + B = 141 + 83 + 52 = 276 (100%)
R 141 of 276 ~ 51.09%
G 83 of 276 ~ 30.07%
B 52 of 276 ~ 18.84'%

%51.09
%30.07
%18.84

CMYK color model

#8D5334 color CMYK value is (0,41,63,45).

  • cyan value is 0.00%
  • magenta value is 41.13%
  • yellow value is 63.12%
  • key color value is 44.71%

CMYK: (0,41,63,45)
C0M41Y63K45 (0%, 41%, 63%, 45%)
(0.00 / 0.41 / 0.63 / 0.45)

CMYK percentages

%0
%41.13
%63.12
%44.71

Codes

Color #8D5334 in popluar color models

8D 53 34
RGB 141 83 52
HSL 21° 46.11% 37.84%
HSB/HSV 21° 63.12% 55.29%
CMYK 0.00% 41.13% 63.12%
44.71%

Color #8D5334 in popluar number systems.

HEX 8D 53 34
Decimal 141 83 52
Binary 10001101 1010011 110100
Octal 215 123 64

Shades and tints

Shades of #8D5334

#8D5334
(141,83,52)
#814C30
(129,76,48)
#75452C
(117,69,44)
#693E28
(105,62,40)
#5D3724
(93,55,36)
#513020
(81,48,32)
#45291C
(69,41,28)
#392218
(57,34,24)
#2D1B14
(45,27,20)
#211410
(33,20,16)
#150D0C
(21,13,12)
#000000
(0,0,0)

Tints of #8D5334

#8D5334
(141,83,52)
#976246
(151,98,70)
#A17158
(161,113,88)
#AB806A
(171,128,106)
#B58F7C
(181,143,124)
#BF9E8E
(191,158,142)
#C9ADA0
(201,173,160)
#D3BCB2
(211,188,178)
#DDCBC4
(221,203,196)
#E7DAD6
(231,218,214)
#F1E9E8
(241,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D5334; }

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

This text font color is #8D5334.

Background Color

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

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

This div background color is #8D5334.

Border color

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

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

This div border color is #8D5334.

Opacity

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

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

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

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

This text has shadow with #8D5334 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8D5334.

Preview

Color preview on black background

This text has color #8D5334 on black background.


Color preview on white background

This text has color #8D5334 on white background.


Black color preview on #8D5334 background

This text has black color on #8D5334 background.


White color preview on #8D5334 background

This text has white color on #8D5334 background.


Related colors

Complementary color

Complementary color for #hex is #72ACCB.


I love getcolorcode.com

Triadic colors

1 #348D53 and #53348D with #8D5334 are triadic colors.

2 #34538D and #538D34 with #8D5334 are triadic colors.