COLOR #092C0D

HEX: #092C0D
RGB: (9,44,13)

Color info

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

RGB color model

#092C0D color RGB value is (9,44,13).

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

RGB channels and saturation

R 9 of 255 = 4%
G 44 of 255 = 17%
B 13 of 255 = 5%

9
44
13

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

Portions of RGB colors in percentages

R + G + B =
9 + 44 + 13 = 66 (100%)
R 9 of 66 ~ 13.64%
G 44 of 66 ~ 66.67%
B 13 of 66 ~ 19.7%

%13.64
%66.67
%19.7

CMYK color model

#092C0D color CMYK value is (80,0,70,83).

  • cyan value is 79.55%
  • magenta value is 0.00%
  • yellow value is 70.45%
  • key color value is 82.75%
CMYK:
(80,0,70,83)
C80M0Y70K83 
(80%,0%,70%,83%)
(0.80/0.00/0.70/0.83)	

CMYK percentages

%79.55
%0
%70.45
%82.75

Codes

Color #092C0D in popluar color models

092C0D
RGB94413
HSL127°66.04%10.39%
HSB/HSV127°79.55%17.25%
CMYK79.55%0.00%70.45%
82.75%

Color #092C0D in popluar number systems.

HEX092C0D
Decimal94413
Binary10011011001101
Octal115415

Shades and tints

Shades of #092C0D

#092C0D
(9,44,13)
#09280C
(9,40,12)
#09240B
(9,36,11)
#09200A
(9,32,10)
#091C09
(9,28,9)
#091808
(9,24,8)
#091407
(9,20,7)
#091006
(9,16,6)
#090C05
(9,12,5)
#090804
(9,8,4)
#090403
(9,4,3)
#000000
(0,0,0)

Tints of #092C0D

#092C0D
(9,44,13)
#1F3F23
(31,63,35)
#355239
(53,82,57)
#4B654F
(75,101,79)
#617865
(97,120,101)
#778B7B
(119,139,123)
#8D9E91
(141,158,145)
#A3B1A7
(163,177,167)
#B9C4BD
(185,196,189)
#CFD7D3
(207,215,211)
#E5EAE9
(229,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #092C0D; }

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

This text font color is #092C0D.


Background Color

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

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

This div background color is #092C0D.


Border color

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

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

This div border color is #092C0D.


Opacity

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

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

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

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

This text has shadow with #092C0D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #092C0D on black background.


Color preview on white background

This text has color #092C0D on white background.



Black color preview on #092C0D background

This text has black color on #092C0D background.


White color preview on #092C0D background

This text has white color on #092C0D background.