COLOR #03091D

HEX: #03091D
RGB: (3,9,29)

Color info

#03091D contains red, green and blue colors in about the same proportion. Web safe color of #03091D is #000033 (or #003).

RGB color model

#03091D color RGB value is (3,9,29).

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

RGB channels and saturation

R 3 of 255 = 1%
G 9 of 255 = 4%
B 29 of 255 = 11%

3
9
29

R + G + B ~ 5%. #03091D is dark color.

Portions of RGB colors in percentages

R + G + B =
3 + 9 + 29 = 41 (100%)
R 3 of 41 ~ 7.32%
G 9 of 41 ~ 21.95%
B 29 of 41 ~ 70.73%

%21.95
%70.73

CMYK color model

#03091D color CMYK value is (90,69,0,89).

  • cyan value is 89.66%
  • magenta value is 68.97%
  • yellow value is 0.00%
  • key color value is 88.63%
CMYK:
(90,69,0,89)
C90M69Y0K89 
(90%,69%,0%,89%)
(0.90/0.69/0.00/0.89)	

CMYK percentages

%89.66
%68.97
%0
%88.63

Codes

Color #03091D in popluar color models

03091D
RGB3929
HSL226°81.25%6.27%
HSB/HSV226°89.66%11.37%
CMYK89.66%68.97%0.00%
88.63%

Color #03091D in popluar number systems.

HEX03091D
Decimal3929
Binary11100111101
Octal31135

Shades and tints

Shades of #03091D

#03091D
(3,9,29)
#03091B
(3,9,27)
#030919
(3,9,25)
#030917
(3,9,23)
#030915
(3,9,21)
#030913
(3,9,19)
#030911
(3,9,17)
#03090F
(3,9,15)
#03090D
(3,9,13)
#03090B
(3,9,11)
#030909
(3,9,9)
#000000
(0,0,0)

Tints of #03091D

#03091D
(3,9,29)
#191F31
(25,31,49)
#2F3545
(47,53,69)
#454B59
(69,75,89)
#5B616D
(91,97,109)
#717781
(113,119,129)
#878D95
(135,141,149)
#9DA3A9
(157,163,169)
#B3B9BD
(179,185,189)
#C9CFD1
(201,207,209)
#DFE5E5
(223,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #03091D; }

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

This text font color is #03091D.


Background Color

.myBgColor { background-color: #03091D; }

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

This div background color is #03091D.


Border color

.myBorderColor { border: 1px solid #03091D; }

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

This div border color is #03091D.


Opacity

.myOpacity80 { color: #03091D; opacity: 0.8; }

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

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

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

This text has shadow with #03091D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #03091D on black background.


Color preview on white background

This text has color #03091D on white background.



Black color preview on #03091D background

This text has black color on #03091D background.


White color preview on #03091D background

This text has white color on #03091D background.