COLOR #080829

HEX: #080829
RGB: (8,8,41)

Color info

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

RGB color model

#080829 color RGB value is (8,8,41).

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

RGB channels and saturation

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

8
8
41

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

Portions of RGB colors in percentages

R + G + B =
8 + 8 + 41 = 57 (100%)
R 8 of 57 ~ 14.04%
G 8 of 57 ~ 14.04%
B 41 of 57 ~ 71.93%

%14.04
%14.04
%71.93

CMYK color model

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

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

CMYK percentages

%80.49
%80.49
%0
%83.92

Codes

Color #080829 in popluar color models

080829
RGB8841
HSL240°67.35%9.61%
HSB/HSV240°80.49%16.08%
CMYK80.49%80.49%0.00%
83.92%

Color #080829 in popluar number systems.

HEX080829
Decimal8841
Binary10001000101001
Octal101051

Shades and tints

Shades of #080829

#080829
(8,8,41)
#080826
(8,8,38)
#080823
(8,8,35)
#080820
(8,8,32)
#08081D
(8,8,29)
#08081A
(8,8,26)
#080817
(8,8,23)
#080814
(8,8,20)
#080811
(8,8,17)
#08080E
(8,8,14)
#08080B
(8,8,11)
#000000
(0,0,0)

Tints of #080829

#080829
(8,8,41)
#1E1E3C
(30,30,60)
#34344F
(52,52,79)
#4A4A62
(74,74,98)
#606075
(96,96,117)
#767688
(118,118,136)
#8C8C9B
(140,140,155)
#A2A2AE
(162,162,174)
#B8B8C1
(184,184,193)
#CECED4
(206,206,212)
#E4E4E7
(228,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #080829; }

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

This text font color is #080829.


Background Color

.myBgColor { background-color: #080829; }

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

This div background color is #080829.


Border color

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

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

This div border color is #080829.


Opacity

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

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

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

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

This text has shadow with #080829 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #080829 on black background.


Color preview on white background

This text has color #080829 on white background.



Black color preview on #080829 background

This text has black color on #080829 background.


White color preview on #080829 background

This text has white color on #080829 background.