COLOR #8D8250

HEX: #8D8250 RGB: (141,130,80)

Color info

#8D8250 contains mainly red and green colors. Web safe color of #8D8250 is #999966 (or #996).

RGB color model

#8D8250 color RGB value is (141,130,80).

RGB: (141,130,80) (55%, 51%, 31%)

RGB channels and saturation

R 141 of 255 = 55%
G 130 of 255 = 51%
B 80 of 255 = 31%

141
130
80

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

Portions of RGB colors in percentages

R + G + B = 141 + 130 + 80 = 351 (100%)
R 141 of 351 ~ 40.17%
G 130 of 351 ~ 37.04%
B 80 of 351 ~ 22.79'%

%40.17
%37.04
%22.79

CMYK color model

#8D8250 color CMYK value is (0,8,43,45).

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

CMYK: (0,8,43,45)
C0M8Y43K45 (0%, 8%, 43%, 45%)
(0.00 / 0.08 / 0.43 / 0.45)

CMYK percentages

%0
%7.8
%43.26
%44.71

Codes

Color #8D8250 in popluar color models

8D 82 50
RGB 141 130 80
HSL 49° 27.60% 43.33%
HSB/HSV 49° 43.26% 55.29%
CMYK 0.00% 7.80% 43.26%
44.71%

Color #8D8250 in popluar number systems.

HEX 8D 82 50
Decimal 141 130 80
Binary 10001101 10000010 1010000
Octal 215 202 120

Shades and tints

Shades of #8D8250

#8D8250
(141,130,80)
#817749
(129,119,73)
#756C42
(117,108,66)
#69613B
(105,97,59)
#5D5634
(93,86,52)
#514B2D
(81,75,45)
#454026
(69,64,38)
#39351F
(57,53,31)
#2D2A18
(45,42,24)
#211F11
(33,31,17)
#15140A
(21,20,10)
#000000
(0,0,0)

Tints of #8D8250

#8D8250
(141,130,80)
#978D5F
(151,141,95)
#A1986E
(161,152,110)
#ABA37D
(171,163,125)
#B5AE8C
(181,174,140)
#BFB99B
(191,185,155)
#C9C4AA
(201,196,170)
#D3CFB9
(211,207,185)
#DDDAC8
(221,218,200)
#E7E5D7
(231,229,215)
#F1F0E6
(241,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D8250; }

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

This text font color is #8D8250.

Background Color

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

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

This div background color is #8D8250.

Border color

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

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

This div border color is #8D8250.

Opacity

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

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

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

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

This text has shadow with #8D8250 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8D8250.

Preview

Color preview on black background

This text has color #8D8250 on black background.


Color preview on white background

This text has color #8D8250 on white background.


Black color preview on #8D8250 background

This text has black color on #8D8250 background.


White color preview on #8D8250 background

This text has white color on #8D8250 background.


Related colors

Complementary color

Complementary color for #hex is #727DAF.


I love getcolorcode.com

Triadic colors

1 #508D82 and #82508D with #8D8250 are triadic colors.

2 #50828D and #828D50 with #8D8250 are triadic colors.