COLOR #094314

HEX: #094314
RGB: (9,67,20)

Color info

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

RGB color model

#094314 color RGB value is (9,67,20).

  • red value is 9;
  • green value is 67;
  • blue value is 20.
RGB:
(9,67,20)
(4%,26%,8%)

RGB channels and saturation

R 9 of 255 = 4%
G 67 of 255 = 26%
B 20 of 255 = 8%

9
67
20

R + G + B ~ 13%. #094314 is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 67 + 20 = 96 (100%)
R 9 of 96 ~ 9.38%
G 67 of 96 ~ 69.79%
B 20 of 96 ~ 20.83%

%69.79
%20.83

CMYK color model

#094314 color CMYK value is (87,0,70,74).

  • cyan value is 86.57%
  • magenta value is 0.00%
  • yellow value is 70.15%
  • key color value is 73.73%
CMYK:
(87,0,70,74)
C87M0Y70K74 
(87%,0%,70%,74%)
(0.87/0.00/0.70/0.74)	

CMYK percentages

%86.57
%0
%70.15
%73.73

Codes

Color #094314 in popluar color models

094314
RGB96720
HSL131°76.32%14.90%
HSB/HSV131°86.57%26.27%
CMYK86.57%0.00%70.15%
73.73%

Color #094314 in popluar number systems.

HEX094314
Decimal96720
Binary1001100001110100
Octal1110324

Shades and tints

Shades of #094314

#094314
(9,67,20)
#093D13
(9,61,19)
#093712
(9,55,18)
#093111
(9,49,17)
#092B10
(9,43,16)
#09250F
(9,37,15)
#091F0E
(9,31,14)
#09190D
(9,25,13)
#09130C
(9,19,12)
#090D0B
(9,13,11)
#09070A
(9,7,10)
#000000
(0,0,0)

Tints of #094314

#094314
(9,67,20)
#1F5429
(31,84,41)
#35653E
(53,101,62)
#4B7653
(75,118,83)
#618768
(97,135,104)
#77987D
(119,152,125)
#8DA992
(141,169,146)
#A3BAA7
(163,186,167)
#B9CBBC
(185,203,188)
#CFDCD1
(207,220,209)
#E5EDE6
(229,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #094314 color. Also use rgb(9,67,20) instead hex code.

Text Font Color

.myTextColor { color: #094314; }

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

This text font color is #094314.


Background Color

.myBgColor { background-color: #094314; }

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

This div background color is #094314.


Border color

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

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

This div border color is #094314.


Opacity

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

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

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

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

This text has shadow with #094314 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #094314 on black background.


Color preview on white background

This text has color #094314 on white background.



Black color preview on #094314 background

This text has black color on #094314 background.


White color preview on #094314 background

This text has white color on #094314 background.