COLOR #8D554C

HEX: #8D554C RGB: (141,85,76)

Color info

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

RGB color model

#8D554C color RGB value is (141,85,76).

RGB: (141,85,76) (55%, 33%, 30%)

RGB channels and saturation

R 141 of 255 = 55%
G 85 of 255 = 33%
B 76 of 255 = 30%

141
85
76

R + G + B ~ 39%. #8D554C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 141 + 85 + 76 = 302 (100%)
R 141 of 302 ~ 46.69%
G 85 of 302 ~ 28.15%
B 76 of 302 ~ 25.17'%

%46.69
%28.15
%25.17

CMYK color model

#8D554C color CMYK value is (0,40,46,45).

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

CMYK: (0,40,46,45)
C0M40Y46K45 (0%, 40%, 46%, 45%)
(0.00 / 0.40 / 0.46 / 0.45)

CMYK percentages

%0
%39.72
%46.1
%44.71

Codes

Color #8D554C in popluar color models

8D 55 4C
RGB 141 85 76
HSL 29.95% 42.55%
HSB/HSV 46.10% 55.29%
CMYK 0.00% 39.72% 46.10%
44.71%

Color #8D554C in popluar number systems.

HEX 8D 55 4C
Decimal 141 85 76
Binary 10001101 1010101 1001100
Octal 215 125 114

Shades and tints

Shades of #8D554C

#8D554C
(141,85,76)
#814E46
(129,78,70)
#754740
(117,71,64)
#69403A
(105,64,58)
#5D3934
(93,57,52)
#51322E
(81,50,46)
#452B28
(69,43,40)
#392422
(57,36,34)
#2D1D1C
(45,29,28)
#211616
(33,22,22)
#150F10
(21,15,16)
#000000
(0,0,0)

Tints of #8D554C

#8D554C
(141,85,76)
#97645C
(151,100,92)
#A1736C
(161,115,108)
#AB827C
(171,130,124)
#B5918C
(181,145,140)
#BFA09C
(191,160,156)
#C9AFAC
(201,175,172)
#D3BEBC
(211,190,188)
#DDCDCC
(221,205,204)
#E7DCDC
(231,220,220)
#F1EBEC
(241,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D554C; }

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

This text font color is #8D554C.

Background Color

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

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

This div background color is #8D554C.

Border color

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

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

This div border color is #8D554C.

Opacity

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

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

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

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

This text has shadow with #8D554C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8D554C.

Preview

Color preview on black background

This text has color #8D554C on black background.


Color preview on white background

This text has color #8D554C on white background.


Black color preview on #8D554C background

This text has black color on #8D554C background.


White color preview on #8D554C background

This text has white color on #8D554C background.


Related colors

Complementary color

Complementary color for #hex is #72AAB3.


I love getcolorcode.com

Triadic colors

1 #4C8D55 and #554C8D with #8D554C are triadic colors.

2 #4C558D and #558D4C with #8D554C are triadic colors.