COLOR #092C12

HEX: #092C12
RGB: (9,44,18)

Color info

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

RGB color model

#092C12 color RGB value is (9,44,18).

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

RGB channels and saturation

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

9
44
18

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

Portions of RGB colors in percentages

R + G + B =
9 + 44 + 18 = 71 (100%)
R 9 of 71 ~ 12.68%
G 44 of 71 ~ 61.97%
B 18 of 71 ~ 25.35%

%12.68
%61.97
%25.35

CMYK color model

#092C12 color CMYK value is (80,0,59,83).

  • cyan value is 79.55%
  • magenta value is 0.00%
  • yellow value is 59.09%
  • key color value is 82.75%
CMYK:
(80,0,59,83)
C80M0Y59K83 
(80%,0%,59%,83%)
(0.80/0.00/0.59/0.83)	

CMYK percentages

%79.55
%0
%59.09
%82.75

Codes

Color #092C12 in popluar color models

092C12
RGB94418
HSL135°66.04%10.39%
HSB/HSV135°79.55%17.25%
CMYK79.55%0.00%59.09%
82.75%

Color #092C12 in popluar number systems.

HEX092C12
Decimal94418
Binary100110110010010
Octal115422

Shades and tints

Shades of #092C12

#092C12
(9,44,18)
#092811
(9,40,17)
#092410
(9,36,16)
#09200F
(9,32,15)
#091C0E
(9,28,14)
#09180D
(9,24,13)
#09140C
(9,20,12)
#09100B
(9,16,11)
#090C0A
(9,12,10)
#090809
(9,8,9)
#090408
(9,4,8)
#000000
(0,0,0)

Tints of #092C12

#092C12
(9,44,18)
#1F3F27
(31,63,39)
#35523C
(53,82,60)
#4B6551
(75,101,81)
#617866
(97,120,102)
#778B7B
(119,139,123)
#8D9E90
(141,158,144)
#A3B1A5
(163,177,165)
#B9C4BA
(185,196,186)
#CFD7CF
(207,215,207)
#E5EAE4
(229,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #092C12; }

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

This text font color is #092C12.


Background Color

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

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

This div background color is #092C12.


Border color

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

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

This div border color is #092C12.


Opacity

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

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

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

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

This text has shadow with #092C12 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #092C12 on black background.


Color preview on white background

This text has color #092C12 on white background.



Black color preview on #092C12 background

This text has black color on #092C12 background.


White color preview on #092C12 background

This text has white color on #092C12 background.