COLOR #8D6455

HEX: #8D6455
RGB: (141,100,85)

Color info

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

RGB color model

#8D6455 color RGB value is (141,100,85).

  • red value is 141;
  • green value is 100;
  • blue value is 85.
RGB:
(141,100,85)
(55%,39%,33%)

RGB channels and saturation

R 141 of 255 = 55%
G 100 of 255 = 39%
B 85 of 255 = 33%

141
100
85

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

Portions of RGB colors in percentages

R + G + B =
141 + 100 + 85 = 326 (100%)
R 141 of 326 ~ 43.25%
G 100 of 326 ~ 30.67%
B 85 of 326 ~ 26.07%

%43.25
%30.67
%26.07

CMYK color model

#8D6455 color CMYK value is (0,29,40,45).

  • cyan value is 0.00%
  • magenta value is 29.08%
  • yellow value is 39.72%
  • key color value is 44.71%
CMYK:
(0,29,40,45)
C0M29Y40K45 
(0%,29%,40%,45%)
(0.00/0.29/0.40/0.45)	

CMYK percentages

%0
%29.08
%39.72
%44.71

Codes

Color #8D6455 in popluar color models

8D6455
RGB14110085
HSL16°24.78%44.31%
HSB/HSV16°39.72%55.29%
CMYK0.00%29.08%39.72%
44.71%

Color #8D6455 in popluar number systems.

HEX8D6455
Decimal14110085
Binary1000110111001001010101
Octal215144125

Shades and tints

Shades of #8D6455

#8D6455
(141,100,85)
#815B4E
(129,91,78)
#755247
(117,82,71)
#694940
(105,73,64)
#5D4039
(93,64,57)
#513732
(81,55,50)
#452E2B
(69,46,43)
#392524
(57,37,36)
#2D1C1D
(45,28,29)
#211316
(33,19,22)
#150A0F
(21,10,15)
#000000
(0,0,0)

Tints of #8D6455

#8D6455
(141,100,85)
#977264
(151,114,100)
#A18073
(161,128,115)
#AB8E82
(171,142,130)
#B59C91
(181,156,145)
#BFAAA0
(191,170,160)
#C9B8AF
(201,184,175)
#D3C6BE
(211,198,190)
#DDD4CD
(221,212,205)
#E7E2DC
(231,226,220)
#F1F0EB
(241,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D6455 color. Also use rgb(141,100,85) instead hex code.

Text Font Color

.myTextColor { color: #8D6455; }

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

This text font color is #8D6455.


Background Color

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

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

This div background color is #8D6455.


Border color

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

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

This div border color is #8D6455.


Opacity

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

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

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

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

This text has shadow with #8D6455 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D6455 on black background.


Color preview on white background

This text has color #8D6455 on white background.



Black color preview on #8D6455 background

This text has black color on #8D6455 background.


White color preview on #8D6455 background

This text has white color on #8D6455 background.