COLOR #093919

HEX: #093919
RGB: (9,57,25)

Color info

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

RGB color model

#093919 color RGB value is (9,57,25).

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

RGB channels and saturation

R 9 of 255 = 4%
G 57 of 255 = 22%
B 25 of 255 = 10%

9
57
25

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

Portions of RGB colors in percentages

R + G + B =
9 + 57 + 25 = 91 (100%)
R 9 of 91 ~ 9.89%
G 57 of 91 ~ 62.64%
B 25 of 91 ~ 27.47%

%9.89
%62.64
%27.47

CMYK color model

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

  • cyan value is 84.21%
  • magenta value is 0.00%
  • yellow value is 56.14%
  • key color value is 77.65%
CMYK:
(84,0,56,78)
C84M0Y56K78 
(84%,0%,56%,78%)
(0.84/0.00/0.56/0.78)	

CMYK percentages

%84.21
%0
%56.14
%77.65

Codes

Color #093919 in popluar color models

093919
RGB95725
HSL140°72.73%12.94%
HSB/HSV140°84.21%22.35%
CMYK84.21%0.00%56.14%
77.65%

Color #093919 in popluar number systems.

HEX093919
Decimal95725
Binary100111100111001
Octal117131

Shades and tints

Shades of #093919

#093919
(9,57,25)
#093417
(9,52,23)
#092F15
(9,47,21)
#092A13
(9,42,19)
#092511
(9,37,17)
#09200F
(9,32,15)
#091B0D
(9,27,13)
#09160B
(9,22,11)
#091109
(9,17,9)
#090C07
(9,12,7)
#090705
(9,7,5)
#000000
(0,0,0)

Tints of #093919

#093919
(9,57,25)
#1F4B2D
(31,75,45)
#355D41
(53,93,65)
#4B6F55
(75,111,85)
#618169
(97,129,105)
#77937D
(119,147,125)
#8DA591
(141,165,145)
#A3B7A5
(163,183,165)
#B9C9B9
(185,201,185)
#CFDBCD
(207,219,205)
#E5EDE1
(229,237,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #093919; }

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

This text font color is #093919.


Background Color

.myBgColor { background-color: #093919; }

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

This div background color is #093919.


Border color

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

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

This div border color is #093919.


Opacity

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

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

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

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

This text has shadow with #093919 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #093919 on black background.


Color preview on white background

This text has color #093919 on white background.



Black color preview on #093919 background

This text has black color on #093919 background.


White color preview on #093919 background

This text has white color on #093919 background.