COLOR #8C9229

HEX: #8C9229
RGB: (140,146,41)

Color info

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

RGB color model

#8C9229 color RGB value is (140,146,41).

  • red value is 140;
  • green value is 146;
  • blue value is 41.
RGB:
(140,146,41)
(55%,57%,16%)

RGB channels and saturation

R 140 of 255 = 55%
G 146 of 255 = 57%
B 41 of 255 = 16%

140
146
41

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

Portions of RGB colors in percentages

R + G + B =
140 + 146 + 41 = 327 (100%)
R 140 of 327 ~ 42.81%
G 146 of 327 ~ 44.65%
B 41 of 327 ~ 12.54%

%42.81
%44.65
%12.54

CMYK color model

#8C9229 color CMYK value is (4,0,72,43).

  • cyan value is 4.11%
  • magenta value is 0.00%
  • yellow value is 71.92%
  • key color value is 42.75%
CMYK:
(4,0,72,43)
C4M0Y72K43 
(4%,0%,72%,43%)
(0.04/0.00/0.72/0.43)	

CMYK percentages

%4.11
%0
%71.92
%42.75

Codes

Color #8C9229 in popluar color models

8C9229
RGB14014641
HSL63°56.15%36.67%
HSB/HSV63°71.92%57.25%
CMYK4.11%0.00%71.92%
42.75%

Color #8C9229 in popluar number systems.

HEX8C9229
Decimal14014641
Binary1000110010010010101001
Octal21422251

Shades and tints

Shades of #8C9229

#8C9229
(140,146,41)
#808526
(128,133,38)
#747823
(116,120,35)
#686B20
(104,107,32)
#5C5E1D
(92,94,29)
#50511A
(80,81,26)
#444417
(68,68,23)
#383714
(56,55,20)
#2C2A11
(44,42,17)
#201D0E
(32,29,14)
#14100B
(20,16,11)
#000000
(0,0,0)

Tints of #8C9229

#8C9229
(140,146,41)
#969B3C
(150,155,60)
#A0A44F
(160,164,79)
#AAAD62
(170,173,98)
#B4B675
(180,182,117)
#BEBF88
(190,191,136)
#C8C89B
(200,200,155)
#D2D1AE
(210,209,174)
#DCDAC1
(220,218,193)
#E6E3D4
(230,227,212)
#F0ECE7
(240,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C9229 color. Also use rgb(140,146,41) instead hex code.

Text Font Color

.myTextColor { color: #8C9229; }

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

This text font color is #8C9229.


Background Color

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

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

This div background color is #8C9229.


Border color

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

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

This div border color is #8C9229.


Opacity

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

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

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

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

This text has shadow with #8C9229 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C9229 on black background.


Color preview on white background

This text has color #8C9229 on white background.



Black color preview on #8C9229 background

This text has black color on #8C9229 background.


White color preview on #8C9229 background

This text has white color on #8C9229 background.