COLOR #092A13

HEX: #092A13
RGB: (9,42,19)

Color info

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

RGB color model

#092A13 color RGB value is (9,42,19).

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

RGB channels and saturation

R 9 of 255 = 4%
G 42 of 255 = 16%
B 19 of 255 = 7%

9
42
19

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

Portions of RGB colors in percentages

R + G + B =
9 + 42 + 19 = 70 (100%)
R 9 of 70 ~ 12.86%
G 42 of 70 ~ 60%
B 19 of 70 ~ 27.14%

%12.86
%60
%27.14

CMYK color model

#092A13 color CMYK value is (79,0,55,84).

  • cyan value is 78.57%
  • magenta value is 0.00%
  • yellow value is 54.76%
  • key color value is 83.53%
CMYK:
(79,0,55,84)
C79M0Y55K84 
(79%,0%,55%,84%)
(0.79/0.00/0.55/0.84)	

CMYK percentages

%78.57
%0
%54.76
%83.53

Codes

Color #092A13 in popluar color models

092A13
RGB94219
HSL138°64.71%10.00%
HSB/HSV138°78.57%16.47%
CMYK78.57%0.00%54.76%
83.53%

Color #092A13 in popluar number systems.

HEX092A13
Decimal94219
Binary100110101010011
Octal115223

Shades and tints

Shades of #092A13

#092A13
(9,42,19)
#092712
(9,39,18)
#092411
(9,36,17)
#092110
(9,33,16)
#091E0F
(9,30,15)
#091B0E
(9,27,14)
#09180D
(9,24,13)
#09150C
(9,21,12)
#09120B
(9,18,11)
#090F0A
(9,15,10)
#090C09
(9,12,9)
#000000
(0,0,0)

Tints of #092A13

#092A13
(9,42,19)
#1F3D28
(31,61,40)
#35503D
(53,80,61)
#4B6352
(75,99,82)
#617667
(97,118,103)
#77897C
(119,137,124)
#8D9C91
(141,156,145)
#A3AFA6
(163,175,166)
#B9C2BB
(185,194,187)
#CFD5D0
(207,213,208)
#E5E8E5
(229,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #092A13 color. Also use rgb(9,42,19) instead hex code.

Text Font Color

.myTextColor { color: #092A13; }

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

This text font color is #092A13.


Background Color

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

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

This div background color is #092A13.


Border color

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

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

This div border color is #092A13.


Opacity

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

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

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

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

This text has shadow with #092A13 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #092A13 on black background.


Color preview on white background

This text has color #092A13 on white background.



Black color preview on #092A13 background

This text has black color on #092A13 background.


White color preview on #092A13 background

This text has white color on #092A13 background.