COLOR #094617

HEX: #094617
RGB: (9,70,23)

Color info

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

RGB color model

#094617 color RGB value is (9,70,23).

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

RGB channels and saturation

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

9
70
23

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

Portions of RGB colors in percentages

R + G + B =
9 + 70 + 23 = 102 (100%)
R 9 of 102 ~ 8.82%
G 70 of 102 ~ 68.63%
B 23 of 102 ~ 22.55%

%68.63
%22.55

CMYK color model

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

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

CMYK percentages

%87.14
%0
%67.14
%72.55

Codes

Color #094617 in popluar color models

094617
RGB97023
HSL134°77.22%15.49%
HSB/HSV134°87.14%27.45%
CMYK87.14%0.00%67.14%
72.55%

Color #094617 in popluar number systems.

HEX094617
Decimal97023
Binary1001100011010111
Octal1110627

Shades and tints

Shades of #094617

#094617
(9,70,23)
#094015
(9,64,21)
#093A13
(9,58,19)
#093411
(9,52,17)
#092E0F
(9,46,15)
#09280D
(9,40,13)
#09220B
(9,34,11)
#091C09
(9,28,9)
#091607
(9,22,7)
#091005
(9,16,5)
#090A03
(9,10,3)
#000000
(0,0,0)

Tints of #094617

#094617
(9,70,23)
#1F562C
(31,86,44)
#356641
(53,102,65)
#4B7656
(75,118,86)
#61866B
(97,134,107)
#779680
(119,150,128)
#8DA695
(141,166,149)
#A3B6AA
(163,182,170)
#B9C6BF
(185,198,191)
#CFD6D4
(207,214,212)
#E5E6E9
(229,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #094617; }

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

This text font color is #094617.


Background Color

.myBgColor { background-color: #094617; }

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

This div background color is #094617.


Border color

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

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

This div border color is #094617.


Opacity

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

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

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

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

This text has shadow with #094617 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #094617 on black background.


Color preview on white background

This text has color #094617 on white background.



Black color preview on #094617 background

This text has black color on #094617 background.


White color preview on #094617 background

This text has white color on #094617 background.