COLOR #03121E

HEX: #03121E RGB: (3,18,30)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

3
18
30

R + G + B ~ 7%. #03121E is dark color.

Portions of RGB colors in percentages

R + G + B = 3 + 18 + 30 = 51 (100%)
R 3 of 51 ~ 5.88%
G 18 of 51 ~ 35.29%
B 30 of 51 ~ 58.82'%

%35.29
%58.82

CMYK color model

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

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

CMYK: (90,40,0,88)
C90M40Y0K88 (90%, 40%, 0%, 88%)
(0.90 / 0.40 / 0.00 / 0.88)

CMYK percentages

%90
%40
%0
%88.24

Codes

Color #03121E in popluar color models

03 12 1E
RGB 3 18 30
HSL 207° 81.82% 6.47%
HSB/HSV 207° 90.00% 11.76%
CMYK 90.00% 40.00% 0.00%
88.24%

Color #03121E in popluar number systems.

HEX 03 12 1E
Decimal 3 18 30
Binary 11 10010 11110
Octal 3 22 36

Shades and tints

Shades of #03121E

#03121E
(3,18,30)
#03111C
(3,17,28)
#03101A
(3,16,26)
#030F18
(3,15,24)
#030E16
(3,14,22)
#030D14
(3,13,20)
#030C12
(3,12,18)
#030B10
(3,11,16)
#030A0E
(3,10,14)
#03090C
(3,9,12)
#03080A
(3,8,10)
#000000
(0,0,0)

Tints of #03121E

#03121E
(3,18,30)
#192732
(25,39,50)
#2F3C46
(47,60,70)
#45515A
(69,81,90)
#5B666E
(91,102,110)
#717B82
(113,123,130)
#879096
(135,144,150)
#9DA5AA
(157,165,170)
#B3BABE
(179,186,190)
#C9CFD2
(201,207,210)
#DFE4E6
(223,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #03121E; }

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

This text font color is #03121E.

Background Color

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

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

This div background color is #03121E.

Border color

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

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

This div border color is #03121E.

Opacity

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

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

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

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

This text has shadow with #03121E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #03121E.

Preview

Color preview on black background

This text has color #03121E on black background.


Color preview on white background

This text has color #03121E on white background.


Black color preview on #03121E background

This text has black color on #03121E background.


White color preview on #03121E background

This text has white color on #03121E background.


Related colors

Complementary color

Complementary color for #hex is #FCEDE1.


I love getcolorcode.com

Triadic colors

1 #1E0312 and #121E03 with #03121E are triadic colors.

2 #1E1203 and #12031E with #03121E are triadic colors.