COLOR #092828

HEX: #092828 RGB: (9,40,40)

Color info

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

RGB color model

#092828 color RGB value is (9,40,40).

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

RGB channels and saturation

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

9
40
40

R + G + B ~ 12%. #092828 is dark color.

Portions of RGB colors in percentages

R + G + B = 9 + 40 + 40 = 89 (100%)
R 9 of 89 ~ 10.11%
G 40 of 89 ~ 44.94%
B 40 of 89 ~ 44.94'%

%44.94
%44.94

CMYK color model

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

  • cyan value is 77.50%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 84.31%

CMYK: (78,0,0,84)
C78M0Y0K84 (78%, 0%, 0%, 84%)
(0.78 / 0.00 / 0.00 / 0.84)

CMYK percentages

%77.5
%0
%0
%84.31

Codes

Color #092828 in popluar color models

09 28 28
RGB 9 40 40
HSL 180° 63.27% 9.61%
HSB/HSV 180° 77.50% 15.69%
CMYK 77.50% 0.00% 0.00%
84.31%

Color #092828 in popluar number systems.

HEX 09 28 28
Decimal 9 40 40
Binary 1001 101000 101000
Octal 11 50 50

Shades and tints

Shades of #092828

#092828
(9,40,40)
#092525
(9,37,37)
#092222
(9,34,34)
#091F1F
(9,31,31)
#091C1C
(9,28,28)
#091919
(9,25,25)
#091616
(9,22,22)
#091313
(9,19,19)
#091010
(9,16,16)
#090D0D
(9,13,13)
#090A0A
(9,10,10)
#000000
(0,0,0)

Tints of #092828

#092828
(9,40,40)
#1F3B3B
(31,59,59)
#354E4E
(53,78,78)
#4B6161
(75,97,97)
#617474
(97,116,116)
#778787
(119,135,135)
#8D9A9A
(141,154,154)
#A3ADAD
(163,173,173)
#B9C0C0
(185,192,192)
#CFD3D3
(207,211,211)
#E5E6E6
(229,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #092828; }

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

This text font color is #092828.

Background Color

.myBgColor { background-color: #092828; }

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

This div background color is #092828.

Border color

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

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

This div border color is #092828.

Opacity

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

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

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

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

This text has shadow with #092828 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #092828.

Preview

Color preview on black background

This text has color #092828 on black background.


Color preview on white background

This text has color #092828 on white background.


Black color preview on #092828 background

This text has black color on #092828 background.


White color preview on #092828 background

This text has white color on #092828 background.


Related colors

Complementary color

Complementary color for #hex is #F6D7D7.


I love getcolorcode.com