COLOR #8D8555

HEX: #8D8555 RGB: (141,133,85)

Color info

#8D8555 contains red, green and blue colors in about the same proportion. Web safe color of #8D8555 is #999966 (or #996).

RGB color model

#8D8555 color RGB value is (141,133,85).

RGB: (141,133,85) (55%, 52%, 33%)

RGB channels and saturation

R 141 of 255 = 55%
G 133 of 255 = 52%
B 85 of 255 = 33%

141
133
85

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

Portions of RGB colors in percentages

R + G + B = 141 + 133 + 85 = 359 (100%)
R 141 of 359 ~ 39.28%
G 133 of 359 ~ 37.05%
B 85 of 359 ~ 23.68'%

%39.28
%37.05
%23.68

CMYK color model

#8D8555 color CMYK value is (0,6,40,45).

  • cyan value is 0.00%
  • magenta value is 5.67%
  • yellow value is 39.72%
  • key color value is 44.71%

CMYK: (0,6,40,45)
C0M6Y40K45 (0%, 6%, 40%, 45%)
(0.00 / 0.06 / 0.40 / 0.45)

CMYK percentages

%0
%5.67
%39.72
%44.71

Codes

Color #8D8555 in popluar color models

8D 85 55
RGB 141 133 85
HSL 51° 24.78% 44.31%
HSB/HSV 51° 39.72% 55.29%
CMYK 0.00% 5.67% 39.72%
44.71%

Color #8D8555 in popluar number systems.

HEX 8D 85 55
Decimal 141 133 85
Binary 10001101 10000101 1010101
Octal 215 205 125

Shades and tints

Shades of #8D8555

#8D8555
(141,133,85)
#81794E
(129,121,78)
#756D47
(117,109,71)
#696140
(105,97,64)
#5D5539
(93,85,57)
#514932
(81,73,50)
#453D2B
(69,61,43)
#393124
(57,49,36)
#2D251D
(45,37,29)
#211916
(33,25,22)
#150D0F
(21,13,15)
#000000
(0,0,0)

Tints of #8D8555

#8D8555
(141,133,85)
#979064
(151,144,100)
#A19B73
(161,155,115)
#ABA682
(171,166,130)
#B5B191
(181,177,145)
#BFBCA0
(191,188,160)
#C9C7AF
(201,199,175)
#D3D2BE
(211,210,190)
#DDDDCD
(221,221,205)
#E7E8DC
(231,232,220)
#F1F3EB
(241,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D8555; }

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

This text font color is #8D8555.

Background Color

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

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

This div background color is #8D8555.

Border color

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

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

This div border color is #8D8555.

Opacity

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

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

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

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

This text has shadow with #8D8555 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8D8555.

Preview

Color preview on black background

This text has color #8D8555 on black background.


Color preview on white background

This text has color #8D8555 on white background.


Black color preview on #8D8555 background

This text has black color on #8D8555 background.


White color preview on #8D8555 background

This text has white color on #8D8555 background.


Related colors

Complementary color

Complementary color for #hex is #727AAA.


I love getcolorcode.com

Triadic colors

1 #558D85 and #85558D with #8D8555 are triadic colors.

2 #55858D and #858D55 with #8D8555 are triadic colors.