COLOR #090D03

HEX: #090D03
RGB: (9,13,3)

Color info

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

RGB color model

#090D03 color RGB value is (9,13,3).

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

RGB channels and saturation

R 9 of 255 = 4%
G 13 of 255 = 5%
B 3 of 255 = 1%

9
13
3

R + G + B ~ 3%. #090D03 is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 13 + 3 = 25 (100%)
R 9 of 25 ~ 36%
G 13 of 25 ~ 52%
B 3 of 25 ~ 12%

%36
%52
%12

CMYK color model

#090D03 color CMYK value is (31,0,77,95).

  • cyan value is 30.77%
  • magenta value is 0.00%
  • yellow value is 76.92%
  • key color value is 94.90%
CMYK:
(31,0,77,95)
C31M0Y77K95 
(31%,0%,77%,95%)
(0.31/0.00/0.77/0.95)	

CMYK percentages

%30.77
%0
%76.92
%94.9

Codes

Color #090D03 in popluar color models

090D03
RGB9133
HSL84°62.50%3.14%
HSB/HSV84°76.92%5.10%
CMYK30.77%0.00%76.92%
94.90%

Color #090D03 in popluar number systems.

HEX090D03
Decimal9133
Binary1001110111
Octal11153

Shades and tints

Shades of #090D03

#090D03
(9,13,3)
#090C03
(9,12,3)
#090B03
(9,11,3)
#090A03
(9,10,3)
#090903
(9,9,3)
#090803
(9,8,3)
#090703
(9,7,3)
#090603
(9,6,3)
#090503
(9,5,3)
#090403
(9,4,3)
#090303
(9,3,3)
#000000
(0,0,0)

Tints of #090D03

#090D03
(9,13,3)
#1F2319
(31,35,25)
#35392F
(53,57,47)
#4B4F45
(75,79,69)
#61655B
(97,101,91)
#777B71
(119,123,113)
#8D9187
(141,145,135)
#A3A79D
(163,167,157)
#B9BDB3
(185,189,179)
#CFD3C9
(207,211,201)
#E5E9DF
(229,233,223)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #090D03; }

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

This text font color is #090D03.


Background Color

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

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

This div background color is #090D03.


Border color

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

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

This div border color is #090D03.


Opacity

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

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

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

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

This text has shadow with #090D03 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #090D03 on black background.


Color preview on white background

This text has color #090D03 on white background.



Black color preview on #090D03 background

This text has black color on #090D03 background.


White color preview on #090D03 background

This text has white color on #090D03 background.