COLOR #03121C

HEX: #03121C
RGB: (3,18,28)

Color info

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

RGB color model

#03121C color RGB value is (3,18,28).

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

RGB channels and saturation

R 3 of 255 = 1%
G 18 of 255 = 7%
B 28 of 255 = 11%

3
18
28

R + G + B ~ 6%. #03121C is dark color.

Portions of RGB colors in percentages

R + G + B =
3 + 18 + 28 = 49 (100%)
R 3 of 49 ~ 6.12%
G 18 of 49 ~ 36.73%
B 28 of 49 ~ 57.14%

%36.73
%57.14

CMYK color model

#03121C color CMYK value is (89,36,0,89).

  • cyan value is 89.29%
  • magenta value is 35.71%
  • yellow value is 0.00%
  • key color value is 89.02%
CMYK:
(89,36,0,89)
C89M36Y0K89 
(89%,36%,0%,89%)
(0.89/0.36/0.00/0.89)	

CMYK percentages

%89.29
%35.71
%0
%89.02

Codes

Color #03121C in popluar color models

03121C
RGB31828
HSL204°80.65%6.08%
HSB/HSV204°89.29%10.98%
CMYK89.29%35.71%0.00%
89.02%

Color #03121C in popluar number systems.

HEX03121C
Decimal31828
Binary111001011100
Octal32234

Shades and tints

Shades of #03121C

#03121C
(3,18,28)
#03111A
(3,17,26)
#031018
(3,16,24)
#030F16
(3,15,22)
#030E14
(3,14,20)
#030D12
(3,13,18)
#030C10
(3,12,16)
#030B0E
(3,11,14)
#030A0C
(3,10,12)
#03090A
(3,9,10)
#030808
(3,8,8)
#000000
(0,0,0)

Tints of #03121C

#03121C
(3,18,28)
#192730
(25,39,48)
#2F3C44
(47,60,68)
#455158
(69,81,88)
#5B666C
(91,102,108)
#717B80
(113,123,128)
#879094
(135,144,148)
#9DA5A8
(157,165,168)
#B3BABC
(179,186,188)
#C9CFD0
(201,207,208)
#DFE4E4
(223,228,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #03121C; }

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

This text font color is #03121C.


Background Color

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

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

This div background color is #03121C.


Border color

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

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

This div border color is #03121C.


Opacity

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

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

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

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

This text has shadow with #03121C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #03121C on black background.


Color preview on white background

This text has color #03121C on white background.



Black color preview on #03121C background

This text has black color on #03121C background.


White color preview on #03121C background

This text has white color on #03121C background.