COLOR #092C07

HEX: #092C07
RGB: (9,44,7)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

9
44
7

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

Portions of RGB colors in percentages

R + G + B =
9 + 44 + 7 = 60 (100%)
R 9 of 60 ~ 15%
G 44 of 60 ~ 73.33%
B 7 of 60 ~ 11.67%

%15
%73.33
%11.67

CMYK color model

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

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

CMYK percentages

%79.55
%0
%84.09
%82.75

Codes

Color #092C07 in popluar color models

092C07
RGB9447
HSL117°72.55%10.00%
HSB/HSV117°84.09%17.25%
CMYK79.55%0.00%84.09%
82.75%

Color #092C07 in popluar number systems.

HEX092C07
Decimal9447
Binary1001101100111
Octal11547

Shades and tints

Shades of #092C07

#092C07
(9,44,7)
#092807
(9,40,7)
#092407
(9,36,7)
#092007
(9,32,7)
#091C07
(9,28,7)
#091807
(9,24,7)
#091407
(9,20,7)
#091007
(9,16,7)
#090C07
(9,12,7)
#090807
(9,8,7)
#090407
(9,4,7)
#000000
(0,0,0)

Tints of #092C07

#092C07
(9,44,7)
#1F3F1D
(31,63,29)
#355233
(53,82,51)
#4B6549
(75,101,73)
#61785F
(97,120,95)
#778B75
(119,139,117)
#8D9E8B
(141,158,139)
#A3B1A1
(163,177,161)
#B9C4B7
(185,196,183)
#CFD7CD
(207,215,205)
#E5EAE3
(229,234,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #092C07; }

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

This text font color is #092C07.


Background Color

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

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

This div background color is #092C07.


Border color

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

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

This div border color is #092C07.


Opacity

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

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

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

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

This text has shadow with #092C07 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #092C07 on black background.


Color preview on white background

This text has color #092C07 on white background.



Black color preview on #092C07 background

This text has black color on #092C07 background.


White color preview on #092C07 background

This text has white color on #092C07 background.