COLOR #094717

HEX: #094717
RGB: (9,71,23)

Color info

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

RGB color model

#094717 color RGB value is (9,71,23).

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

RGB channels and saturation

R 9 of 255 = 4%
G 71 of 255 = 28%
B 23 of 255 = 9%

9
71
23

R + G + B ~ 14%. #094717 is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 71 + 23 = 103 (100%)
R 9 of 103 ~ 8.74%
G 71 of 103 ~ 68.93%
B 23 of 103 ~ 22.33%

%68.93
%22.33

CMYK color model

#094717 color CMYK value is (87,0,68,72).

  • cyan value is 87.32%
  • magenta value is 0.00%
  • yellow value is 67.61%
  • key color value is 72.16%
CMYK:
(87,0,68,72)
C87M0Y68K72 
(87%,0%,68%,72%)
(0.87/0.00/0.68/0.72)	

CMYK percentages

%87.32
%0
%67.61
%72.16

Codes

Color #094717 in popluar color models

094717
RGB97123
HSL134°77.50%15.69%
HSB/HSV134°87.32%27.84%
CMYK87.32%0.00%67.61%
72.16%

Color #094717 in popluar number systems.

HEX094717
Decimal97123
Binary1001100011110111
Octal1110727

Shades and tints

Shades of #094717

#094717
(9,71,23)
#094115
(9,65,21)
#093B13
(9,59,19)
#093511
(9,53,17)
#092F0F
(9,47,15)
#09290D
(9,41,13)
#09230B
(9,35,11)
#091D09
(9,29,9)
#091707
(9,23,7)
#091105
(9,17,5)
#090B03
(9,11,3)
#000000
(0,0,0)

Tints of #094717

#094717
(9,71,23)
#1F572C
(31,87,44)
#356741
(53,103,65)
#4B7756
(75,119,86)
#61876B
(97,135,107)
#779780
(119,151,128)
#8DA795
(141,167,149)
#A3B7AA
(163,183,170)
#B9C7BF
(185,199,191)
#CFD7D4
(207,215,212)
#E5E7E9
(229,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #094717; }

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

This text font color is #094717.


Background Color

.myBgColor { background-color: #094717; }

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

This div background color is #094717.


Border color

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

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

This div border color is #094717.


Opacity

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

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

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

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

This text has shadow with #094717 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #094717 on black background.


Color preview on white background

This text has color #094717 on white background.



Black color preview on #094717 background

This text has black color on #094717 background.


White color preview on #094717 background

This text has white color on #094717 background.