COLOR #03031E

HEX: #03031E RGB: (3,3,30)

Color info

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

RGB color model

#03031E color RGB value is (3,3,30).

RGB: (3,3,30) (1%, 1%, 12%)

RGB channels and saturation

R 3 of 255 = 1%
G 3 of 255 = 1%
B 30 of 255 = 12%

3
3
30

R + G + B ~ 5%. #03031E is dark color.

Portions of RGB colors in percentages

R + G + B = 3 + 3 + 30 = 36 (100%)
R 3 of 36 ~ 8.33%
G 3 of 36 ~ 8.33%
B 30 of 36 ~ 83.33'%

%83.33

CMYK color model

#03031E color CMYK value is (90,90,0,88).

  • cyan value is 90.00%
  • magenta value is 90.00%
  • yellow value is 0.00%
  • key color value is 88.24%

CMYK: (90,90,0,88)
C90M90Y0K88 (90%, 90%, 0%, 88%)
(0.90 / 0.90 / 0.00 / 0.88)

CMYK percentages

%90
%90
%0
%88.24

Codes

Color #03031E in popluar color models

03 03 1E
RGB 3 3 30
HSL 240° 81.82% 6.47%
HSB/HSV 240° 90.00% 11.76%
CMYK 90.00% 90.00% 0.00%
88.24%

Color #03031E in popluar number systems.

HEX 03 03 1E
Decimal 3 3 30
Binary 11 11 11110
Octal 3 3 36

Shades and tints

Shades of #03031E

#03031E
(3,3,30)
#03031C
(3,3,28)
#03031A
(3,3,26)
#030318
(3,3,24)
#030316
(3,3,22)
#030314
(3,3,20)
#030312
(3,3,18)
#030310
(3,3,16)
#03030E
(3,3,14)
#03030C
(3,3,12)
#03030A
(3,3,10)
#000000
(0,0,0)

Tints of #03031E

#03031E
(3,3,30)
#191932
(25,25,50)
#2F2F46
(47,47,70)
#45455A
(69,69,90)
#5B5B6E
(91,91,110)
#717182
(113,113,130)
#878796
(135,135,150)
#9D9DAA
(157,157,170)
#B3B3BE
(179,179,190)
#C9C9D2
(201,201,210)
#DFDFE6
(223,223,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #03031E color. Also use rgb(3,3,30) instead hex code.

Text Font Color

.myTextColor { color: #03031E; }

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

This text font color is #03031E.

Background Color

.myBgColor { background-color: #03031E; }

<div style="background-color:#03031E">Inner text</div>

This div background color is #03031E.

Border color

.myBorderColor { border: 1px solid #03031E; }

<div style="border:3px solid #03031E">Div</div>

This div border color is #03031E.

Opacity

.myOpacity80 { color: #03031E; opacity: 0.8; }

<p style="color:#03031E;opacity:0.8;">80%</p>

Text with #03031E 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 #03031E;}

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

This text has shadow with #03031E color.


.textShadow {text-shadow: 3px 3px 1px #03031E', 3px 3px 1px red;}

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

This text has shadow with #03031E primary color and red secondary color.


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

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

This text has shadow with #03031E and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #03031E; -webkit-box-shadow: 1px 1px 3px 2px #03031E; box-shadow:1px 1px 3px 2px #03031E;">
Div content here
</div>

This div box has shadow with color #03031E.

Preview

Color preview on black background

This text has color #03031E on black background.


Color preview on white background

This text has color #03031E on white background.


Black color preview on #03031E background

This text has black color on #03031E background.


White color preview on #03031E background

This text has white color on #03031E background.


Related colors

Complementary color

Complementary color for #hex is #FCFCE1.


I love getcolorcode.com