COLOR #03000C

HEX: #03000C
RGB: (3,0,12)

Color info

#03000C contains only red and blue colors. Web safe color of #03000C is #000000 (or #000).

RGB color model

#03000C color RGB value is (3,0,12).

  • red value is 3;
  • green value is 0;
  • blue value is 12.
RGB: (3,0,12) (1%,0%,5%)

RGB channels and saturation

R 3 of 255 = 1%
G 0 of 255 = 0%
B 12 of 255 = 5%

3
0
12

R + G + B ~ 2%. #03000C is dark color.

Portions of RGB colors in percentages

R + G + B =
3 + 0 + 12 = 15 (100%)
R 3 of 15 ~ 20%
G 0 of 15 ~ 0%
B 12 of 15 ~ 80%

%20
%80

CMYK color model

#03000C color CMYK value is (75,100,0,95).

  • cyan value is 75.00%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 95.29%
CMYK: (75,100,0,95) C75M100Y0K95 (75%,100%,0%,95%) (0.75/1.00/0.00/0.95)

CMYK percentages

%75
%100
%0
%95.29

Codes

Color #03000C in popluar color models

03000C
RGB3012
HSL255°100.00%2.35%
HSB/HSV255°100.00%4.71%
CMYK75.00%100.00%0.00%
95.29%

Color #03000C in popluar number systems.

HEX03000C
Decimal3012
Binary1101100
Octal3014

Shades and tints

Shades of #03000C

#03000C
(3,0,12)
#03000B
(3,0,11)
#03000A
(3,0,10)
#030009
(3,0,9)
#030008
(3,0,8)
#030007
(3,0,7)
#030006
(3,0,6)
#030005
(3,0,5)
#030004
(3,0,4)
#030003
(3,0,3)
#030002
(3,0,2)
#000000
(0,0,0)

Tints of #03000C

#03000C
(3,0,12)
#191722
(25,23,34)
#2F2E38
(47,46,56)
#45454E
(69,69,78)
#5B5C64
(91,92,100)
#71737A
(113,115,122)
#878A90
(135,138,144)
#9DA1A6
(157,161,166)
#B3B8BC
(179,184,188)
#C9CFD2
(201,207,210)
#DFE6E8
(223,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #03000C color. Also use rgb(3,0,12) instead hex code.

Text Font Color

.myTextColor { color: #03000C; }

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

This text font color is #03000C.


Background Color

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

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

This div background color is #03000C.


Border color

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

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

This div border color is #03000C.


Opacity

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

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

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

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

This text has shadow with #03000C color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #03000C on black background.


Color preview on white background

This text has color #03000C on white background.



Black color preview on #03000C background

This text has black color on #03000C background.


White color preview on #03000C background

This text has white color on #03000C background.