COLOR #096021

HEX: #096021
RGB: (9,96,33)

Color info

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

RGB color model

#096021 color RGB value is (9,96,33).

  • red value is 9;
  • green value is 96;
  • blue value is 33.
RGB:
(9,96,33)
(4%,38%,13%)

RGB channels and saturation

R 9 of 255 = 4%
G 96 of 255 = 38%
B 33 of 255 = 13%

9
96
33

R + G + B ~ 18%. #096021 is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 96 + 33 = 138 (100%)
R 9 of 138 ~ 6.52%
G 96 of 138 ~ 69.57%
B 33 of 138 ~ 23.91%

%69.57
%23.91

CMYK color model

#096021 color CMYK value is (91,0,66,62).

  • cyan value is 90.63%
  • magenta value is 0.00%
  • yellow value is 65.63%
  • key color value is 62.35%
CMYK:
(91,0,66,62)
C91M0Y66K62 
(91%,0%,66%,62%)
(0.91/0.00/0.66/0.62)	

CMYK percentages

%90.63
%0
%65.63
%62.35

Codes

Color #096021 in popluar color models

096021
RGB99633
HSL137°82.86%20.59%
HSB/HSV137°90.63%37.65%
CMYK90.63%0.00%65.63%
62.35%

Color #096021 in popluar number systems.

HEX096021
Decimal99633
Binary10011100000100001
Octal1114041

Shades and tints

Shades of #096021

#096021
(9,96,33)
#09581E
(9,88,30)
#09501B
(9,80,27)
#094818
(9,72,24)
#094015
(9,64,21)
#093812
(9,56,18)
#09300F
(9,48,15)
#09280C
(9,40,12)
#092009
(9,32,9)
#091806
(9,24,6)
#091003
(9,16,3)
#000000
(0,0,0)

Tints of #096021

#096021
(9,96,33)
#1F6E35
(31,110,53)
#357C49
(53,124,73)
#4B8A5D
(75,138,93)
#619871
(97,152,113)
#77A685
(119,166,133)
#8DB499
(141,180,153)
#A3C2AD
(163,194,173)
#B9D0C1
(185,208,193)
#CFDED5
(207,222,213)
#E5ECE9
(229,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #096021 color. Also use rgb(9,96,33) instead hex code.

Text Font Color

.myTextColor { color: #096021; }

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

This text font color is #096021.


Background Color

.myBgColor { background-color: #096021; }

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

This div background color is #096021.


Border color

.myBorderColor { border: 1px solid #096021; }

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

This div border color is #096021.


Opacity

.myOpacity80 { color: #096021; opacity: 0.8; }

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

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

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

This text has shadow with #096021 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #096021 on black background.


Color preview on white background

This text has color #096021 on white background.



Black color preview on #096021 background

This text has black color on #096021 background.


White color preview on #096021 background

This text has white color on #096021 background.