COLOR #092C09

HEX: #092C09
RGB: (9,44,9)

Color info

#092C09 contains red, green and blue colors in about the same proportion. Web safe color of #092C09 is #003300 (or #030).

RGB color model

#092C09 color RGB value is (9,44,9).

  • red value is 9;
  • green value is 44;
  • blue value is 9.
RGB:
(9,44,9)
(4%,17%,4%)

RGB channels and saturation

R 9 of 255 = 4%
G 44 of 255 = 17%
B 9 of 255 = 4%

9
44
9

R + G + B ~ 8%. #092C09 is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 44 + 9 = 62 (100%)
R 9 of 62 ~ 14.52%
G 44 of 62 ~ 70.97%
B 9 of 62 ~ 14.52%

%14.52
%70.97
%14.52

CMYK color model

#092C09 color CMYK value is (80,0,80,83).

  • cyan value is 79.55%
  • magenta value is 0.00%
  • yellow value is 79.55%
  • key color value is 82.75%
CMYK:
(80,0,80,83)
C80M0Y80K83 
(80%,0%,80%,83%)
(0.80/0.00/0.80/0.83)	

CMYK percentages

%79.55
%0
%79.55
%82.75

Codes

Color #092C09 in popluar color models

092C09
RGB9449
HSL120°66.04%10.39%
HSB/HSV120°79.55%17.25%
CMYK79.55%0.00%79.55%
82.75%

Color #092C09 in popluar number systems.

HEX092C09
Decimal9449
Binary10011011001001
Octal115411

Shades and tints

Shades of #092C09

#092C09
(9,44,9)
#092809
(9,40,9)
#092409
(9,36,9)
#092009
(9,32,9)
#091C09
(9,28,9)
#091809
(9,24,9)
#091409
(9,20,9)
#091009
(9,16,9)
#090C09
(9,12,9)
#090809
(9,8,9)
#090409
(9,4,9)
#000000
(0,0,0)

Tints of #092C09

#092C09
(9,44,9)
#1F3F1F
(31,63,31)
#355235
(53,82,53)
#4B654B
(75,101,75)
#617861
(97,120,97)
#778B77
(119,139,119)
#8D9E8D
(141,158,141)
#A3B1A3
(163,177,163)
#B9C4B9
(185,196,185)
#CFD7CF
(207,215,207)
#E5EAE5
(229,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #092C09 color. Also use rgb(9,44,9) instead hex code.

Text Font Color

.myTextColor { color: #092C09; }

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

This text font color is #092C09.


Background Color

.myBgColor { background-color: #092C09; }

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

This div background color is #092C09.


Border color

.myBorderColor { border: 1px solid #092C09; }

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

This div border color is #092C09.


Opacity

.myOpacity80 { color: #092C09; opacity: 0.8; }

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

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

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

This text has shadow with #092C09 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #092C09 on black background.


Color preview on white background

This text has color #092C09 on white background.



Black color preview on #092C09 background

This text has black color on #092C09 background.


White color preview on #092C09 background

This text has white color on #092C09 background.