COLOR #8C9014

HEX: #8C9014
RGB: (140,144,20)

Color info

#8C9014 contains mainly red and green colors. Web safe color of #8C9014 is #999900 (or #990).

RGB color model

#8C9014 color RGB value is (140,144,20).

  • red value is 140;
  • green value is 144;
  • blue value is 20.
RGB:
(140,144,20)
(55%,56%,8%)

RGB channels and saturation

R 140 of 255 = 55%
G 144 of 255 = 56%
B 20 of 255 = 8%

140
144
20

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

Portions of RGB colors in percentages

R + G + B =
140 + 144 + 20 = 304 (100%)
R 140 of 304 ~ 46.05%
G 144 of 304 ~ 47.37%
B 20 of 304 ~ 6.58%

%46.05
%47.37

CMYK color model

#8C9014 color CMYK value is (3,0,86,44).

  • cyan value is 2.78%
  • magenta value is 0.00%
  • yellow value is 86.11%
  • key color value is 43.53%
CMYK:
(3,0,86,44)
C3M0Y86K44 
(3%,0%,86%,44%)
(0.03/0.00/0.86/0.44)	

CMYK percentages

%2.78
%0
%86.11
%43.53

Codes

Color #8C9014 in popluar color models

8C9014
RGB14014420
HSL62°75.61%32.16%
HSB/HSV62°86.11%56.47%
CMYK2.78%0.00%86.11%
43.53%

Color #8C9014 in popluar number systems.

HEX8C9014
Decimal14014420
Binary100011001001000010100
Octal21422024

Shades and tints

Shades of #8C9014

#8C9014
(140,144,20)
#808313
(128,131,19)
#747612
(116,118,18)
#686911
(104,105,17)
#5C5C10
(92,92,16)
#504F0F
(80,79,15)
#44420E
(68,66,14)
#38350D
(56,53,13)
#2C280C
(44,40,12)
#201B0B
(32,27,11)
#140E0A
(20,14,10)
#000000
(0,0,0)

Tints of #8C9014

#8C9014
(140,144,20)
#969A29
(150,154,41)
#A0A43E
(160,164,62)
#AAAE53
(170,174,83)
#B4B868
(180,184,104)
#BEC27D
(190,194,125)
#C8CC92
(200,204,146)
#D2D6A7
(210,214,167)
#DCE0BC
(220,224,188)
#E6EAD1
(230,234,209)
#F0F4E6
(240,244,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C9014 color. Also use rgb(140,144,20) instead hex code.

Text Font Color

.myTextColor { color: #8C9014; }

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

This text font color is #8C9014.


Background Color

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

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

This div background color is #8C9014.


Border color

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

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

This div border color is #8C9014.


Opacity

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

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

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

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

This text has shadow with #8C9014 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C9014 on black background.


Color preview on white background

This text has color #8C9014 on white background.



Black color preview on #8C9014 background

This text has black color on #8C9014 background.


White color preview on #8C9014 background

This text has white color on #8C9014 background.