COLOR #097D21

HEX: #097D21
RGB: (9,125,33)

Color info

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

RGB color model

#097D21 color RGB value is (9,125,33).

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

RGB channels and saturation

R 9 of 255 = 4%
G 125 of 255 = 49%
B 33 of 255 = 13%

9
125
33

R + G + B ~ 22%. #097D21 is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 125 + 33 = 167 (100%)
R 9 of 167 ~ 5.39%
G 125 of 167 ~ 74.85%
B 33 of 167 ~ 19.76%

%74.85
%19.76

CMYK color model

#097D21 color CMYK value is (93,0,74,51).

  • cyan value is 92.80%
  • magenta value is 0.00%
  • yellow value is 73.60%
  • key color value is 50.98%
CMYK:
(93,0,74,51)
C93M0Y74K51 
(93%,0%,74%,51%)
(0.93/0.00/0.74/0.51)	

CMYK percentages

%92.8
%0
%73.6
%50.98

Codes

Color #097D21 in popluar color models

097D21
RGB912533
HSL132°86.57%26.27%
HSB/HSV132°92.80%49.02%
CMYK92.80%0.00%73.60%
50.98%

Color #097D21 in popluar number systems.

HEX097D21
Decimal912533
Binary10011111101100001
Octal1117541

Shades and tints

Shades of #097D21

#097D21
(9,125,33)
#09721E
(9,114,30)
#09671B
(9,103,27)
#095C18
(9,92,24)
#095115
(9,81,21)
#094612
(9,70,18)
#093B0F
(9,59,15)
#09300C
(9,48,12)
#092509
(9,37,9)
#091A06
(9,26,6)
#090F03
(9,15,3)
#000000
(0,0,0)

Tints of #097D21

#097D21
(9,125,33)
#1F8835
(31,136,53)
#359349
(53,147,73)
#4B9E5D
(75,158,93)
#61A971
(97,169,113)
#77B485
(119,180,133)
#8DBF99
(141,191,153)
#A3CAAD
(163,202,173)
#B9D5C1
(185,213,193)
#CFE0D5
(207,224,213)
#E5EBE9
(229,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #097D21; }

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

This text font color is #097D21.


Background Color

.myBgColor { background-color: #097D21; }

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

This div background color is #097D21.


Border color

.myBorderColor { border: 1px solid #097D21; }

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

This div border color is #097D21.


Opacity

.myOpacity80 { color: #097D21; opacity: 0.8; }

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

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

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

This text has shadow with #097D21 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #097D21 on black background.


Color preview on white background

This text has color #097D21 on white background.



Black color preview on #097D21 background

This text has black color on #097D21 background.


White color preview on #097D21 background

This text has white color on #097D21 background.