COLOR #094013

HEX: #094013
RGB: (9,64,19)

Color info

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

RGB color model

#094013 color RGB value is (9,64,19).

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

RGB channels and saturation

R 9 of 255 = 4%
G 64 of 255 = 25%
B 19 of 255 = 7%

9
64
19

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

Portions of RGB colors in percentages

R + G + B =
9 + 64 + 19 = 92 (100%)
R 9 of 92 ~ 9.78%
G 64 of 92 ~ 69.57%
B 19 of 92 ~ 20.65%

%9.78
%69.57
%20.65

CMYK color model

#094013 color CMYK value is (86,0,70,75).

  • cyan value is 85.94%
  • magenta value is 0.00%
  • yellow value is 70.31%
  • key color value is 74.90%
CMYK:
(86,0,70,75)
C86M0Y70K75 
(86%,0%,70%,75%)
(0.86/0.00/0.70/0.75)	

CMYK percentages

%85.94
%0
%70.31
%74.9

Codes

Color #094013 in popluar color models

094013
RGB96419
HSL131°75.34%14.31%
HSB/HSV131°85.94%25.10%
CMYK85.94%0.00%70.31%
74.90%

Color #094013 in popluar number systems.

HEX094013
Decimal96419
Binary1001100000010011
Octal1110023

Shades and tints

Shades of #094013

#094013
(9,64,19)
#093B12
(9,59,18)
#093611
(9,54,17)
#093110
(9,49,16)
#092C0F
(9,44,15)
#09270E
(9,39,14)
#09220D
(9,34,13)
#091D0C
(9,29,12)
#09180B
(9,24,11)
#09130A
(9,19,10)
#090E09
(9,14,9)
#000000
(0,0,0)

Tints of #094013

#094013
(9,64,19)
#1F5128
(31,81,40)
#35623D
(53,98,61)
#4B7352
(75,115,82)
#618467
(97,132,103)
#77957C
(119,149,124)
#8DA691
(141,166,145)
#A3B7A6
(163,183,166)
#B9C8BB
(185,200,187)
#CFD9D0
(207,217,208)
#E5EAE5
(229,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #094013 color. Also use rgb(9,64,19) instead hex code.

Text Font Color

.myTextColor { color: #094013; }

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

This text font color is #094013.


Background Color

.myBgColor { background-color: #094013; }

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

This div background color is #094013.


Border color

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

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

This div border color is #094013.


Opacity

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

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

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

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

This text has shadow with #094013 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #094013 on black background.


Color preview on white background

This text has color #094013 on white background.



Black color preview on #094013 background

This text has black color on #094013 background.


White color preview on #094013 background

This text has white color on #094013 background.