COLOR #080429

HEX: #080429
RGB: (8,4,41)

Color info

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

RGB color model

#080429 color RGB value is (8,4,41).

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

RGB channels and saturation

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

8
4
41

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

Portions of RGB colors in percentages

R + G + B =
8 + 4 + 41 = 53 (100%)
R 8 of 53 ~ 15.09%
G 4 of 53 ~ 7.55%
B 41 of 53 ~ 77.36%

%15.09
%77.36

CMYK color model

#080429 color CMYK value is (80,90,0,84).

  • cyan value is 80.49%
  • magenta value is 90.24%
  • yellow value is 0.00%
  • key color value is 83.92%
CMYK:
(80,90,0,84)
C80M90Y0K84 
(80%,90%,0%,84%)
(0.80/0.90/0.00/0.84)	

CMYK percentages

%80.49
%90.24
%0
%83.92

Codes

Color #080429 in popluar color models

080429
RGB8441
HSL246°82.22%8.82%
HSB/HSV246°90.24%16.08%
CMYK80.49%90.24%0.00%
83.92%

Color #080429 in popluar number systems.

HEX080429
Decimal8441
Binary1000100101001
Octal10451

Shades and tints

Shades of #080429

#080429
(8,4,41)
#080426
(8,4,38)
#080423
(8,4,35)
#080420
(8,4,32)
#08041D
(8,4,29)
#08041A
(8,4,26)
#080417
(8,4,23)
#080414
(8,4,20)
#080411
(8,4,17)
#08040E
(8,4,14)
#08040B
(8,4,11)
#000000
(0,0,0)

Tints of #080429

#080429
(8,4,41)
#1E1A3C
(30,26,60)
#34304F
(52,48,79)
#4A4662
(74,70,98)
#605C75
(96,92,117)
#767288
(118,114,136)
#8C889B
(140,136,155)
#A29EAE
(162,158,174)
#B8B4C1
(184,180,193)
#CECAD4
(206,202,212)
#E4E0E7
(228,224,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #080429; }

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

This text font color is #080429.


Background Color

.myBgColor { background-color: #080429; }

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

This div background color is #080429.


Border color

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

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

This div border color is #080429.


Opacity

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

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

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

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

This text has shadow with #080429 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #080429 on black background.


Color preview on white background

This text has color #080429 on white background.



Black color preview on #080429 background

This text has black color on #080429 background.


White color preview on #080429 background

This text has white color on #080429 background.