COLOR #040129

HEX: #040129 RGB: (4,1,41)

Color info

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

RGB color model

#040129 color RGB value is (4,1,41).

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

RGB channels and saturation

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

4
1
41

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

Portions of RGB colors in percentages

R + G + B = 4 + 1 + 41 = 46 (100%)
R 4 of 46 ~ 8.7%
G 1 of 46 ~ 2.17%
B 41 of 46 ~ 89.13'%

%89.13

CMYK color model

#040129 color CMYK value is (90,98,0,84).

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

CMYK: (90,98,0,84)
C90M98Y0K84 (90%, 98%, 0%, 84%)
(0.90 / 0.98 / 0.00 / 0.84)

CMYK percentages

%90.24
%97.56
%0
%83.92

Codes

Color #040129 in popluar color models

04 01 29
RGB 4 1 41
HSL 245° 95.24% 8.24%
HSB/HSV 245° 97.56% 16.08%
CMYK 90.24% 97.56% 0.00%
83.92%

Color #040129 in popluar number systems.

HEX 04 01 29
Decimal 4 1 41
Binary 100 1 101001
Octal 4 1 51

Shades and tints

Shades of #040129

#040129
(4,1,41)
#040126
(4,1,38)
#040123
(4,1,35)
#040120
(4,1,32)
#04011D
(4,1,29)
#04011A
(4,1,26)
#040117
(4,1,23)
#040114
(4,1,20)
#040111
(4,1,17)
#04010E
(4,1,14)
#04010B
(4,1,11)
#000000
(0,0,0)

Tints of #040129

#040129
(4,1,41)
#1A183C
(26,24,60)
#302F4F
(48,47,79)
#464662
(70,70,98)
#5C5D75
(92,93,117)
#727488
(114,116,136)
#888B9B
(136,139,155)
#9EA2AE
(158,162,174)
#B4B9C1
(180,185,193)
#CAD0D4
(202,208,212)
#E0E7E7
(224,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #040129; }

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

This text font color is #040129.

Background Color

.myBgColor { background-color: #040129; }

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

This div background color is #040129.

Border color

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

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

This div border color is #040129.

Opacity

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

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

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

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

This text has shadow with #040129 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #040129.

Preview

Color preview on black background

This text has color #040129 on black background.


Color preview on white background

This text has color #040129 on white background.


Black color preview on #040129 background

This text has black color on #040129 background.


White color preview on #040129 background

This text has white color on #040129 background.


Related colors

Complementary color

Complementary color for #hex is #FBFED6.


I love getcolorcode.com

Triadic colors

1 #290401 and #012904 with #040129 are triadic colors.

2 #290104 and #010429 with #040129 are triadic colors.