COLOR #8D5529

HEX: #8D5529 RGB: (141,85,41)

Color info

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

RGB color model

#8D5529 color RGB value is (141,85,41).

RGB: (141,85,41) (55%, 33%, 16%)

RGB channels and saturation

R 141 of 255 = 55%
G 85 of 255 = 33%
B 41 of 255 = 16%

141
85
41

R + G + B ~ 35%. #8D5529 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 141 + 85 + 41 = 267 (100%)
R 141 of 267 ~ 52.81%
G 85 of 267 ~ 31.84%
B 41 of 267 ~ 15.36'%

%52.81
%31.84
%15.36

CMYK color model

#8D5529 color CMYK value is (0,40,71,45).

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

CMYK: (0,40,71,45)
C0M40Y71K45 (0%, 40%, 71%, 45%)
(0.00 / 0.40 / 0.71 / 0.45)

CMYK percentages

%0
%39.72
%70.92
%44.71

Codes

Color #8D5529 in popluar color models

8D 55 29
RGB 141 85 41
HSL 26° 54.95% 35.69%
HSB/HSV 26° 70.92% 55.29%
CMYK 0.00% 39.72% 70.92%
44.71%

Color #8D5529 in popluar number systems.

HEX 8D 55 29
Decimal 141 85 41
Binary 10001101 1010101 101001
Octal 215 125 51

Shades and tints

Shades of #8D5529

#8D5529
(141,85,41)
#814E26
(129,78,38)
#754723
(117,71,35)
#694020
(105,64,32)
#5D391D
(93,57,29)
#51321A
(81,50,26)
#452B17
(69,43,23)
#392414
(57,36,20)
#2D1D11
(45,29,17)
#21160E
(33,22,14)
#150F0B
(21,15,11)
#000000
(0,0,0)

Tints of #8D5529

#8D5529
(141,85,41)
#97643C
(151,100,60)
#A1734F
(161,115,79)
#AB8262
(171,130,98)
#B59175
(181,145,117)
#BFA088
(191,160,136)
#C9AF9B
(201,175,155)
#D3BEAE
(211,190,174)
#DDCDC1
(221,205,193)
#E7DCD4
(231,220,212)
#F1EBE7
(241,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D5529; }

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

This text font color is #8D5529.

Background Color

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

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

This div background color is #8D5529.

Border color

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

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

This div border color is #8D5529.

Opacity

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

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

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

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

This text has shadow with #8D5529 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8D5529.

Preview

Color preview on black background

This text has color #8D5529 on black background.


Color preview on white background

This text has color #8D5529 on white background.


Black color preview on #8D5529 background

This text has black color on #8D5529 background.


White color preview on #8D5529 background

This text has white color on #8D5529 background.


Related colors

Complementary color

Complementary color for #hex is #72AAD6.


I love getcolorcode.com

Triadic colors

1 #298D55 and #55298D with #8D5529 are triadic colors.

2 #29558D and #558D29 with #8D5529 are triadic colors.