COLOR #03081F

HEX: #03081F
RGB: (3,8,31)

Color info

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

RGB color model

#03081F color RGB value is (3,8,31).

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

RGB channels and saturation

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

3
8
31

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

Portions of RGB colors in percentages

R + G + B =
3 + 8 + 31 = 42 (100%)
R 3 of 42 ~ 7.14%
G 8 of 42 ~ 19.05%
B 31 of 42 ~ 73.81%

%19.05
%73.81

CMYK color model

#03081F color CMYK value is (90,74,0,88).

  • cyan value is 90.32%
  • magenta value is 74.19%
  • yellow value is 0.00%
  • key color value is 87.84%
CMYK:
(90,74,0,88)
C90M74Y0K88 
(90%,74%,0%,88%)
(0.90/0.74/0.00/0.88)	

CMYK percentages

%90.32
%74.19
%0
%87.84

Codes

Color #03081F in popluar color models

03081F
RGB3831
HSL229°82.35%6.67%
HSB/HSV229°90.32%12.16%
CMYK90.32%74.19%0.00%
87.84%

Color #03081F in popluar number systems.

HEX03081F
Decimal3831
Binary11100011111
Octal31037

Shades and tints

Shades of #03081F

#03081F
(3,8,31)
#03081D
(3,8,29)
#03081B
(3,8,27)
#030819
(3,8,25)
#030817
(3,8,23)
#030815
(3,8,21)
#030813
(3,8,19)
#030811
(3,8,17)
#03080F
(3,8,15)
#03080D
(3,8,13)
#03080B
(3,8,11)
#000000
(0,0,0)

Tints of #03081F

#03081F
(3,8,31)
#191E33
(25,30,51)
#2F3447
(47,52,71)
#454A5B
(69,74,91)
#5B606F
(91,96,111)
#717683
(113,118,131)
#878C97
(135,140,151)
#9DA2AB
(157,162,171)
#B3B8BF
(179,184,191)
#C9CED3
(201,206,211)
#DFE4E7
(223,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #03081F; }

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

This text font color is #03081F.


Background Color

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

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

This div background color is #03081F.


Border color

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

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

This div border color is #03081F.


Opacity

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

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

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

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

This text has shadow with #03081F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #03081F on black background.


Color preview on white background

This text has color #03081F on white background.



Black color preview on #03081F background

This text has black color on #03081F background.


White color preview on #03081F background

This text has white color on #03081F background.