COLOR #080729

HEX: #080729
RGB: (8,7,41)

Color info

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

RGB color model

#080729 color RGB value is (8,7,41).

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

RGB channels and saturation

R 8 of 255 = 3%
G 7 of 255 = 3%
B 41 of 255 = 16%

8
7
41

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

Portions of RGB colors in percentages

R + G + B =
8 + 7 + 41 = 56 (100%)
R 8 of 56 ~ 14.29%
G 7 of 56 ~ 12.5%
B 41 of 56 ~ 73.21%

%14.29
%12.5
%73.21

CMYK color model

#080729 color CMYK value is (80,83,0,84).

  • cyan value is 80.49%
  • magenta value is 82.93%
  • yellow value is 0.00%
  • key color value is 83.92%
CMYK:
(80,83,0,84)
C80M83Y0K84 
(80%,83%,0%,84%)
(0.80/0.83/0.00/0.84)	

CMYK percentages

%80.49
%82.93
%0
%83.92

Codes

Color #080729 in popluar color models

080729
RGB8741
HSL242°70.83%9.41%
HSB/HSV242°82.93%16.08%
CMYK80.49%82.93%0.00%
83.92%

Color #080729 in popluar number systems.

HEX080729
Decimal8741
Binary1000111101001
Octal10751

Shades and tints

Shades of #080729

#080729
(8,7,41)
#080726
(8,7,38)
#080723
(8,7,35)
#080720
(8,7,32)
#08071D
(8,7,29)
#08071A
(8,7,26)
#080717
(8,7,23)
#080714
(8,7,20)
#080711
(8,7,17)
#08070E
(8,7,14)
#08070B
(8,7,11)
#000000
(0,0,0)

Tints of #080729

#080729
(8,7,41)
#1E1D3C
(30,29,60)
#34334F
(52,51,79)
#4A4962
(74,73,98)
#605F75
(96,95,117)
#767588
(118,117,136)
#8C8B9B
(140,139,155)
#A2A1AE
(162,161,174)
#B8B7C1
(184,183,193)
#CECDD4
(206,205,212)
#E4E3E7
(228,227,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #080729; }

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

This text font color is #080729.


Background Color

.myBgColor { background-color: #080729; }

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

This div background color is #080729.


Border color

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

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

This div border color is #080729.


Opacity

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

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

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

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

This text has shadow with #080729 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #080729 on black background.


Color preview on white background

This text has color #080729 on white background.



Black color preview on #080729 background

This text has black color on #080729 background.


White color preview on #080729 background

This text has white color on #080729 background.