COLOR #092E05

HEX: #092E05
RGB: (9,46,5)

Color info

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

RGB color model

#092E05 color RGB value is (9,46,5).

  • red value is 9;
  • green value is 46;
  • blue value is 5.
RGB:
(9,46,5)
(4%,18%,2%)

RGB channels and saturation

R 9 of 255 = 4%
G 46 of 255 = 18%
B 5 of 255 = 2%

9
46
5

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

Portions of RGB colors in percentages

R + G + B =
9 + 46 + 5 = 60 (100%)
R 9 of 60 ~ 15%
G 46 of 60 ~ 76.67%
B 5 of 60 ~ 8.33%

%15
%76.67

CMYK color model

#092E05 color CMYK value is (80,0,89,82).

  • cyan value is 80.43%
  • magenta value is 0.00%
  • yellow value is 89.13%
  • key color value is 81.96%
CMYK:
(80,0,89,82)
C80M0Y89K82 
(80%,0%,89%,82%)
(0.80/0.00/0.89/0.82)	

CMYK percentages

%80.43
%0
%89.13
%81.96

Codes

Color #092E05 in popluar color models

092E05
RGB9465
HSL114°80.39%10.00%
HSB/HSV114°89.13%18.04%
CMYK80.43%0.00%89.13%
81.96%

Color #092E05 in popluar number systems.

HEX092E05
Decimal9465
Binary1001101110101
Octal11565

Shades and tints

Shades of #092E05

#092E05
(9,46,5)
#092A05
(9,42,5)
#092605
(9,38,5)
#092205
(9,34,5)
#091E05
(9,30,5)
#091A05
(9,26,5)
#091605
(9,22,5)
#091205
(9,18,5)
#090E05
(9,14,5)
#090A05
(9,10,5)
#090605
(9,6,5)
#000000
(0,0,0)

Tints of #092E05

#092E05
(9,46,5)
#1F411B
(31,65,27)
#355431
(53,84,49)
#4B6747
(75,103,71)
#617A5D
(97,122,93)
#778D73
(119,141,115)
#8DA089
(141,160,137)
#A3B39F
(163,179,159)
#B9C6B5
(185,198,181)
#CFD9CB
(207,217,203)
#E5ECE1
(229,236,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #092E05; }

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

This text font color is #092E05.


Background Color

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

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

This div background color is #092E05.


Border color

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

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

This div border color is #092E05.


Opacity

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

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

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

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

This text has shadow with #092E05 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #092E05 on black background.


Color preview on white background

This text has color #092E05 on white background.



Black color preview on #092E05 background

This text has black color on #092E05 background.


White color preview on #092E05 background

This text has white color on #092E05 background.