COLOR #8D843E

HEX: #8D843E
RGB: (141,132,62)

Color info

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

RGB color model

#8D843E color RGB value is (141,132,62).

  • red value is 141;
  • green value is 132;
  • blue value is 62.
RGB:
(141,132,62)
(55%,52%,24%)

RGB channels and saturation

R 141 of 255 = 55%
G 132 of 255 = 52%
B 62 of 255 = 24%

141
132
62

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

Portions of RGB colors in percentages

R + G + B =
141 + 132 + 62 = 335 (100%)
R 141 of 335 ~ 42.09%
G 132 of 335 ~ 39.4%
B 62 of 335 ~ 18.51%

%42.09
%39.4
%18.51

CMYK color model

#8D843E color CMYK value is (0,6,56,45).

  • cyan value is 0.00%
  • magenta value is 6.38%
  • yellow value is 56.03%
  • key color value is 44.71%
CMYK:
(0,6,56,45)
C0M6Y56K45 
(0%,6%,56%,45%)
(0.00/0.06/0.56/0.45)	

CMYK percentages

%0
%6.38
%56.03
%44.71

Codes

Color #8D843E in popluar color models

8D843E
RGB14113262
HSL53°38.92%39.80%
HSB/HSV53°56.03%55.29%
CMYK0.00%6.38%56.03%
44.71%

Color #8D843E in popluar number systems.

HEX8D843E
Decimal14113262
Binary1000110110000100111110
Octal21520476

Shades and tints

Shades of #8D843E

#8D843E
(141,132,62)
#817839
(129,120,57)
#756C34
(117,108,52)
#69602F
(105,96,47)
#5D542A
(93,84,42)
#514825
(81,72,37)
#453C20
(69,60,32)
#39301B
(57,48,27)
#2D2416
(45,36,22)
#211811
(33,24,17)
#150C0C
(21,12,12)
#000000
(0,0,0)

Tints of #8D843E

#8D843E
(141,132,62)
#978F4F
(151,143,79)
#A19A60
(161,154,96)
#ABA571
(171,165,113)
#B5B082
(181,176,130)
#BFBB93
(191,187,147)
#C9C6A4
(201,198,164)
#D3D1B5
(211,209,181)
#DDDCC6
(221,220,198)
#E7E7D7
(231,231,215)
#F1F2E8
(241,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D843E color. Also use rgb(141,132,62) instead hex code.

Text Font Color

.myTextColor { color: #8D843E; }

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

This text font color is #8D843E.


Background Color

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

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

This div background color is #8D843E.


Border color

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

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

This div border color is #8D843E.


Opacity

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

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

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

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

This text has shadow with #8D843E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D843E on black background.


Color preview on white background

This text has color #8D843E on white background.



Black color preview on #8D843E background

This text has black color on #8D843E background.


White color preview on #8D843E background

This text has white color on #8D843E background.