COLOR #092C17

HEX: #092C17
RGB: (9,44,23)

Color info

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

RGB color model

#092C17 color RGB value is (9,44,23).

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

RGB channels and saturation

R 9 of 255 = 4%
G 44 of 255 = 17%
B 23 of 255 = 9%

9
44
23

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

Portions of RGB colors in percentages

R + G + B =
9 + 44 + 23 = 76 (100%)
R 9 of 76 ~ 11.84%
G 44 of 76 ~ 57.89%
B 23 of 76 ~ 30.26%

%11.84
%57.89
%30.26

CMYK color model

#092C17 color CMYK value is (80,0,48,83).

  • cyan value is 79.55%
  • magenta value is 0.00%
  • yellow value is 47.73%
  • key color value is 82.75%
CMYK:
(80,0,48,83)
C80M0Y48K83 
(80%,0%,48%,83%)
(0.80/0.00/0.48/0.83)	

CMYK percentages

%79.55
%0
%47.73
%82.75

Codes

Color #092C17 in popluar color models

092C17
RGB94423
HSL144°66.04%10.39%
HSB/HSV144°79.55%17.25%
CMYK79.55%0.00%47.73%
82.75%

Color #092C17 in popluar number systems.

HEX092C17
Decimal94423
Binary100110110010111
Octal115427

Shades and tints

Shades of #092C17

#092C17
(9,44,23)
#092815
(9,40,21)
#092413
(9,36,19)
#092011
(9,32,17)
#091C0F
(9,28,15)
#09180D
(9,24,13)
#09140B
(9,20,11)
#091009
(9,16,9)
#090C07
(9,12,7)
#090805
(9,8,5)
#090403
(9,4,3)
#000000
(0,0,0)

Tints of #092C17

#092C17
(9,44,23)
#1F3F2C
(31,63,44)
#355241
(53,82,65)
#4B6556
(75,101,86)
#61786B
(97,120,107)
#778B80
(119,139,128)
#8D9E95
(141,158,149)
#A3B1AA
(163,177,170)
#B9C4BF
(185,196,191)
#CFD7D4
(207,215,212)
#E5EAE9
(229,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #092C17; }

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

This text font color is #092C17.


Background Color

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

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

This div background color is #092C17.


Border color

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

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

This div border color is #092C17.


Opacity

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

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

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

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

This text has shadow with #092C17 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #092C17 on black background.


Color preview on white background

This text has color #092C17 on white background.



Black color preview on #092C17 background

This text has black color on #092C17 background.


White color preview on #092C17 background

This text has white color on #092C17 background.