COLOR #092619

HEX: #092619
RGB: (9,38,25)

Color info

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

RGB color model

#092619 color RGB value is (9,38,25).

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

RGB channels and saturation

R 9 of 255 = 4%
G 38 of 255 = 15%
B 25 of 255 = 10%

9
38
25

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

Portions of RGB colors in percentages

R + G + B =
9 + 38 + 25 = 72 (100%)
R 9 of 72 ~ 12.5%
G 38 of 72 ~ 52.78%
B 25 of 72 ~ 34.72%

%12.5
%52.78
%34.72

CMYK color model

#092619 color CMYK value is (76,0,34,85).

  • cyan value is 76.32%
  • magenta value is 0.00%
  • yellow value is 34.21%
  • key color value is 85.10%
CMYK:
(76,0,34,85)
C76M0Y34K85 
(76%,0%,34%,85%)
(0.76/0.00/0.34/0.85)	

CMYK percentages

%76.32
%0
%34.21
%85.1

Codes

Color #092619 in popluar color models

092619
RGB93825
HSL153°61.70%9.22%
HSB/HSV153°76.32%14.90%
CMYK76.32%0.00%34.21%
85.10%

Color #092619 in popluar number systems.

HEX092619
Decimal93825
Binary100110011011001
Octal114631

Shades and tints

Shades of #092619

#092619
(9,38,25)
#092317
(9,35,23)
#092015
(9,32,21)
#091D13
(9,29,19)
#091A11
(9,26,17)
#09170F
(9,23,15)
#09140D
(9,20,13)
#09110B
(9,17,11)
#090E09
(9,14,9)
#090B07
(9,11,7)
#090805
(9,8,5)
#000000
(0,0,0)

Tints of #092619

#092619
(9,38,25)
#1F392D
(31,57,45)
#354C41
(53,76,65)
#4B5F55
(75,95,85)
#617269
(97,114,105)
#77857D
(119,133,125)
#8D9891
(141,152,145)
#A3ABA5
(163,171,165)
#B9BEB9
(185,190,185)
#CFD1CD
(207,209,205)
#E5E4E1
(229,228,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #092619; }

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

This text font color is #092619.


Background Color

.myBgColor { background-color: #092619; }

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

This div background color is #092619.


Border color

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

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

This div border color is #092619.


Opacity

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

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

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

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

This text has shadow with #092619 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #092619 on black background.


Color preview on white background

This text has color #092619 on white background.



Black color preview on #092619 background

This text has black color on #092619 background.


White color preview on #092619 background

This text has white color on #092619 background.