COLOR #030C28

HEX: #030C28
RGB: (3,12,40)

Color info

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

RGB color model

#030C28 color RGB value is (3,12,40).

  • red value is 3;
  • green value is 12;
  • blue value is 40.
RGB:
(3,12,40)
(1%,5%,16%)

RGB channels and saturation

R 3 of 255 = 1%
G 12 of 255 = 5%
B 40 of 255 = 16%

3
12
40

R + G + B ~ 7%. #030C28 is dark color.

Portions of RGB colors in percentages

R + G + B =
3 + 12 + 40 = 55 (100%)
R 3 of 55 ~ 5.45%
G 12 of 55 ~ 21.82%
B 40 of 55 ~ 72.73%

%21.82
%72.73

CMYK color model

#030C28 color CMYK value is (93,70,0,84).

  • cyan value is 92.50%
  • magenta value is 70.00%
  • yellow value is 0.00%
  • key color value is 84.31%
CMYK:
(93,70,0,84)
C93M70Y0K84 
(93%,70%,0%,84%)
(0.93/0.70/0.00/0.84)	

CMYK percentages

%92.5
%70
%0
%84.31

Codes

Color #030C28 in popluar color models

030C28
RGB31240
HSL225°86.05%8.43%
HSB/HSV225°92.50%15.69%
CMYK92.50%70.00%0.00%
84.31%

Color #030C28 in popluar number systems.

HEX030C28
Decimal31240
Binary111100101000
Octal31450

Shades and tints

Shades of #030C28

#030C28
(3,12,40)
#030B25
(3,11,37)
#030A22
(3,10,34)
#03091F
(3,9,31)
#03081C
(3,8,28)
#030719
(3,7,25)
#030616
(3,6,22)
#030513
(3,5,19)
#030410
(3,4,16)
#03030D
(3,3,13)
#03020A
(3,2,10)
#000000
(0,0,0)

Tints of #030C28

#030C28
(3,12,40)
#19223B
(25,34,59)
#2F384E
(47,56,78)
#454E61
(69,78,97)
#5B6474
(91,100,116)
#717A87
(113,122,135)
#87909A
(135,144,154)
#9DA6AD
(157,166,173)
#B3BCC0
(179,188,192)
#C9D2D3
(201,210,211)
#DFE8E6
(223,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #030C28 color. Also use rgb(3,12,40) instead hex code.

Text Font Color

.myTextColor { color: #030C28; }

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

This text font color is #030C28.


Background Color

.myBgColor { background-color: #030C28; }

<div style="background-color:#030C28">Inner text</div>

This div background color is #030C28.


Border color

.myBorderColor { border: 1px solid #030C28; }

<div style="border:3px solid #030C28">Div</div>

This div border color is #030C28.


Opacity

.myOpacity80 { color: #030C28; opacity: 0.8; }

<p style="color:#030C28;opacity:0.8;">80%</p>

Text with #030C28 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 #030C28;}

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

This text has shadow with #030C28 color.

.textShadow {text-shadow: 3px 3px 1px #030C28, 3px 3px 1px red;}

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

This text has shadow with #030C28 primary color and red secondary color.


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

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

This text has shadow with #030C28 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #030C28 on black background.


Color preview on white background

This text has color #030C28 on white background.



Black color preview on #030C28 background

This text has black color on #030C28 background.


White color preview on #030C28 background

This text has white color on #030C28 background.