COLOR #093119

HEX: #093119
RGB: (9,49,25)

Color info

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

RGB color model

#093119 color RGB value is (9,49,25).

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

RGB channels and saturation

R 9 of 255 = 4%
G 49 of 255 = 19%
B 25 of 255 = 10%

9
49
25

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

Portions of RGB colors in percentages

R + G + B =
9 + 49 + 25 = 83 (100%)
R 9 of 83 ~ 10.84%
G 49 of 83 ~ 59.04%
B 25 of 83 ~ 30.12%

%10.84
%59.04
%30.12

CMYK color model

#093119 color CMYK value is (82,0,49,81).

  • cyan value is 81.63%
  • magenta value is 0.00%
  • yellow value is 48.98%
  • key color value is 80.78%
CMYK:
(82,0,49,81)
C82M0Y49K81 
(82%,0%,49%,81%)
(0.82/0.00/0.49/0.81)	

CMYK percentages

%81.63
%0
%48.98
%80.78

Codes

Color #093119 in popluar color models

093119
RGB94925
HSL144°68.97%11.37%
HSB/HSV144°81.63%19.22%
CMYK81.63%0.00%48.98%
80.78%

Color #093119 in popluar number systems.

HEX093119
Decimal94925
Binary100111000111001
Octal116131

Shades and tints

Shades of #093119

#093119
(9,49,25)
#092D17
(9,45,23)
#092915
(9,41,21)
#092513
(9,37,19)
#092111
(9,33,17)
#091D0F
(9,29,15)
#09190D
(9,25,13)
#09150B
(9,21,11)
#091109
(9,17,9)
#090D07
(9,13,7)
#090905
(9,9,5)
#000000
(0,0,0)

Tints of #093119

#093119
(9,49,25)
#1F432D
(31,67,45)
#355541
(53,85,65)
#4B6755
(75,103,85)
#617969
(97,121,105)
#778B7D
(119,139,125)
#8D9D91
(141,157,145)
#A3AFA5
(163,175,165)
#B9C1B9
(185,193,185)
#CFD3CD
(207,211,205)
#E5E5E1
(229,229,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #093119; }

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

This text font color is #093119.


Background Color

.myBgColor { background-color: #093119; }

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

This div background color is #093119.


Border color

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

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

This div border color is #093119.


Opacity

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

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

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

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

This text has shadow with #093119 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #093119 on black background.


Color preview on white background

This text has color #093119 on white background.



Black color preview on #093119 background

This text has black color on #093119 background.


White color preview on #093119 background

This text has white color on #093119 background.