COLOR #8D8237

HEX: #8D8237 RGB: (141,130,55)

Color info

#8D8237 contains mainly red and green colors. Web safe color of #8D8237 is #999933 (or #993).

RGB color model

#8D8237 color RGB value is (141,130,55).

RGB: (141,130,55) (55%, 51%, 22%)

RGB channels and saturation

R 141 of 255 = 55%
G 130 of 255 = 51%
B 55 of 255 = 22%

141
130
55

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

Portions of RGB colors in percentages

R + G + B = 141 + 130 + 55 = 326 (100%)
R 141 of 326 ~ 43.25%
G 130 of 326 ~ 39.88%
B 55 of 326 ~ 16.87'%

%43.25
%39.88
%16.87

CMYK color model

#8D8237 color CMYK value is (0,8,61,45).

  • cyan value is 0.00%
  • magenta value is 7.80%
  • yellow value is 60.99%
  • key color value is 44.71%

CMYK: (0,8,61,45)
C0M8Y61K45 (0%, 8%, 61%, 45%)
(0.00 / 0.08 / 0.61 / 0.45)

CMYK percentages

%0
%7.8
%60.99
%44.71

Codes

Color #8D8237 in popluar color models

8D 82 37
RGB 141 130 55
HSL 52° 43.88% 38.43%
HSB/HSV 52° 60.99% 55.29%
CMYK 0.00% 7.80% 60.99%
44.71%

Color #8D8237 in popluar number systems.

HEX 8D 82 37
Decimal 141 130 55
Binary 10001101 10000010 110111
Octal 215 202 67

Shades and tints

Shades of #8D8237

#8D8237
(141,130,55)
#817732
(129,119,50)
#756C2D
(117,108,45)
#696128
(105,97,40)
#5D5623
(93,86,35)
#514B1E
(81,75,30)
#454019
(69,64,25)
#393514
(57,53,20)
#2D2A0F
(45,42,15)
#211F0A
(33,31,10)
#151405
(21,20,5)
#000000
(0,0,0)

Tints of #8D8237

#8D8237
(141,130,55)
#978D49
(151,141,73)
#A1985B
(161,152,91)
#ABA36D
(171,163,109)
#B5AE7F
(181,174,127)
#BFB991
(191,185,145)
#C9C4A3
(201,196,163)
#D3CFB5
(211,207,181)
#DDDAC7
(221,218,199)
#E7E5D9
(231,229,217)
#F1F0EB
(241,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D8237 color. Also use rgb(141,130,55) instead hex code.

Text Font Color

.myTextColor { color: #8D8237; }

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

This text font color is #8D8237.

Background Color

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

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

This div background color is #8D8237.

Border color

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

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

This div border color is #8D8237.

Opacity

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

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

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

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

This text has shadow with #8D8237 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8D8237.

Preview

Color preview on black background

This text has color #8D8237 on black background.


Color preview on white background

This text has color #8D8237 on white background.


Black color preview on #8D8237 background

This text has black color on #8D8237 background.


White color preview on #8D8237 background

This text has white color on #8D8237 background.


Related colors

Complementary color

Complementary color for #hex is #727DC8.


I love getcolorcode.com

Triadic colors

1 #378D82 and #82378D with #8D8237 are triadic colors.

2 #37828D and #828D37 with #8D8237 are triadic colors.