COLOR #092822

HEX: #092822 RGB: (9,40,34)

Color info

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

RGB color model

#092822 color RGB value is (9,40,34).

RGB: (9,40,34) (4%, 16%, 13%)

RGB channels and saturation

R 9 of 255 = 4%
G 40 of 255 = 16%
B 34 of 255 = 13%

9
40
34

R + G + B ~ 11%. #092822 is dark color.

Portions of RGB colors in percentages

R + G + B = 9 + 40 + 34 = 83 (100%)
R 9 of 83 ~ 10.84%
G 40 of 83 ~ 48.19%
B 34 of 83 ~ 40.96'%

%10.84
%48.19
%40.96

CMYK color model

#092822 color CMYK value is (78,0,15,84).

  • cyan value is 77.50%
  • magenta value is 0.00%
  • yellow value is 15.00%
  • key color value is 84.31%
CMYK: (78,0,15,84) C78M0Y15K84 (78%,0%,15%,84%) (0.78/0.00/0.15/0.84) 

CMYK percentages

%77.5
%0
%15
%84.31

Codes

Color #092822 in popluar color models

09 28 22
RGB 9 40 34
HSL 168° 63.27% 9.61%
HSB/HSV 168° 77.50% 15.69%
CMYK 77.50% 0.00% 15.00%
84.31%

Color #092822 in popluar number systems.

HEX 09 28 22
Decimal 9 40 34
Binary 1001 101000 100010
Octal 11 50 42

Shades and tints

Shades of #092822

#092822
(9,40,34)
#09251F
(9,37,31)
#09221C
(9,34,28)
#091F19
(9,31,25)
#091C16
(9,28,22)
#091913
(9,25,19)
#091610
(9,22,16)
#09130D
(9,19,13)
#09100A
(9,16,10)
#090D07
(9,13,7)
#090A04
(9,10,4)
#000000
(0,0,0)

Tints of #092822

#092822
(9,40,34)
#1F3B36
(31,59,54)
#354E4A
(53,78,74)
#4B615E
(75,97,94)
#617472
(97,116,114)
#778786
(119,135,134)
#8D9A9A
(141,154,154)
#A3ADAE
(163,173,174)
#B9C0C2
(185,192,194)
#CFD3D6
(207,211,214)
#E5E6EA
(229,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #092822 color. Also use rgb(9,40,34) instead hex code.

Text Font Color

.myTextColor { color: #092822; }

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

This text font color is #092822.

Background Color

.myBgColor { background-color: #092822; }

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

This div background color is #092822.

Border color

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

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

This div border color is #092822.

Opacity

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

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

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

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

This text has shadow with #092822 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #092822.

Preview

Color preview on black background

This text has color #092822 on black background.


Color preview on white background

This text has color #092822 on white background.


Black color preview on #092822 background

This text has black color on #092822 background.


White color preview on #092822 background

This text has white color on #092822 background.


Related colors

Complementary color

Complementary color for #hex is #F6D7DD.


I love getcolorcode.com

Triadic colors

1 #220928 and #282209 with #092822 are triadic colors.

2 #222809 and #280922 with #092822 are triadic colors.