COLOR #8D520B

HEX: #8D520B RGB: (141,82,11)

Color info

#8D520B contains mainly red and green colors. Web safe color of #8D520B is #996600 (or #960).

RGB color model

#8D520B color RGB value is (141,82,11).

RGB: (141,82,11) (55%, 32%, 4%)

RGB channels and saturation

R 141 of 255 = 55%
G 82 of 255 = 32%
B 11 of 255 = 4%

141
82
11

R + G + B ~ 30%. #8D520B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 141 + 82 + 11 = 234 (100%)
R 141 of 234 ~ 60.26%
G 82 of 234 ~ 35.04%
B 11 of 234 ~ 4.7'%

%60.26
%35.04

CMYK color model

#8D520B color CMYK value is (0,42,92,45).

  • cyan value is 0.00%
  • magenta value is 41.84%
  • yellow value is 92.20%
  • key color value is 44.71%
CMYK: (0,42,92,45) C0M42Y92K45 (0%,42%,92%,45%) (0.00/0.42/0.92/0.45) 

CMYK percentages

%0
%41.84
%92.2
%44.71

Codes

Color #8D520B in popluar color models

8D 52 0B
RGB 141 82 11
HSL 33° 85.53% 29.80%
HSB/HSV 33° 92.20% 55.29%
CMYK 0.00% 41.84% 92.20%
44.71%

Color #8D520B in popluar number systems.

HEX 8D 52 0B
Decimal 141 82 11
Binary 10001101 1010010 1011
Octal 215 122 13

Shades and tints

Shades of #8D520B

#8D520B
(141,82,11)
#814B0A
(129,75,10)
#754409
(117,68,9)
#693D08
(105,61,8)
#5D3607
(93,54,7)
#512F06
(81,47,6)
#452805
(69,40,5)
#392104
(57,33,4)
#2D1A03
(45,26,3)
#211302
(33,19,2)
#150C01
(21,12,1)
#000000
(0,0,0)

Tints of #8D520B

#8D520B
(141,82,11)
#976121
(151,97,33)
#A17037
(161,112,55)
#AB7F4D
(171,127,77)
#B58E63
(181,142,99)
#BF9D79
(191,157,121)
#C9AC8F
(201,172,143)
#D3BBA5
(211,187,165)
#DDCABB
(221,202,187)
#E7D9D1
(231,217,209)
#F1E8E7
(241,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D520B color. Also use rgb(141,82,11) instead hex code.

Text Font Color

.myTextColor { color: #8D520B; }

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

This text font color is #8D520B.

Background Color

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

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

This div background color is #8D520B.

Border color

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

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

This div border color is #8D520B.

Opacity

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

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

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

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

This text has shadow with #8D520B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8D520B.

Preview

Color preview on black background

This text has color #8D520B on black background.


Color preview on white background

This text has color #8D520B on white background.


Black color preview on #8D520B background

This text has black color on #8D520B background.


White color preview on #8D520B background

This text has white color on #8D520B background.


Related colors

Complementary color

Complementary color for #hex is #72ADF4.


I love getcolorcode.com

Triadic colors

1 #0B8D52 and #520B8D with #8D520B are triadic colors.

2 #0B528D and #528D0B with #8D520B are triadic colors.