COLOR #03091C

HEX: #03091C
RGB: (3,9,28)

Color info

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

RGB color model

#03091C color RGB value is (3,9,28).

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

RGB channels and saturation

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

3
9
28

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

Portions of RGB colors in percentages

R + G + B =
3 + 9 + 28 = 40 (100%)
R 3 of 40 ~ 7.5%
G 9 of 40 ~ 22.5%
B 28 of 40 ~ 70%

%22.5
%70

CMYK color model

#03091C color CMYK value is (89,68,0,89).

  • cyan value is 89.29%
  • magenta value is 67.86%
  • yellow value is 0.00%
  • key color value is 89.02%
CMYK:
(89,68,0,89)
C89M68Y0K89 
(89%,68%,0%,89%)
(0.89/0.68/0.00/0.89)	

CMYK percentages

%89.29
%67.86
%0
%89.02

Codes

Color #03091C in popluar color models

03091C
RGB3928
HSL226°80.65%6.08%
HSB/HSV226°89.29%10.98%
CMYK89.29%67.86%0.00%
89.02%

Color #03091C in popluar number systems.

HEX03091C
Decimal3928
Binary11100111100
Octal31134

Shades and tints

Shades of #03091C

#03091C
(3,9,28)
#03091A
(3,9,26)
#030918
(3,9,24)
#030916
(3,9,22)
#030914
(3,9,20)
#030912
(3,9,18)
#030910
(3,9,16)
#03090E
(3,9,14)
#03090C
(3,9,12)
#03090A
(3,9,10)
#030908
(3,9,8)
#000000
(0,0,0)

Tints of #03091C

#03091C
(3,9,28)
#191F30
(25,31,48)
#2F3544
(47,53,68)
#454B58
(69,75,88)
#5B616C
(91,97,108)
#717780
(113,119,128)
#878D94
(135,141,148)
#9DA3A8
(157,163,168)
#B3B9BC
(179,185,188)
#C9CFD0
(201,207,208)
#DFE5E4
(223,229,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #03091C; }

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

This text font color is #03091C.


Background Color

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

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

This div background color is #03091C.


Border color

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

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

This div border color is #03091C.


Opacity

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

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

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

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

This text has shadow with #03091C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #03091C on black background.


Color preview on white background

This text has color #03091C on white background.



Black color preview on #03091C background

This text has black color on #03091C background.


White color preview on #03091C background

This text has white color on #03091C background.