COLOR #092118

HEX: #092118 RGB: (9,33,24)

Color info

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

RGB color model

#092118 color RGB value is (9,33,24).

RGB: (9,33,24) (4%, 13%, 9%)

RGB channels and saturation

R 9 of 255 = 4%
G 33 of 255 = 13%
B 24 of 255 = 9%

9
33
24

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

Portions of RGB colors in percentages

R + G + B = 9 + 33 + 24 = 66 (100%)
R 9 of 66 ~ 13.64%
G 33 of 66 ~ 50%
B 24 of 66 ~ 36.36'%

%13.64
%50
%36.36

CMYK color model

#092118 color CMYK value is (73,0,27,87).

  • cyan value is 72.73%
  • magenta value is 0.00%
  • yellow value is 27.27%
  • key color value is 87.06%

CMYK: (73,0,27,87)
C73M0Y27K87 (73%, 0%, 27%, 87%)
(0.73 / 0.00 / 0.27 / 0.87)

CMYK percentages

%72.73
%0
%27.27
%87.06

Codes

Color #092118 in popluar color models

09 21 18
RGB 9 33 24
HSL 158° 57.14% 8.24%
HSB/HSV 158° 72.73% 12.94%
CMYK 72.73% 0.00% 27.27%
87.06%

Color #092118 in popluar number systems.

HEX 09 21 18
Decimal 9 33 24
Binary 1001 100001 11000
Octal 11 41 30

Shades and tints

Shades of #092118

#092118
(9,33,24)
#091E16
(9,30,22)
#091B14
(9,27,20)
#091812
(9,24,18)
#091510
(9,21,16)
#09120E
(9,18,14)
#090F0C
(9,15,12)
#090C0A
(9,12,10)
#090908
(9,9,8)
#090606
(9,6,6)
#090304
(9,3,4)
#000000
(0,0,0)

Tints of #092118

#092118
(9,33,24)
#1F352D
(31,53,45)
#354942
(53,73,66)
#4B5D57
(75,93,87)
#61716C
(97,113,108)
#778581
(119,133,129)
#8D9996
(141,153,150)
#A3ADAB
(163,173,171)
#B9C1C0
(185,193,192)
#CFD5D5
(207,213,213)
#E5E9EA
(229,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #092118 color. Also use rgb(9,33,24) instead hex code.

Text Font Color

.myTextColor { color: #092118; }

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

This text font color is #092118.

Background Color

.myBgColor { background-color: #092118; }

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

This div background color is #092118.

Border color

.myBorderColor { border: 1px solid #092118; }

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

This div border color is #092118.

Opacity

.myOpacity80 { color: #092118; opacity: 0.8; }

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

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

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

This text has shadow with #092118 color.


.textShadow {text-shadow: 3px 3px 1px #092118', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #092118; -webkit-box-shadow: 1px 1px 3px 2px #092118; box-shadow:1px 1px 3px 2px #092118;">
Div content here
</div>

This div box has shadow with color #092118.

Preview

Color preview on black background

This text has color #092118 on black background.


Color preview on white background

This text has color #092118 on white background.


Black color preview on #092118 background

This text has black color on #092118 background.


White color preview on #092118 background

This text has white color on #092118 background.


Related colors

Complementary color

Complementary color for #hex is #F6DEE7.


I love getcolorcode.com

Triadic colors

1 #180921 and #211809 with #092118 are triadic colors.

2 #182109 and #210918 with #092118 are triadic colors.