COLOR #092824

HEX: #092824
RGB: (9,40,36)

Color info

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

RGB color model

#092824 color RGB value is (9,40,36).

  • red value is 9;
  • green value is 40;
  • blue value is 36.
RGB:
(9,40,36)
(4%,16%,14%)

RGB channels and saturation

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

9
40
36

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

Portions of RGB colors in percentages

R + G + B =
9 + 40 + 36 = 85 (100%)
R 9 of 85 ~ 10.59%
G 40 of 85 ~ 47.06%
B 36 of 85 ~ 42.35%

%10.59
%47.06
%42.35

CMYK color model

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

  • cyan value is 77.50%
  • magenta value is 0.00%
  • yellow value is 10.00%
  • key color value is 84.31%
CMYK:
(78,0,10,84)
C78M0Y10K84 
(78%,0%,10%,84%)
(0.78/0.00/0.10/0.84)	

CMYK percentages

%77.5
%0
%10
%84.31

Codes

Color #092824 in popluar color models

092824
RGB94036
HSL172°63.27%9.61%
HSB/HSV172°77.50%15.69%
CMYK77.50%0.00%10.00%
84.31%

Color #092824 in popluar number systems.

HEX092824
Decimal94036
Binary1001101000100100
Octal115044

Shades and tints

Shades of #092824

#092824
(9,40,36)
#092521
(9,37,33)
#09221E
(9,34,30)
#091F1B
(9,31,27)
#091C18
(9,28,24)
#091915
(9,25,21)
#091612
(9,22,18)
#09130F
(9,19,15)
#09100C
(9,16,12)
#090D09
(9,13,9)
#090A06
(9,10,6)
#000000
(0,0,0)

Tints of #092824

#092824
(9,40,36)
#1F3B37
(31,59,55)
#354E4A
(53,78,74)
#4B615D
(75,97,93)
#617470
(97,116,112)
#778783
(119,135,131)
#8D9A96
(141,154,150)
#A3ADA9
(163,173,169)
#B9C0BC
(185,192,188)
#CFD3CF
(207,211,207)
#E5E6E2
(229,230,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #092824; }

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

This text font color is #092824.


Background Color

.myBgColor { background-color: #092824; }

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

This div background color is #092824.


Border color

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

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

This div border color is #092824.


Opacity

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

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

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

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

This text has shadow with #092824 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #092824 on black background.


Color preview on white background

This text has color #092824 on white background.



Black color preview on #092824 background

This text has black color on #092824 background.


White color preview on #092824 background

This text has white color on #092824 background.