COLOR #092120

HEX: #092120
RGB: (9,33,32)

Color info

#092120 contains red, green and blue colors in about the same proportion. Web safe color of #092120 is #003333 (or #033).

RGB color model

#092120 color RGB value is (9,33,32).

  • red value is 9;
  • green value is 33;
  • blue value is 32.
RGB:
(9,33,32)
(4%,13%,13%)

RGB channels and saturation

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

9
33
32

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

Portions of RGB colors in percentages

R + G + B =
9 + 33 + 32 = 74 (100%)
R 9 of 74 ~ 12.16%
G 33 of 74 ~ 44.59%
B 32 of 74 ~ 43.24%

%12.16
%44.59
%43.24

CMYK color model

#092120 color CMYK value is (73,0,3,87).

  • cyan value is 72.73%
  • magenta value is 0.00%
  • yellow value is 3.03%
  • key color value is 87.06%
CMYK:
(73,0,3,87)
C73M0Y3K87 
(73%,0%,3%,87%)
(0.73/0.00/0.03/0.87)	

CMYK percentages

%72.73
%0
%3.03
%87.06

Codes

Color #092120 in popluar color models

092120
RGB93332
HSL178°57.14%8.24%
HSB/HSV178°72.73%12.94%
CMYK72.73%0.00%3.03%
87.06%

Color #092120 in popluar number systems.

HEX092120
Decimal93332
Binary1001100001100000
Octal114140

Shades and tints

Shades of #092120

#092120
(9,33,32)
#091E1E
(9,30,30)
#091B1C
(9,27,28)
#09181A
(9,24,26)
#091518
(9,21,24)
#091216
(9,18,22)
#090F14
(9,15,20)
#090C12
(9,12,18)
#090910
(9,9,16)
#09060E
(9,6,14)
#09030C
(9,3,12)
#000000
(0,0,0)

Tints of #092120

#092120
(9,33,32)
#1F3534
(31,53,52)
#354948
(53,73,72)
#4B5D5C
(75,93,92)
#617170
(97,113,112)
#778584
(119,133,132)
#8D9998
(141,153,152)
#A3ADAC
(163,173,172)
#B9C1C0
(185,193,192)
#CFD5D4
(207,213,212)
#E5E9E8
(229,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #092120; }

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

This text font color is #092120.


Background Color

.myBgColor { background-color: #092120; }

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

This div background color is #092120.


Border color

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

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

This div border color is #092120.


Opacity

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

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

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

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

This text has shadow with #092120 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #092120 on black background.


Color preview on white background

This text has color #092120 on white background.



Black color preview on #092120 background

This text has black color on #092120 background.


White color preview on #092120 background

This text has white color on #092120 background.