COLOR #092912

HEX: #092912
RGB: (9,41,18)

Color info

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

RGB color model

#092912 color RGB value is (9,41,18).

  • red value is 9;
  • green value is 41;
  • blue value is 18.
RGB:
(9,41,18)
(4%,16%,7%)

RGB channels and saturation

R 9 of 255 = 4%
G 41 of 255 = 16%
B 18 of 255 = 7%

9
41
18

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

Portions of RGB colors in percentages

R + G + B =
9 + 41 + 18 = 68 (100%)
R 9 of 68 ~ 13.24%
G 41 of 68 ~ 60.29%
B 18 of 68 ~ 26.47%

%13.24
%60.29
%26.47

CMYK color model

#092912 color CMYK value is (78,0,56,84).

  • cyan value is 78.05%
  • magenta value is 0.00%
  • yellow value is 56.10%
  • key color value is 83.92%
CMYK:
(78,0,56,84)
C78M0Y56K84 
(78%,0%,56%,84%)
(0.78/0.00/0.56/0.84)	

CMYK percentages

%78.05
%0
%56.1
%83.92

Codes

Color #092912 in popluar color models

092912
RGB94118
HSL137°64.00%9.80%
HSB/HSV137°78.05%16.08%
CMYK78.05%0.00%56.10%
83.92%

Color #092912 in popluar number systems.

HEX092912
Decimal94118
Binary100110100110010
Octal115122

Shades and tints

Shades of #092912

#092912
(9,41,18)
#092611
(9,38,17)
#092310
(9,35,16)
#09200F
(9,32,15)
#091D0E
(9,29,14)
#091A0D
(9,26,13)
#09170C
(9,23,12)
#09140B
(9,20,11)
#09110A
(9,17,10)
#090E09
(9,14,9)
#090B08
(9,11,8)
#000000
(0,0,0)

Tints of #092912

#092912
(9,41,18)
#1F3C27
(31,60,39)
#354F3C
(53,79,60)
#4B6251
(75,98,81)
#617566
(97,117,102)
#77887B
(119,136,123)
#8D9B90
(141,155,144)
#A3AEA5
(163,174,165)
#B9C1BA
(185,193,186)
#CFD4CF
(207,212,207)
#E5E7E4
(229,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #092912 color. Also use rgb(9,41,18) instead hex code.

Text Font Color

.myTextColor { color: #092912; }

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

This text font color is #092912.


Background Color

.myBgColor { background-color: #092912; }

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

This div background color is #092912.


Border color

.myBorderColor { border: 1px solid #092912; }

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

This div border color is #092912.


Opacity

.myOpacity80 { color: #092912; opacity: 0.8; }

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

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

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

This text has shadow with #092912 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #092912 on black background.


Color preview on white background

This text has color #092912 on white background.



Black color preview on #092912 background

This text has black color on #092912 background.


White color preview on #092912 background

This text has white color on #092912 background.