COLOR #092819

HEX: #092819
RGB: (9,40,25)

Color info

#092819 contains red, green and blue colors in about the same proportion. Web safe color of #092819 is #003300 (or #030).

RGB color model

#092819 color RGB value is (9,40,25).

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

RGB channels and saturation

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

9
40
25

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

Portions of RGB colors in percentages

R + G + B =
9 + 40 + 25 = 74 (100%)
R 9 of 74 ~ 12.16%
G 40 of 74 ~ 54.05%
B 25 of 74 ~ 33.78%

%12.16
%54.05
%33.78

CMYK color model

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

  • cyan value is 77.50%
  • magenta value is 0.00%
  • yellow value is 37.50%
  • key color value is 84.31%
CMYK:
(78,0,38,84)
C78M0Y38K84 
(78%,0%,38%,84%)
(0.78/0.00/0.38/0.84)	

CMYK percentages

%77.5
%0
%37.5
%84.31

Codes

Color #092819 in popluar color models

092819
RGB94025
HSL151°63.27%9.61%
HSB/HSV151°77.50%15.69%
CMYK77.50%0.00%37.50%
84.31%

Color #092819 in popluar number systems.

HEX092819
Decimal94025
Binary100110100011001
Octal115031

Shades and tints

Shades of #092819

#092819
(9,40,25)
#092517
(9,37,23)
#092215
(9,34,21)
#091F13
(9,31,19)
#091C11
(9,28,17)
#09190F
(9,25,15)
#09160D
(9,22,13)
#09130B
(9,19,11)
#091009
(9,16,9)
#090D07
(9,13,7)
#090A05
(9,10,5)
#000000
(0,0,0)

Tints of #092819

#092819
(9,40,25)
#1F3B2D
(31,59,45)
#354E41
(53,78,65)
#4B6155
(75,97,85)
#617469
(97,116,105)
#77877D
(119,135,125)
#8D9A91
(141,154,145)
#A3ADA5
(163,173,165)
#B9C0B9
(185,192,185)
#CFD3CD
(207,211,205)
#E5E6E1
(229,230,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #092819; }

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

This text font color is #092819.


Background Color

.myBgColor { background-color: #092819; }

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

This div background color is #092819.


Border color

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

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

This div border color is #092819.


Opacity

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

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

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

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

This text has shadow with #092819 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #092819 on black background.


Color preview on white background

This text has color #092819 on white background.



Black color preview on #092819 background

This text has black color on #092819 background.


White color preview on #092819 background

This text has white color on #092819 background.