COLOR #094517

HEX: #094517
RGB: (9,69,23)

Color info

#094517 contains mainly green and blue colors. Web safe color of #094517 is #003300 (or #030).

RGB color model

#094517 color RGB value is (9,69,23).

  • red value is 9;
  • green value is 69;
  • blue value is 23.
RGB:
(9,69,23)
(4%,27%,9%)

RGB channels and saturation

R 9 of 255 = 4%
G 69 of 255 = 27%
B 23 of 255 = 9%

9
69
23

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

Portions of RGB colors in percentages

R + G + B =
9 + 69 + 23 = 101 (100%)
R 9 of 101 ~ 8.91%
G 69 of 101 ~ 68.32%
B 23 of 101 ~ 22.77%

%68.32
%22.77

CMYK color model

#094517 color CMYK value is (87,0,67,73).

  • cyan value is 86.96%
  • magenta value is 0.00%
  • yellow value is 66.67%
  • key color value is 72.94%
CMYK:
(87,0,67,73)
C87M0Y67K73 
(87%,0%,67%,73%)
(0.87/0.00/0.67/0.73)	

CMYK percentages

%86.96
%0
%66.67
%72.94

Codes

Color #094517 in popluar color models

094517
RGB96923
HSL134°76.92%15.29%
HSB/HSV134°86.96%27.06%
CMYK86.96%0.00%66.67%
72.94%

Color #094517 in popluar number systems.

HEX094517
Decimal96923
Binary1001100010110111
Octal1110527

Shades and tints

Shades of #094517

#094517
(9,69,23)
#093F15
(9,63,21)
#093913
(9,57,19)
#093311
(9,51,17)
#092D0F
(9,45,15)
#09270D
(9,39,13)
#09210B
(9,33,11)
#091B09
(9,27,9)
#091507
(9,21,7)
#090F05
(9,15,5)
#090903
(9,9,3)
#000000
(0,0,0)

Tints of #094517

#094517
(9,69,23)
#1F552C
(31,85,44)
#356541
(53,101,65)
#4B7556
(75,117,86)
#61856B
(97,133,107)
#779580
(119,149,128)
#8DA595
(141,165,149)
#A3B5AA
(163,181,170)
#B9C5BF
(185,197,191)
#CFD5D4
(207,213,212)
#E5E5E9
(229,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #094517 color. Also use rgb(9,69,23) instead hex code.

Text Font Color

.myTextColor { color: #094517; }

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

This text font color is #094517.


Background Color

.myBgColor { background-color: #094517; }

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

This div background color is #094517.


Border color

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

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

This div border color is #094517.


Opacity

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

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

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

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

This text has shadow with #094517 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #094517 on black background.


Color preview on white background

This text has color #094517 on white background.



Black color preview on #094517 background

This text has black color on #094517 background.


White color preview on #094517 background

This text has white color on #094517 background.