COLOR #09801C

HEX: #09801C
RGB: (9,128,28)

Color info

#09801C contains mainly green color. Web safe color of #09801C is #006633 (or #063).

RGB color model

#09801C color RGB value is (9,128,28).

  • red value is 9;
  • green value is 128;
  • blue value is 28.
RGB:
(9,128,28)
(4%,50%,11%)

RGB channels and saturation

R 9 of 255 = 4%
G 128 of 255 = 50%
B 28 of 255 = 11%

9
128
28

R + G + B ~ 22%. #09801C is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 128 + 28 = 165 (100%)
R 9 of 165 ~ 5.45%
G 128 of 165 ~ 77.58%
B 28 of 165 ~ 16.97%

%77.58
%16.97

CMYK color model

#09801C color CMYK value is (93,0,78,50).

  • cyan value is 92.97%
  • magenta value is 0.00%
  • yellow value is 78.13%
  • key color value is 49.80%
CMYK:
(93,0,78,50)
C93M0Y78K50 
(93%,0%,78%,50%)
(0.93/0.00/0.78/0.50)	

CMYK percentages

%92.97
%0
%78.13
%49.8

Codes

Color #09801C in popluar color models

09801C
RGB912828
HSL130°86.86%26.86%
HSB/HSV130°92.97%50.20%
CMYK92.97%0.00%78.13%
49.80%

Color #09801C in popluar number systems.

HEX09801C
Decimal912828
Binary10011000000011100
Octal1120034

Shades and tints

Shades of #09801C

#09801C
(9,128,28)
#09751A
(9,117,26)
#096A18
(9,106,24)
#095F16
(9,95,22)
#095414
(9,84,20)
#094912
(9,73,18)
#093E10
(9,62,16)
#09330E
(9,51,14)
#09280C
(9,40,12)
#091D0A
(9,29,10)
#091208
(9,18,8)
#000000
(0,0,0)

Tints of #09801C

#09801C
(9,128,28)
#1F8B30
(31,139,48)
#359644
(53,150,68)
#4BA158
(75,161,88)
#61AC6C
(97,172,108)
#77B780
(119,183,128)
#8DC294
(141,194,148)
#A3CDA8
(163,205,168)
#B9D8BC
(185,216,188)
#CFE3D0
(207,227,208)
#E5EEE4
(229,238,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #09801C color. Also use rgb(9,128,28) instead hex code.

Text Font Color

.myTextColor { color: #09801C; }

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

This text font color is #09801C.


Background Color

.myBgColor { background-color: #09801C; }

<div style="background-color:#09801C">Inner text</div>

This div background color is #09801C.


Border color

.myBorderColor { border: 1px solid #09801C; }

<div style="border:3px solid #09801C">Div</div>

This div border color is #09801C.


Opacity

.myOpacity80 { color: #09801C; opacity: 0.8; }

<p style="color:#09801C;opacity:0.8;">80%</p>

Text with #09801C 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 #09801C;}

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

This text has shadow with #09801C color.

.textShadow {text-shadow: 3px 3px 1px #09801C, 3px 3px 1px red;}

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

This text has shadow with #09801C primary color and red secondary color.


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

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

This text has shadow with #09801C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #09801C on black background.


Color preview on white background

This text has color #09801C on white background.



Black color preview on #09801C background

This text has black color on #09801C background.


White color preview on #09801C background

This text has white color on #09801C background.