COLOR #090E04

HEX: #090E04
RGB: (9,14,4)

Color info

#090E04 contains red, green and blue colors in about the same proportion. Web safe color of #090E04 is #000000 (or #000).

RGB color model

#090E04 color RGB value is (9,14,4).

  • red value is 9;
  • green value is 14;
  • blue value is 4.
RGB:
(9,14,4)
(4%,5%,2%)

RGB channels and saturation

R 9 of 255 = 4%
G 14 of 255 = 5%
B 4 of 255 = 2%

9
14
4

R + G + B ~ 4%. #090E04 is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 14 + 4 = 27 (100%)
R 9 of 27 ~ 33.33%
G 14 of 27 ~ 51.85%
B 4 of 27 ~ 14.81%

%33.33
%51.85
%14.81

CMYK color model

#090E04 color CMYK value is (36,0,71,95).

  • cyan value is 35.71%
  • magenta value is 0.00%
  • yellow value is 71.43%
  • key color value is 94.51%
CMYK:
(36,0,71,95)
C36M0Y71K95 
(36%,0%,71%,95%)
(0.36/0.00/0.71/0.95)	

CMYK percentages

%35.71
%0
%71.43
%94.51

Codes

Color #090E04 in popluar color models

090E04
RGB9144
HSL90°55.56%3.53%
HSB/HSV90°71.43%5.49%
CMYK35.71%0.00%71.43%
94.51%

Color #090E04 in popluar number systems.

HEX090E04
Decimal9144
Binary10011110100
Octal11164

Shades and tints

Shades of #090E04

#090E04
(9,14,4)
#090D04
(9,13,4)
#090C04
(9,12,4)
#090B04
(9,11,4)
#090A04
(9,10,4)
#090904
(9,9,4)
#090804
(9,8,4)
#090704
(9,7,4)
#090604
(9,6,4)
#090504
(9,5,4)
#090404
(9,4,4)
#000000
(0,0,0)

Tints of #090E04

#090E04
(9,14,4)
#1F231A
(31,35,26)
#353830
(53,56,48)
#4B4D46
(75,77,70)
#61625C
(97,98,92)
#777772
(119,119,114)
#8D8C88
(141,140,136)
#A3A19E
(163,161,158)
#B9B6B4
(185,182,180)
#CFCBCA
(207,203,202)
#E5E0E0
(229,224,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #090E04 color. Also use rgb(9,14,4) instead hex code.

Text Font Color

.myTextColor { color: #090E04; }

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

This text font color is #090E04.


Background Color

.myBgColor { background-color: #090E04; }

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

This div background color is #090E04.


Border color

.myBorderColor { border: 1px solid #090E04; }

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

This div border color is #090E04.


Opacity

.myOpacity80 { color: #090E04; opacity: 0.8; }

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

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

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

This text has shadow with #090E04 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #090E04 on black background.


Color preview on white background

This text has color #090E04 on white background.



Black color preview on #090E04 background

This text has black color on #090E04 background.


White color preview on #090E04 background

This text has white color on #090E04 background.