COLOR #8D554B

HEX: #8D554B RGB: (141,85,75)

Color info

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

RGB color model

#8D554B color RGB value is (141,85,75).

RGB: (141,85,75) (55%, 33%, 29%)

RGB channels and saturation

R 141 of 255 = 55%
G 85 of 255 = 33%
B 75 of 255 = 29%

141
85
75

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

Portions of RGB colors in percentages

R + G + B = 141 + 85 + 75 = 301 (100%)
R 141 of 301 ~ 46.84%
G 85 of 301 ~ 28.24%
B 75 of 301 ~ 24.92'%

%46.84
%28.24
%24.92

CMYK color model

#8D554B color CMYK value is (0,40,47,45).

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

CMYK: (0,40,47,45)
C0M40Y47K45 (0%, 40%, 47%, 45%)
(0.00 / 0.40 / 0.47 / 0.45)

CMYK percentages

%0
%39.72
%46.81
%44.71

Codes

Color #8D554B in popluar color models

8D 55 4B
RGB 141 85 75
HSL 30.56% 42.35%
HSB/HSV 46.81% 55.29%
CMYK 0.00% 39.72% 46.81%
44.71%

Color #8D554B in popluar number systems.

HEX 8D 55 4B
Decimal 141 85 75
Binary 10001101 1010101 1001011
Octal 215 125 113

Shades and tints

Shades of #8D554B

#8D554B
(141,85,75)
#814E45
(129,78,69)
#75473F
(117,71,63)
#694039
(105,64,57)
#5D3933
(93,57,51)
#51322D
(81,50,45)
#452B27
(69,43,39)
#392421
(57,36,33)
#2D1D1B
(45,29,27)
#211615
(33,22,21)
#150F0F
(21,15,15)
#000000
(0,0,0)

Tints of #8D554B

#8D554B
(141,85,75)
#97645B
(151,100,91)
#A1736B
(161,115,107)
#AB827B
(171,130,123)
#B5918B
(181,145,139)
#BFA09B
(191,160,155)
#C9AFAB
(201,175,171)
#D3BEBB
(211,190,187)
#DDCDCB
(221,205,203)
#E7DCDB
(231,220,219)
#F1EBEB
(241,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D554B; }

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

This text font color is #8D554B.

Background Color

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

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

This div background color is #8D554B.

Border color

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

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

This div border color is #8D554B.

Opacity

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

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

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

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

This text has shadow with #8D554B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8D554B.

Preview

Color preview on black background

This text has color #8D554B on black background.


Color preview on white background

This text has color #8D554B on white background.


Black color preview on #8D554B background

This text has black color on #8D554B background.


White color preview on #8D554B background

This text has white color on #8D554B background.


Related colors

Complementary color

Complementary color for #hex is #72AAB4.


I love getcolorcode.com

Triadic colors

1 #4B8D55 and #554B8D with #8D554B are triadic colors.

2 #4B558D and #558D4B with #8D554B are triadic colors.