COLOR #030429

HEX: #030429 RGB: (3,4,41)

Color info

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

RGB color model

#030429 color RGB value is (3,4,41).

RGB: (3,4,41) (1%, 2%, 16%)

RGB channels and saturation

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

3
4
41

R + G + B ~ 6%. #030429 is dark color.

Portions of RGB colors in percentages

R + G + B = 3 + 4 + 41 = 48 (100%)
R 3 of 48 ~ 6.25%
G 4 of 48 ~ 8.33%
B 41 of 48 ~ 85.42'%

%85.42

CMYK color model

#030429 color CMYK value is (93,90,0,84).

  • cyan value is 92.68%
  • magenta value is 90.24%
  • yellow value is 0.00%
  • key color value is 83.92%

CMYK: (93,90,0,84)
C93M90Y0K84 (93%, 90%, 0%, 84%)
(0.93 / 0.90 / 0.00 / 0.84)

CMYK percentages

%92.68
%90.24
%0
%83.92

Codes

Color #030429 in popluar color models

03 04 29
RGB 3 4 41
HSL 238° 86.36% 8.63%
HSB/HSV 238° 92.68% 16.08%
CMYK 92.68% 90.24% 0.00%
83.92%

Color #030429 in popluar number systems.

HEX 03 04 29
Decimal 3 4 41
Binary 11 100 101001
Octal 3 4 51

Shades and tints

Shades of #030429

#030429
(3,4,41)
#030426
(3,4,38)
#030423
(3,4,35)
#030420
(3,4,32)
#03041D
(3,4,29)
#03041A
(3,4,26)
#030417
(3,4,23)
#030414
(3,4,20)
#030411
(3,4,17)
#03040E
(3,4,14)
#03040B
(3,4,11)
#000000
(0,0,0)

Tints of #030429

#030429
(3,4,41)
#191A3C
(25,26,60)
#2F304F
(47,48,79)
#454662
(69,70,98)
#5B5C75
(91,92,117)
#717288
(113,114,136)
#87889B
(135,136,155)
#9D9EAE
(157,158,174)
#B3B4C1
(179,180,193)
#C9CAD4
(201,202,212)
#DFE0E7
(223,224,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #030429; }

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

This text font color is #030429.

Background Color

.myBgColor { background-color: #030429; }

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

This div background color is #030429.

Border color

.myBorderColor { border: 1px solid #030429; }

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

This div border color is #030429.

Opacity

.myOpacity80 { color: #030429; opacity: 0.8; }

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

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

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

This text has shadow with #030429 color.


.textShadow {text-shadow: 3px 3px 1px #030429', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #030429; -webkit-box-shadow: 1px 1px 3px 2px #030429; box-shadow:1px 1px 3px 2px #030429;">
Div content here
</div>

This div box has shadow with color #030429.

Preview

Color preview on black background

This text has color #030429 on black background.


Color preview on white background

This text has color #030429 on white background.


Black color preview on #030429 background

This text has black color on #030429 background.


White color preview on #030429 background

This text has white color on #030429 background.


Related colors

Complementary color

Complementary color for #hex is #FCFBD6.


I love getcolorcode.com

Triadic colors

1 #290304 and #042903 with #030429 are triadic colors.

2 #290403 and #040329 with #030429 are triadic colors.