COLOR #092E16

HEX: #092E16
RGB: (9,46,22)

Color info

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

RGB color model

#092E16 color RGB value is (9,46,22).

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

RGB channels and saturation

R 9 of 255 = 4%
G 46 of 255 = 18%
B 22 of 255 = 9%

9
46
22

R + G + B ~ 10%. #092E16 is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 46 + 22 = 77 (100%)
R 9 of 77 ~ 11.69%
G 46 of 77 ~ 59.74%
B 22 of 77 ~ 28.57%

%11.69
%59.74
%28.57

CMYK color model

#092E16 color CMYK value is (80,0,52,82).

  • cyan value is 80.43%
  • magenta value is 0.00%
  • yellow value is 52.17%
  • key color value is 81.96%
CMYK:
(80,0,52,82)
C80M0Y52K82 
(80%,0%,52%,82%)
(0.80/0.00/0.52/0.82)	

CMYK percentages

%80.43
%0
%52.17
%81.96

Codes

Color #092E16 in popluar color models

092E16
RGB94622
HSL141°67.27%10.78%
HSB/HSV141°80.43%18.04%
CMYK80.43%0.00%52.17%
81.96%

Color #092E16 in popluar number systems.

HEX092E16
Decimal94622
Binary100110111010110
Octal115626

Shades and tints

Shades of #092E16

#092E16
(9,46,22)
#092A14
(9,42,20)
#092612
(9,38,18)
#092210
(9,34,16)
#091E0E
(9,30,14)
#091A0C
(9,26,12)
#09160A
(9,22,10)
#091208
(9,18,8)
#090E06
(9,14,6)
#090A04
(9,10,4)
#090602
(9,6,2)
#000000
(0,0,0)

Tints of #092E16

#092E16
(9,46,22)
#1F412B
(31,65,43)
#355440
(53,84,64)
#4B6755
(75,103,85)
#617A6A
(97,122,106)
#778D7F
(119,141,127)
#8DA094
(141,160,148)
#A3B3A9
(163,179,169)
#B9C6BE
(185,198,190)
#CFD9D3
(207,217,211)
#E5ECE8
(229,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #092E16; }

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

This text font color is #092E16.


Background Color

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

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

This div background color is #092E16.


Border color

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

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

This div border color is #092E16.


Opacity

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

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

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

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

This text has shadow with #092E16 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #092E16 on black background.


Color preview on white background

This text has color #092E16 on white background.



Black color preview on #092E16 background

This text has black color on #092E16 background.


White color preview on #092E16 background

This text has white color on #092E16 background.