COLOR #090E08

HEX: #090E08
RGB: (9,14,8)

Color info

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

RGB color model

#090E08 color RGB value is (9,14,8).

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

RGB channels and saturation

R 9 of 255 = 4%
G 14 of 255 = 5%
B 8 of 255 = 3%

9
14
8

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

Portions of RGB colors in percentages

R + G + B =
9 + 14 + 8 = 31 (100%)
R 9 of 31 ~ 29.03%
G 14 of 31 ~ 45.16%
B 8 of 31 ~ 25.81%

%29.03
%45.16
%25.81

CMYK color model

#090E08 color CMYK value is (36,0,43,95).

  • cyan value is 35.71%
  • magenta value is 0.00%
  • yellow value is 42.86%
  • key color value is 94.51%
CMYK: (36,0,43,95) C36M0Y43K95 (36%,0%,43%,95%) (0.36/0.00/0.43/0.95)

CMYK percentages

%35.71
%0
%42.86
%94.51

Codes

Color #090E08 in popluar color models

090E08
RGB9148
HSL110°27.27%4.31%
HSB/HSV110°42.86%5.49%
CMYK35.71%0.00%42.86%
94.51%

Color #090E08 in popluar number systems.

HEX090E08
Decimal9148
Binary100111101000
Octal111610

Shades and tints

Shades of #090E08

#090E08
(9,14,8)
#090D08
(9,13,8)
#090C08
(9,12,8)
#090B08
(9,11,8)
#090A08
(9,10,8)
#090908
(9,9,8)
#090808
(9,8,8)
#090708
(9,7,8)
#090608
(9,6,8)
#090508
(9,5,8)
#090408
(9,4,8)
#000000
(0,0,0)

Tints of #090E08

#090E08
(9,14,8)
#1F231E
(31,35,30)
#353834
(53,56,52)
#4B4D4A
(75,77,74)
#616260
(97,98,96)
#777776
(119,119,118)
#8D8C8C
(141,140,140)
#A3A1A2
(163,161,162)
#B9B6B8
(185,182,184)
#CFCBCE
(207,203,206)
#E5E0E4
(229,224,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #090E08; }

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

This text font color is #090E08.


Background Color

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

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

This div background color is #090E08.


Border color

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

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

This div border color is #090E08.


Opacity

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

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

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

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

This text has shadow with #090E08 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #090E08 on black background.


Color preview on white background

This text has color #090E08 on white background.



Black color preview on #090E08 background

This text has black color on #090E08 background.


White color preview on #090E08 background

This text has white color on #090E08 background.