COLOR #8C9335

HEX: #8C9335
RGB: (140,147,53)

Color info

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

RGB color model

#8C9335 color RGB value is (140,147,53).

  • red value is 140;
  • green value is 147;
  • blue value is 53.
RGB:
(140,147,53)
(55%,58%,21%)

RGB channels and saturation

R 140 of 255 = 55%
G 147 of 255 = 58%
B 53 of 255 = 21%

140
147
53

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

Portions of RGB colors in percentages

R + G + B =
140 + 147 + 53 = 340 (100%)
R 140 of 340 ~ 41.18%
G 147 of 340 ~ 43.24%
B 53 of 340 ~ 15.59%

%41.18
%43.24
%15.59

CMYK color model

#8C9335 color CMYK value is (5,0,64,42).

  • cyan value is 4.76%
  • magenta value is 0.00%
  • yellow value is 63.95%
  • key color value is 42.35%
CMYK:
(5,0,64,42)
C5M0Y64K42 
(5%,0%,64%,42%)
(0.05/0.00/0.64/0.42)	

CMYK percentages

%4.76
%0
%63.95
%42.35

Codes

Color #8C9335 in popluar color models

8C9335
RGB14014753
HSL64°47.00%39.22%
HSB/HSV64°63.95%57.65%
CMYK4.76%0.00%63.95%
42.35%

Color #8C9335 in popluar number systems.

HEX8C9335
Decimal14014753
Binary1000110010010011110101
Octal21422365

Shades and tints

Shades of #8C9335

#8C9335
(140,147,53)
#808631
(128,134,49)
#74792D
(116,121,45)
#686C29
(104,108,41)
#5C5F25
(92,95,37)
#505221
(80,82,33)
#44451D
(68,69,29)
#383819
(56,56,25)
#2C2B15
(44,43,21)
#201E11
(32,30,17)
#14110D
(20,17,13)
#000000
(0,0,0)

Tints of #8C9335

#8C9335
(140,147,53)
#969C47
(150,156,71)
#A0A559
(160,165,89)
#AAAE6B
(170,174,107)
#B4B77D
(180,183,125)
#BEC08F
(190,192,143)
#C8C9A1
(200,201,161)
#D2D2B3
(210,210,179)
#DCDBC5
(220,219,197)
#E6E4D7
(230,228,215)
#F0EDE9
(240,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C9335 color. Also use rgb(140,147,53) instead hex code.

Text Font Color

.myTextColor { color: #8C9335; }

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

This text font color is #8C9335.


Background Color

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

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

This div background color is #8C9335.


Border color

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

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

This div border color is #8C9335.


Opacity

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

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

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

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

This text has shadow with #8C9335 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C9335 on black background.


Color preview on white background

This text has color #8C9335 on white background.



Black color preview on #8C9335 background

This text has black color on #8C9335 background.


White color preview on #8C9335 background

This text has white color on #8C9335 background.