COLOR #8C9621

HEX: #8C9621
RGB: (140,150,33)

Color info

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

RGB color model

#8C9621 color RGB value is (140,150,33).

  • red value is 140;
  • green value is 150;
  • blue value is 33.
RGB:
(140,150,33)
(55%,59%,13%)

RGB channels and saturation

R 140 of 255 = 55%
G 150 of 255 = 59%
B 33 of 255 = 13%

140
150
33

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

Portions of RGB colors in percentages

R + G + B =
140 + 150 + 33 = 323 (100%)
R 140 of 323 ~ 43.34%
G 150 of 323 ~ 46.44%
B 33 of 323 ~ 10.22%

%43.34
%46.44
%10.22

CMYK color model

#8C9621 color CMYK value is (7,0,78,41).

  • cyan value is 6.67%
  • magenta value is 0.00%
  • yellow value is 78.00%
  • key color value is 41.18%
CMYK:
(7,0,78,41)
C7M0Y78K41 
(7%,0%,78%,41%)
(0.07/0.00/0.78/0.41)	

CMYK percentages

%6.67
%0
%78
%41.18

Codes

Color #8C9621 in popluar color models

8C9621
RGB14015033
HSL65°63.93%35.88%
HSB/HSV65°78.00%58.82%
CMYK6.67%0.00%78.00%
41.18%

Color #8C9621 in popluar number systems.

HEX8C9621
Decimal14015033
Binary1000110010010110100001
Octal21422641

Shades and tints

Shades of #8C9621

#8C9621
(140,150,33)
#80891E
(128,137,30)
#747C1B
(116,124,27)
#686F18
(104,111,24)
#5C6215
(92,98,21)
#505512
(80,85,18)
#44480F
(68,72,15)
#383B0C
(56,59,12)
#2C2E09
(44,46,9)
#202106
(32,33,6)
#141403
(20,20,3)
#000000
(0,0,0)

Tints of #8C9621

#8C9621
(140,150,33)
#969F35
(150,159,53)
#A0A849
(160,168,73)
#AAB15D
(170,177,93)
#B4BA71
(180,186,113)
#BEC385
(190,195,133)
#C8CC99
(200,204,153)
#D2D5AD
(210,213,173)
#DCDEC1
(220,222,193)
#E6E7D5
(230,231,213)
#F0F0E9
(240,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C9621 color. Also use rgb(140,150,33) instead hex code.

Text Font Color

.myTextColor { color: #8C9621; }

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

This text font color is #8C9621.


Background Color

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

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

This div background color is #8C9621.


Border color

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

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

This div border color is #8C9621.


Opacity

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

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

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

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

This text has shadow with #8C9621 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C9621 on black background.


Color preview on white background

This text has color #8C9621 on white background.



Black color preview on #8C9621 background

This text has black color on #8C9621 background.


White color preview on #8C9621 background

This text has white color on #8C9621 background.