COLOR #03020F

HEX: #03020F
RGB: (3,2,15)

Color info

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

RGB color model

#03020F color RGB value is (3,2,15).

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

RGB channels and saturation

R 3 of 255 = 1%
G 2 of 255 = 1%
B 15 of 255 = 6%

3
2
15

R + G + B ~ 3%. #03020F is dark color.

Portions of RGB colors in percentages

R + G + B =
3 + 2 + 15 = 20 (100%)
R 3 of 20 ~ 15%
G 2 of 20 ~ 10%
B 15 of 20 ~ 75%

%15
%10
%75

CMYK color model

#03020F color CMYK value is (80,87,0,94).

  • cyan value is 80.00%
  • magenta value is 86.67%
  • yellow value is 0.00%
  • key color value is 94.12%
CMYK:
(80,87,0,94)
C80M87Y0K94 
(80%,87%,0%,94%)
(0.80/0.87/0.00/0.94)	

CMYK percentages

%80
%86.67
%0
%94.12

Codes

Color #03020F in popluar color models

03020F
RGB3215
HSL245°76.47%3.33%
HSB/HSV245°86.67%5.88%
CMYK80.00%86.67%0.00%
94.12%

Color #03020F in popluar number systems.

HEX03020F
Decimal3215
Binary11101111
Octal3217

Shades and tints

Shades of #03020F

#03020F
(3,2,15)
#03020E
(3,2,14)
#03020D
(3,2,13)
#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)
#000000
(0,0,0)

Tints of #03020F

#03020F
(3,2,15)
#191924
(25,25,36)
#2F3039
(47,48,57)
#45474E
(69,71,78)
#5B5E63
(91,94,99)
#717578
(113,117,120)
#878C8D
(135,140,141)
#9DA3A2
(157,163,162)
#B3BAB7
(179,186,183)
#C9D1CC
(201,209,204)
#DFE8E1
(223,232,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #03020F; }

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

This text font color is #03020F.


Background Color

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

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

This div background color is #03020F.


Border color

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

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

This div border color is #03020F.


Opacity

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

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

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

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

This text has shadow with #03020F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #03020F on black background.


Color preview on white background

This text has color #03020F on white background.



Black color preview on #03020F background

This text has black color on #03020F background.


White color preview on #03020F background

This text has white color on #03020F background.