COLOR #092D14

HEX: #092D14
RGB: (9,45,20)

Color info

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

RGB color model

#092D14 color RGB value is (9,45,20).

  • red value is 9;
  • green value is 45;
  • blue value is 20.
RGB:
(9,45,20)
(4%,18%,8%)

RGB channels and saturation

R 9 of 255 = 4%
G 45 of 255 = 18%
B 20 of 255 = 8%

9
45
20

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

Portions of RGB colors in percentages

R + G + B =
9 + 45 + 20 = 74 (100%)
R 9 of 74 ~ 12.16%
G 45 of 74 ~ 60.81%
B 20 of 74 ~ 27.03%

%12.16
%60.81
%27.03

CMYK color model

#092D14 color CMYK value is (80,0,56,82).

  • cyan value is 80.00%
  • magenta value is 0.00%
  • yellow value is 55.56%
  • key color value is 82.35%
CMYK:
(80,0,56,82)
C80M0Y56K82 
(80%,0%,56%,82%)
(0.80/0.00/0.56/0.82)	

CMYK percentages

%80
%0
%55.56
%82.35

Codes

Color #092D14 in popluar color models

092D14
RGB94520
HSL138°66.67%10.59%
HSB/HSV138°80.00%17.65%
CMYK80.00%0.00%55.56%
82.35%

Color #092D14 in popluar number systems.

HEX092D14
Decimal94520
Binary100110110110100
Octal115524

Shades and tints

Shades of #092D14

#092D14
(9,45,20)
#092913
(9,41,19)
#092512
(9,37,18)
#092111
(9,33,17)
#091D10
(9,29,16)
#09190F
(9,25,15)
#09150E
(9,21,14)
#09110D
(9,17,13)
#090D0C
(9,13,12)
#09090B
(9,9,11)
#09050A
(9,5,10)
#000000
(0,0,0)

Tints of #092D14

#092D14
(9,45,20)
#1F4029
(31,64,41)
#35533E
(53,83,62)
#4B6653
(75,102,83)
#617968
(97,121,104)
#778C7D
(119,140,125)
#8D9F92
(141,159,146)
#A3B2A7
(163,178,167)
#B9C5BC
(185,197,188)
#CFD8D1
(207,216,209)
#E5EBE6
(229,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #092D14 color. Also use rgb(9,45,20) instead hex code.

Text Font Color

.myTextColor { color: #092D14; }

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

This text font color is #092D14.


Background Color

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

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

This div background color is #092D14.


Border color

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

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

This div border color is #092D14.


Opacity

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

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

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

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

This text has shadow with #092D14 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #092D14 on black background.


Color preview on white background

This text has color #092D14 on white background.



Black color preview on #092D14 background

This text has black color on #092D14 background.


White color preview on #092D14 background

This text has white color on #092D14 background.