COLOR #030B29

HEX: #030B29
RGB: (3,11,41)

Color info

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

RGB color model

#030B29 color RGB value is (3,11,41).

  • red value is 3;
  • green value is 11;
  • blue value is 41.
RGB:
(3,11,41)
(1%,4%,16%)

RGB channels and saturation

R 3 of 255 = 1%
G 11 of 255 = 4%
B 41 of 255 = 16%

3
11
41

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

Portions of RGB colors in percentages

R + G + B =
3 + 11 + 41 = 55 (100%)
R 3 of 55 ~ 5.45%
G 11 of 55 ~ 20%
B 41 of 55 ~ 74.55%

%20
%74.55

CMYK color model

#030B29 color CMYK value is (93,73,0,84).

  • cyan value is 92.68%
  • magenta value is 73.17%
  • yellow value is 0.00%
  • key color value is 83.92%
CMYK:
(93,73,0,84)
C93M73Y0K84 
(93%,73%,0%,84%)
(0.93/0.73/0.00/0.84)	

CMYK percentages

%92.68
%73.17
%0
%83.92

Codes

Color #030B29 in popluar color models

030B29
RGB31141
HSL227°86.36%8.63%
HSB/HSV227°92.68%16.08%
CMYK92.68%73.17%0.00%
83.92%

Color #030B29 in popluar number systems.

HEX030B29
Decimal31141
Binary111011101001
Octal31351

Shades and tints

Shades of #030B29

#030B29
(3,11,41)
#030A26
(3,10,38)
#030923
(3,9,35)
#030820
(3,8,32)
#03071D
(3,7,29)
#03061A
(3,6,26)
#030517
(3,5,23)
#030414
(3,4,20)
#030311
(3,3,17)
#03020E
(3,2,14)
#03010B
(3,1,11)
#000000
(0,0,0)

Tints of #030B29

#030B29
(3,11,41)
#19213C
(25,33,60)
#2F374F
(47,55,79)
#454D62
(69,77,98)
#5B6375
(91,99,117)
#717988
(113,121,136)
#878F9B
(135,143,155)
#9DA5AE
(157,165,174)
#B3BBC1
(179,187,193)
#C9D1D4
(201,209,212)
#DFE7E7
(223,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #030B29 color. Also use rgb(3,11,41) instead hex code.

Text Font Color

.myTextColor { color: #030B29; }

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

This text font color is #030B29.


Background Color

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

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

This div background color is #030B29.


Border color

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

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

This div border color is #030B29.


Opacity

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

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

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

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

This text has shadow with #030B29 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #030B29 on black background.


Color preview on white background

This text has color #030B29 on white background.



Black color preview on #030B29 background

This text has black color on #030B29 background.


White color preview on #030B29 background

This text has white color on #030B29 background.