COLOR #03090F

HEX: #03090F
RGB: (3,9,15)

Color info

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

RGB color model

#03090F color RGB value is (3,9,15).

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

RGB channels and saturation

R 3 of 255 = 1%
G 9 of 255 = 4%
B 15 of 255 = 6%

3
9
15

R + G + B ~ 4%. #03090F is dark color.

Portions of RGB colors in percentages

R + G + B =
3 + 9 + 15 = 27 (100%)
R 3 of 27 ~ 11.11%
G 9 of 27 ~ 33.33%
B 15 of 27 ~ 55.56%

%11.11
%33.33
%55.56

CMYK color model

#03090F color CMYK value is (80,40,0,94).

  • cyan value is 80.00%
  • magenta value is 40.00%
  • yellow value is 0.00%
  • key color value is 94.12%
CMYK:
(80,40,0,94)
C80M40Y0K94 
(80%,40%,0%,94%)
(0.80/0.40/0.00/0.94)	

CMYK percentages

%80
%40
%0
%94.12

Codes

Color #03090F in popluar color models

03090F
RGB3915
HSL210°66.67%3.53%
HSB/HSV210°80.00%5.88%
CMYK80.00%40.00%0.00%
94.12%

Color #03090F in popluar number systems.

HEX03090F
Decimal3915
Binary1110011111
Octal31117

Shades and tints

Shades of #03090F

#03090F
(3,9,15)
#03090E
(3,9,14)
#03090D
(3,9,13)
#03090C
(3,9,12)
#03090B
(3,9,11)
#03090A
(3,9,10)
#030909
(3,9,9)
#030908
(3,9,8)
#030907
(3,9,7)
#030906
(3,9,6)
#030905
(3,9,5)
#000000
(0,0,0)

Tints of #03090F

#03090F
(3,9,15)
#191F24
(25,31,36)
#2F3539
(47,53,57)
#454B4E
(69,75,78)
#5B6163
(91,97,99)
#717778
(113,119,120)
#878D8D
(135,141,141)
#9DA3A2
(157,163,162)
#B3B9B7
(179,185,183)
#C9CFCC
(201,207,204)
#DFE5E1
(223,229,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #03090F; }

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

This text font color is #03090F.


Background Color

.myBgColor { background-color: #03090F; }

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

This div background color is #03090F.


Border color

.myBorderColor { border: 1px solid #03090F; }

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

This div border color is #03090F.


Opacity

.myOpacity80 { color: #03090F; opacity: 0.8; }

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

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

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

This text has shadow with #03090F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #03090F on black background.


Color preview on white background

This text has color #03090F on white background.



Black color preview on #03090F background

This text has black color on #03090F background.


White color preview on #03090F background

This text has white color on #03090F background.