COLOR #080329

HEX: #080329
RGB: (8,3,41)

Color info

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

RGB color model

#080329 color RGB value is (8,3,41).

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

RGB channels and saturation

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

8
3
41

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

Portions of RGB colors in percentages

R + G + B =
8 + 3 + 41 = 52 (100%)
R 8 of 52 ~ 15.38%
G 3 of 52 ~ 5.77%
B 41 of 52 ~ 78.85%

%15.38
%78.85

CMYK color model

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

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

CMYK percentages

%80.49
%92.68
%0
%83.92

Codes

Color #080329 in popluar color models

080329
RGB8341
HSL248°86.36%8.63%
HSB/HSV248°92.68%16.08%
CMYK80.49%92.68%0.00%
83.92%

Color #080329 in popluar number systems.

HEX080329
Decimal8341
Binary100011101001
Octal10351

Shades and tints

Shades of #080329

#080329
(8,3,41)
#080326
(8,3,38)
#080323
(8,3,35)
#080320
(8,3,32)
#08031D
(8,3,29)
#08031A
(8,3,26)
#080317
(8,3,23)
#080314
(8,3,20)
#080311
(8,3,17)
#08030E
(8,3,14)
#08030B
(8,3,11)
#000000
(0,0,0)

Tints of #080329

#080329
(8,3,41)
#1E193C
(30,25,60)
#342F4F
(52,47,79)
#4A4562
(74,69,98)
#605B75
(96,91,117)
#767188
(118,113,136)
#8C879B
(140,135,155)
#A29DAE
(162,157,174)
#B8B3C1
(184,179,193)
#CEC9D4
(206,201,212)
#E4DFE7
(228,223,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #080329; }

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

This text font color is #080329.


Background Color

.myBgColor { background-color: #080329; }

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

This div background color is #080329.


Border color

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

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

This div border color is #080329.


Opacity

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

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

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

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

This text has shadow with #080329 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #080329 on black background.


Color preview on white background

This text has color #080329 on white background.



Black color preview on #080329 background

This text has black color on #080329 background.


White color preview on #080329 background

This text has white color on #080329 background.