COLOR #03051C

HEX: #03051C
RGB: (3,5,28)

Color info

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

RGB color model

#03051C color RGB value is (3,5,28).

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

RGB channels and saturation

R 3 of 255 = 1%
G 5 of 255 = 2%
B 28 of 255 = 11%

3
5
28

R + G + B ~ 5%. #03051C is dark color.

Portions of RGB colors in percentages

R + G + B =
3 + 5 + 28 = 36 (100%)
R 3 of 36 ~ 8.33%
G 5 of 36 ~ 13.89%
B 28 of 36 ~ 77.78%

%13.89
%77.78

CMYK color model

#03051C color CMYK value is (89,82,0,89).

  • cyan value is 89.29%
  • magenta value is 82.14%
  • yellow value is 0.00%
  • key color value is 89.02%
CMYK:
(89,82,0,89)
C89M82Y0K89 
(89%,82%,0%,89%)
(0.89/0.82/0.00/0.89)	

CMYK percentages

%89.29
%82.14
%0
%89.02

Codes

Color #03051C in popluar color models

03051C
RGB3528
HSL235°80.65%6.08%
HSB/HSV235°89.29%10.98%
CMYK89.29%82.14%0.00%
89.02%

Color #03051C in popluar number systems.

HEX03051C
Decimal3528
Binary1110111100
Octal3534

Shades and tints

Shades of #03051C

#03051C
(3,5,28)
#03051A
(3,5,26)
#030518
(3,5,24)
#030516
(3,5,22)
#030514
(3,5,20)
#030512
(3,5,18)
#030510
(3,5,16)
#03050E
(3,5,14)
#03050C
(3,5,12)
#03050A
(3,5,10)
#030508
(3,5,8)
#000000
(0,0,0)

Tints of #03051C

#03051C
(3,5,28)
#191B30
(25,27,48)
#2F3144
(47,49,68)
#454758
(69,71,88)
#5B5D6C
(91,93,108)
#717380
(113,115,128)
#878994
(135,137,148)
#9D9FA8
(157,159,168)
#B3B5BC
(179,181,188)
#C9CBD0
(201,203,208)
#DFE1E4
(223,225,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #03051C color. Also use rgb(3,5,28) instead hex code.

Text Font Color

.myTextColor { color: #03051C; }

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

This text font color is #03051C.


Background Color

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

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

This div background color is #03051C.


Border color

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

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

This div border color is #03051C.


Opacity

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

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

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

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

This text has shadow with #03051C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #03051C on black background.


Color preview on white background

This text has color #03051C on white background.



Black color preview on #03051C background

This text has black color on #03051C background.


White color preview on #03051C background

This text has white color on #03051C background.