COLOR #030D33

HEX: #030D33
RGB: (3,13,51)

Color info

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

RGB color model

#030D33 color RGB value is (3,13,51).

  • red value is 3;
  • green value is 13;
  • blue value is 51.
RGB:
(3,13,51)
(1%,5%,20%)

RGB channels and saturation

R 3 of 255 = 1%
G 13 of 255 = 5%
B 51 of 255 = 20%

3
13
51

R + G + B ~ 9%. #030D33 is dark color.

Portions of RGB colors in percentages

R + G + B =
3 + 13 + 51 = 67 (100%)
R 3 of 67 ~ 4.48%
G 13 of 67 ~ 19.4%
B 51 of 67 ~ 76.12%

%19.4
%76.12

CMYK color model

#030D33 color CMYK value is (94,75,0,80).

  • cyan value is 94.12%
  • magenta value is 74.51%
  • yellow value is 0.00%
  • key color value is 80.00%
CMYK:
(94,75,0,80)
C94M75Y0K80 
(94%,75%,0%,80%)
(0.94/0.75/0.00/0.80)	

CMYK percentages

%94.12
%74.51
%0
%80

Codes

Color #030D33 in popluar color models

030D33
RGB31351
HSL228°88.89%10.59%
HSB/HSV228°94.12%20.00%
CMYK94.12%74.51%0.00%
80.00%

Color #030D33 in popluar number systems.

HEX030D33
Decimal31351
Binary111101110011
Octal31563

Shades and tints

Shades of #030D33

#030D33
(3,13,51)
#030C2F
(3,12,47)
#030B2B
(3,11,43)
#030A27
(3,10,39)
#030923
(3,9,35)
#03081F
(3,8,31)
#03071B
(3,7,27)
#030617
(3,6,23)
#030513
(3,5,19)
#03040F
(3,4,15)
#03030B
(3,3,11)
#000000
(0,0,0)

Tints of #030D33

#030D33
(3,13,51)
#192345
(25,35,69)
#2F3957
(47,57,87)
#454F69
(69,79,105)
#5B657B
(91,101,123)
#717B8D
(113,123,141)
#87919F
(135,145,159)
#9DA7B1
(157,167,177)
#B3BDC3
(179,189,195)
#C9D3D5
(201,211,213)
#DFE9E7
(223,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #030D33 color. Also use rgb(3,13,51) instead hex code.

Text Font Color

.myTextColor { color: #030D33; }

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

This text font color is #030D33.


Background Color

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

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

This div background color is #030D33.


Border color

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

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

This div border color is #030D33.


Opacity

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

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

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

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

This text has shadow with #030D33 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #030D33 on black background.


Color preview on white background

This text has color #030D33 on white background.



Black color preview on #030D33 background

This text has black color on #030D33 background.


White color preview on #030D33 background

This text has white color on #030D33 background.