COLOR #8C882B

HEX: #8C882B
RGB: (140,136,43)

Color info

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

RGB color model

#8C882B color RGB value is (140,136,43).

  • red value is 140;
  • green value is 136;
  • blue value is 43.
RGB:
(140,136,43)
(55%,53%,17%)

RGB channels and saturation

R 140 of 255 = 55%
G 136 of 255 = 53%
B 43 of 255 = 17%

140
136
43

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

Portions of RGB colors in percentages

R + G + B =
140 + 136 + 43 = 319 (100%)
R 140 of 319 ~ 43.89%
G 136 of 319 ~ 42.63%
B 43 of 319 ~ 13.48%

%43.89
%42.63
%13.48

CMYK color model

#8C882B color CMYK value is (0,3,69,45).

  • cyan value is 0.00%
  • magenta value is 2.86%
  • yellow value is 69.29%
  • key color value is 45.10%
CMYK:
(0,3,69,45)
C0M3Y69K45 
(0%,3%,69%,45%)
(0.00/0.03/0.69/0.45)	

CMYK percentages

%0
%2.86
%69.29
%45.1

Codes

Color #8C882B in popluar color models

8C882B
RGB14013643
HSL58°53.01%35.88%
HSB/HSV58°69.29%54.90%
CMYK0.00%2.86%69.29%
45.10%

Color #8C882B in popluar number systems.

HEX8C882B
Decimal14013643
Binary1000110010001000101011
Octal21421053

Shades and tints

Shades of #8C882B

#8C882B
(140,136,43)
#807C28
(128,124,40)
#747025
(116,112,37)
#686422
(104,100,34)
#5C581F
(92,88,31)
#504C1C
(80,76,28)
#444019
(68,64,25)
#383416
(56,52,22)
#2C2813
(44,40,19)
#201C10
(32,28,16)
#14100D
(20,16,13)
#000000
(0,0,0)

Tints of #8C882B

#8C882B
(140,136,43)
#96923E
(150,146,62)
#A09C51
(160,156,81)
#AAA664
(170,166,100)
#B4B077
(180,176,119)
#BEBA8A
(190,186,138)
#C8C49D
(200,196,157)
#D2CEB0
(210,206,176)
#DCD8C3
(220,216,195)
#E6E2D6
(230,226,214)
#F0ECE9
(240,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C882B color. Also use rgb(140,136,43) instead hex code.

Text Font Color

.myTextColor { color: #8C882B; }

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

This text font color is #8C882B.


Background Color

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

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

This div background color is #8C882B.


Border color

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

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

This div border color is #8C882B.


Opacity

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

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

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

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

This text has shadow with #8C882B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C882B on black background.


Color preview on white background

This text has color #8C882B on white background.



Black color preview on #8C882B background

This text has black color on #8C882B background.


White color preview on #8C882B background

This text has white color on #8C882B background.