COLOR #092100

HEX: #092100 RGB: (9,33,0)

Color info

#092100 contains only red and green colors. Web safe color of #092100 is #003300 (or #030).

RGB color model

#092100 color RGB value is (9,33,0).

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

RGB channels and saturation

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

9
33
0

R + G + B ~ 6%. #092100 is dark color.

Portions of RGB colors in percentages

R + G + B = 9 + 33 + 0 = 42 (100%)
R 9 of 42 ~ 21.43%
G 33 of 42 ~ 78.57%
B 0 of 42 ~ 0'%

%21.43
%78.57

CMYK color model

#092100 color CMYK value is (73,0,100,87).

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

CMYK: (73,0,100,87)
C73M0Y100K87 (73%, 0%, 100%, 87%)
(0.73 / 0.00 / 1.00 / 0.87)

CMYK percentages

%72.73
%0
%100
%87.06

Codes

Color #092100 in popluar color models

09 21 00
RGB 9 33 0
HSL 104° 100.00% 6.47%
HSB/HSV 104° 100.00% 12.94%
CMYK 72.73% 0.00% 100.00%
87.06%

Color #092100 in popluar number systems.

HEX 09 21 00
Decimal 9 33 0
Binary 1001 100001 0
Octal 11 41 0

Shades and tints

Shades of #092100

#092100
(9,33,0)
#091E00
(9,30,0)
#091B00
(9,27,0)
#091800
(9,24,0)
#091500
(9,21,0)
#091200
(9,18,0)
#090F00
(9,15,0)
#090C00
(9,12,0)
#090900
(9,9,0)
#090600
(9,6,0)
#090300
(9,3,0)
#000000
(0,0,0)

Tints of #092100

#092100
(9,33,0)
#1F3517
(31,53,23)
#35492E
(53,73,46)
#4B5D45
(75,93,69)
#61715C
(97,113,92)
#778573
(119,133,115)
#8D998A
(141,153,138)
#A3ADA1
(163,173,161)
#B9C1B8
(185,193,184)
#CFD5CF
(207,213,207)
#E5E9E6
(229,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #092100; }

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

This text font color is #092100.

Background Color

.myBgColor { background-color: #092100; }

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

This div background color is #092100.

Border color

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

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

This div border color is #092100.

Opacity

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

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

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

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

This text has shadow with #092100 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #092100.

Preview

Color preview on black background

This text has color #092100 on black background.


Color preview on white background

This text has color #092100 on white background.


Black color preview on #092100 background

This text has black color on #092100 background.


White color preview on #092100 background

This text has white color on #092100 background.


Related colors

Complementary color

Complementary color for #hex is #F6DEFF.


I love getcolorcode.com

Triadic colors

1 #000921 and #210009 with #092100 are triadic colors.

2 #002109 and #210900 with #092100 are triadic colors.