COLOR #03061D

HEX: #03061D
RGB: (3,6,29)

Color info

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

RGB color model

#03061D color RGB value is (3,6,29).

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

RGB channels and saturation

R 3 of 255 = 1%
G 6 of 255 = 2%
B 29 of 255 = 11%

3
6
29

R + G + B ~ 5%. #03061D is dark color.

Portions of RGB colors in percentages

R + G + B =
3 + 6 + 29 = 38 (100%)
R 3 of 38 ~ 7.89%
G 6 of 38 ~ 15.79%
B 29 of 38 ~ 76.32%

%15.79
%76.32

CMYK color model

#03061D color CMYK value is (90,79,0,89).

  • cyan value is 89.66%
  • magenta value is 79.31%
  • yellow value is 0.00%
  • key color value is 88.63%
CMYK:
(90,79,0,89)
C90M79Y0K89 
(90%,79%,0%,89%)
(0.90/0.79/0.00/0.89)	

CMYK percentages

%89.66
%79.31
%0
%88.63

Codes

Color #03061D in popluar color models

03061D
RGB3629
HSL233°81.25%6.27%
HSB/HSV233°89.66%11.37%
CMYK89.66%79.31%0.00%
88.63%

Color #03061D in popluar number systems.

HEX03061D
Decimal3629
Binary1111011101
Octal3635

Shades and tints

Shades of #03061D

#03061D
(3,6,29)
#03061B
(3,6,27)
#030619
(3,6,25)
#030617
(3,6,23)
#030615
(3,6,21)
#030613
(3,6,19)
#030611
(3,6,17)
#03060F
(3,6,15)
#03060D
(3,6,13)
#03060B
(3,6,11)
#030609
(3,6,9)
#000000
(0,0,0)

Tints of #03061D

#03061D
(3,6,29)
#191C31
(25,28,49)
#2F3245
(47,50,69)
#454859
(69,72,89)
#5B5E6D
(91,94,109)
#717481
(113,116,129)
#878A95
(135,138,149)
#9DA0A9
(157,160,169)
#B3B6BD
(179,182,189)
#C9CCD1
(201,204,209)
#DFE2E5
(223,226,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #03061D color. Also use rgb(3,6,29) instead hex code.

Text Font Color

.myTextColor { color: #03061D; }

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

This text font color is #03061D.


Background Color

.myBgColor { background-color: #03061D; }

<div style="background-color:#03061D">Inner text</div>

This div background color is #03061D.


Border color

.myBorderColor { border: 1px solid #03061D; }

<div style="border:3px solid #03061D">Div</div>

This div border color is #03061D.


Opacity

.myOpacity80 { color: #03061D; opacity: 0.8; }

<p style="color:#03061D;opacity:0.8;">80%</p>

Text with #03061D 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 #03061D;}

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

This text has shadow with #03061D color.

.textShadow {text-shadow: 3px 3px 1px #03061D, 3px 3px 1px red;}

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

This text has shadow with #03061D primary color and red secondary color.


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

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

This text has shadow with #03061D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #03061D on black background.


Color preview on white background

This text has color #03061D on white background.



Black color preview on #03061D background

This text has black color on #03061D background.


White color preview on #03061D background

This text has white color on #03061D background.