COLOR #8D6553

HEX: #8D6553
RGB: (141,101,83)

Color info

#8D6553 contains red, green and blue colors in about the same proportion. Web safe color of #8D6553 is #996666 (or #966).

RGB color model

#8D6553 color RGB value is (141,101,83).

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

RGB channels and saturation

R 141 of 255 = 55%
G 101 of 255 = 40%
B 83 of 255 = 33%

141
101
83

R + G + B ~ 43%. #8D6553 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
141 + 101 + 83 = 325 (100%)
R 141 of 325 ~ 43.38%
G 101 of 325 ~ 31.08%
B 83 of 325 ~ 25.54%

%43.38
%31.08
%25.54

CMYK color model

#8D6553 color CMYK value is (0,28,41,45).

  • cyan value is 0.00%
  • magenta value is 28.37%
  • yellow value is 41.13%
  • key color value is 44.71%
CMYK:
(0,28,41,45)
C0M28Y41K45 
(0%,28%,41%,45%)
(0.00/0.28/0.41/0.45)	

CMYK percentages

%0
%28.37
%41.13
%44.71

Codes

Color #8D6553 in popluar color models

8D6553
RGB14110183
HSL19°25.89%43.92%
HSB/HSV19°41.13%55.29%
CMYK0.00%28.37%41.13%
44.71%

Color #8D6553 in popluar number systems.

HEX8D6553
Decimal14110183
Binary1000110111001011010011
Octal215145123

Shades and tints

Shades of #8D6553

#8D6553
(141,101,83)
#815C4C
(129,92,76)
#755345
(117,83,69)
#694A3E
(105,74,62)
#5D4137
(93,65,55)
#513830
(81,56,48)
#452F29
(69,47,41)
#392622
(57,38,34)
#2D1D1B
(45,29,27)
#211414
(33,20,20)
#150B0D
(21,11,13)
#000000
(0,0,0)

Tints of #8D6553

#8D6553
(141,101,83)
#977362
(151,115,98)
#A18171
(161,129,113)
#AB8F80
(171,143,128)
#B59D8F
(181,157,143)
#BFAB9E
(191,171,158)
#C9B9AD
(201,185,173)
#D3C7BC
(211,199,188)
#DDD5CB
(221,213,203)
#E7E3DA
(231,227,218)
#F1F1E9
(241,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D6553; }

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

This text font color is #8D6553.


Background Color

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

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

This div background color is #8D6553.


Border color

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

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

This div border color is #8D6553.


Opacity

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

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

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

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

This text has shadow with #8D6553 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D6553 on black background.


Color preview on white background

This text has color #8D6553 on white background.



Black color preview on #8D6553 background

This text has black color on #8D6553 background.


White color preview on #8D6553 background

This text has white color on #8D6553 background.