COLOR #092E0F

HEX: #092E0F
RGB: (9,46,15)

Color info

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

RGB color model

#092E0F color RGB value is (9,46,15).

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

RGB channels and saturation

R 9 of 255 = 4%
G 46 of 255 = 18%
B 15 of 255 = 6%

9
46
15

R + G + B ~ 9%. #092E0F is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 46 + 15 = 70 (100%)
R 9 of 70 ~ 12.86%
G 46 of 70 ~ 65.71%
B 15 of 70 ~ 21.43%

%12.86
%65.71
%21.43

CMYK color model

#092E0F color CMYK value is (80,0,67,82).

  • cyan value is 80.43%
  • magenta value is 0.00%
  • yellow value is 67.39%
  • key color value is 81.96%
CMYK:
(80,0,67,82)
C80M0Y67K82 
(80%,0%,67%,82%)
(0.80/0.00/0.67/0.82)	

CMYK percentages

%80.43
%0
%67.39
%81.96

Codes

Color #092E0F in popluar color models

092E0F
RGB94615
HSL130°67.27%10.78%
HSB/HSV130°80.43%18.04%
CMYK80.43%0.00%67.39%
81.96%

Color #092E0F in popluar number systems.

HEX092E0F
Decimal94615
Binary10011011101111
Octal115617

Shades and tints

Shades of #092E0F

#092E0F
(9,46,15)
#092A0E
(9,42,14)
#09260D
(9,38,13)
#09220C
(9,34,12)
#091E0B
(9,30,11)
#091A0A
(9,26,10)
#091609
(9,22,9)
#091208
(9,18,8)
#090E07
(9,14,7)
#090A06
(9,10,6)
#090605
(9,6,5)
#000000
(0,0,0)

Tints of #092E0F

#092E0F
(9,46,15)
#1F4124
(31,65,36)
#355439
(53,84,57)
#4B674E
(75,103,78)
#617A63
(97,122,99)
#778D78
(119,141,120)
#8DA08D
(141,160,141)
#A3B3A2
(163,179,162)
#B9C6B7
(185,198,183)
#CFD9CC
(207,217,204)
#E5ECE1
(229,236,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #092E0F; }

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

This text font color is #092E0F.


Background Color

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

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

This div background color is #092E0F.


Border color

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

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

This div border color is #092E0F.


Opacity

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

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

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

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

This text has shadow with #092E0F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #092E0F on black background.


Color preview on white background

This text has color #092E0F on white background.



Black color preview on #092E0F background

This text has black color on #092E0F background.


White color preview on #092E0F background

This text has white color on #092E0F background.