COLOR #03071F

HEX: #03071F
RGB: (3,7,31)

Color info

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

RGB color model

#03071F color RGB value is (3,7,31).

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

RGB channels and saturation

R 3 of 255 = 1%
G 7 of 255 = 3%
B 31 of 255 = 12%

3
7
31

R + G + B ~ 5%. #03071F is dark color.

Portions of RGB colors in percentages

R + G + B =
3 + 7 + 31 = 41 (100%)
R 3 of 41 ~ 7.32%
G 7 of 41 ~ 17.07%
B 31 of 41 ~ 75.61%

%17.07
%75.61

CMYK color model

#03071F color CMYK value is (90,77,0,88).

  • cyan value is 90.32%
  • magenta value is 77.42%
  • yellow value is 0.00%
  • key color value is 87.84%
CMYK:
(90,77,0,88)
C90M77Y0K88 
(90%,77%,0%,88%)
(0.90/0.77/0.00/0.88)	

CMYK percentages

%90.32
%77.42
%0
%87.84

Codes

Color #03071F in popluar color models

03071F
RGB3731
HSL231°82.35%6.67%
HSB/HSV231°90.32%12.16%
CMYK90.32%77.42%0.00%
87.84%

Color #03071F in popluar number systems.

HEX03071F
Decimal3731
Binary1111111111
Octal3737

Shades and tints

Shades of #03071F

#03071F
(3,7,31)
#03071D
(3,7,29)
#03071B
(3,7,27)
#030719
(3,7,25)
#030717
(3,7,23)
#030715
(3,7,21)
#030713
(3,7,19)
#030711
(3,7,17)
#03070F
(3,7,15)
#03070D
(3,7,13)
#03070B
(3,7,11)
#000000
(0,0,0)

Tints of #03071F

#03071F
(3,7,31)
#191D33
(25,29,51)
#2F3347
(47,51,71)
#45495B
(69,73,91)
#5B5F6F
(91,95,111)
#717583
(113,117,131)
#878B97
(135,139,151)
#9DA1AB
(157,161,171)
#B3B7BF
(179,183,191)
#C9CDD3
(201,205,211)
#DFE3E7
(223,227,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #03071F color. Also use rgb(3,7,31) instead hex code.

Text Font Color

.myTextColor { color: #03071F; }

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

This text font color is #03071F.


Background Color

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

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

This div background color is #03071F.


Border color

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

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

This div border color is #03071F.


Opacity

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

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

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

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

This text has shadow with #03071F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #03071F on black background.


Color preview on white background

This text has color #03071F on white background.



Black color preview on #03071F background

This text has black color on #03071F background.


White color preview on #03071F background

This text has white color on #03071F background.