COLOR #094010

HEX: #094010
RGB: (9,64,16)

Color info

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

RGB color model

#094010 color RGB value is (9,64,16).

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

RGB channels and saturation

R 9 of 255 = 4%
G 64 of 255 = 25%
B 16 of 255 = 6%

9
64
16

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

Portions of RGB colors in percentages

R + G + B =
9 + 64 + 16 = 89 (100%)
R 9 of 89 ~ 10.11%
G 64 of 89 ~ 71.91%
B 16 of 89 ~ 17.98%

%10.11
%71.91
%17.98

CMYK color model

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

  • cyan value is 85.94%
  • magenta value is 0.00%
  • yellow value is 75.00%
  • key color value is 74.90%
CMYK:
(86,0,75,75)
C86M0Y75K75 
(86%,0%,75%,75%)
(0.86/0.00/0.75/0.75)	

CMYK percentages

%85.94
%0
%75
%74.9

Codes

Color #094010 in popluar color models

094010
RGB96416
HSL128°75.34%14.31%
HSB/HSV128°85.94%25.10%
CMYK85.94%0.00%75.00%
74.90%

Color #094010 in popluar number systems.

HEX094010
Decimal96416
Binary1001100000010000
Octal1110020

Shades and tints

Shades of #094010

#094010
(9,64,16)
#093B0F
(9,59,15)
#09360E
(9,54,14)
#09310D
(9,49,13)
#092C0C
(9,44,12)
#09270B
(9,39,11)
#09220A
(9,34,10)
#091D09
(9,29,9)
#091808
(9,24,8)
#091307
(9,19,7)
#090E06
(9,14,6)
#000000
(0,0,0)

Tints of #094010

#094010
(9,64,16)
#1F5125
(31,81,37)
#35623A
(53,98,58)
#4B734F
(75,115,79)
#618464
(97,132,100)
#779579
(119,149,121)
#8DA68E
(141,166,142)
#A3B7A3
(163,183,163)
#B9C8B8
(185,200,184)
#CFD9CD
(207,217,205)
#E5EAE2
(229,234,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #094010; }

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

This text font color is #094010.


Background Color

.myBgColor { background-color: #094010; }

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

This div background color is #094010.


Border color

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

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

This div border color is #094010.


Opacity

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

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

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

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

This text has shadow with #094010 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #094010 on black background.


Color preview on white background

This text has color #094010 on white background.



Black color preview on #094010 background

This text has black color on #094010 background.


White color preview on #094010 background

This text has white color on #094010 background.