COLOR #03020C

HEX: #03020C
RGB: (3,2,12)

Color info

#03020C contains red, green and blue colors in about the same proportion. Web safe color of #03020C is #000000 (or #000).

RGB color model

#03020C color RGB value is (3,2,12).

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

RGB channels and saturation

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

3
2
12

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

Portions of RGB colors in percentages

R + G + B =
3 + 2 + 12 = 17 (100%)
R 3 of 17 ~ 17.65%
G 2 of 17 ~ 11.76%
B 12 of 17 ~ 70.59%

%17.65
%11.76
%70.59

CMYK color model

#03020C color CMYK value is (75,83,0,95).

  • cyan value is 75.00%
  • magenta value is 83.33%
  • yellow value is 0.00%
  • key color value is 95.29%
CMYK:
(75,83,0,95)
C75M83Y0K95 
(75%,83%,0%,95%)
(0.75/0.83/0.00/0.95)	

CMYK percentages

%75
%83.33
%0
%95.29

Codes

Color #03020C in popluar color models

03020C
RGB3212
HSL246°71.43%2.75%
HSB/HSV246°83.33%4.71%
CMYK75.00%83.33%0.00%
95.29%

Color #03020C in popluar number systems.

HEX03020C
Decimal3212
Binary11101100
Octal3214

Shades and tints

Shades of #03020C

#03020C
(3,2,12)
#03020B
(3,2,11)
#03020A
(3,2,10)
#030209
(3,2,9)
#030208
(3,2,8)
#030207
(3,2,7)
#030206
(3,2,6)
#030205
(3,2,5)
#030204
(3,2,4)
#030203
(3,2,3)
#030202
(3,2,2)
#000000
(0,0,0)

Tints of #03020C

#03020C
(3,2,12)
#191922
(25,25,34)
#2F3038
(47,48,56)
#45474E
(69,71,78)
#5B5E64
(91,94,100)
#71757A
(113,117,122)
#878C90
(135,140,144)
#9DA3A6
(157,163,166)
#B3BABC
(179,186,188)
#C9D1D2
(201,209,210)
#DFE8E8
(223,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #03020C; }

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

This text font color is #03020C.


Background Color

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

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

This div background color is #03020C.


Border color

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

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

This div border color is #03020C.


Opacity

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

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

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

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

This text has shadow with #03020C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #03020C on black background.


Color preview on white background

This text has color #03020C on white background.



Black color preview on #03020C background

This text has black color on #03020C background.


White color preview on #03020C background

This text has white color on #03020C background.