COLOR #094003

HEX: #094003
RGB: (9,64,3)

Color info

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

RGB color model

#094003 color RGB value is (9,64,3).

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

RGB channels and saturation

R 9 of 255 = 4%
G 64 of 255 = 25%
B 3 of 255 = 1%

9
64
3

R + G + B ~ 10%. #094003 is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 64 + 3 = 76 (100%)
R 9 of 76 ~ 11.84%
G 64 of 76 ~ 84.21%
B 3 of 76 ~ 3.95%

%11.84
%84.21

CMYK color model

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

  • cyan value is 85.94%
  • magenta value is 0.00%
  • yellow value is 95.31%
  • key color value is 74.90%
CMYK:
(86,0,95,75)
C86M0Y95K75 
(86%,0%,95%,75%)
(0.86/0.00/0.95/0.75)	

CMYK percentages

%85.94
%0
%95.31
%74.9

Codes

Color #094003 in popluar color models

094003
RGB9643
HSL114°91.04%13.14%
HSB/HSV114°95.31%25.10%
CMYK85.94%0.00%95.31%
74.90%

Color #094003 in popluar number systems.

HEX094003
Decimal9643
Binary1001100000011
Octal111003

Shades and tints

Shades of #094003

#094003
(9,64,3)
#093B03
(9,59,3)
#093603
(9,54,3)
#093103
(9,49,3)
#092C03
(9,44,3)
#092703
(9,39,3)
#092203
(9,34,3)
#091D03
(9,29,3)
#091803
(9,24,3)
#091303
(9,19,3)
#090E03
(9,14,3)
#000000
(0,0,0)

Tints of #094003

#094003
(9,64,3)
#1F5119
(31,81,25)
#35622F
(53,98,47)
#4B7345
(75,115,69)
#61845B
(97,132,91)
#779571
(119,149,113)
#8DA687
(141,166,135)
#A3B79D
(163,183,157)
#B9C8B3
(185,200,179)
#CFD9C9
(207,217,201)
#E5EADF
(229,234,223)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #094003; }

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

This text font color is #094003.


Background Color

.myBgColor { background-color: #094003; }

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

This div background color is #094003.


Border color

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

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

This div border color is #094003.


Opacity

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

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

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

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

This text has shadow with #094003 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #094003 on black background.


Color preview on white background

This text has color #094003 on white background.



Black color preview on #094003 background

This text has black color on #094003 background.


White color preview on #094003 background

This text has white color on #094003 background.