COLOR #080D33

HEX: #080D33
RGB: (8,13,51)

Color info

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

RGB color model

#080D33 color RGB value is (8,13,51).

  • red value is 8;
  • green value is 13;
  • blue value is 51.
RGB:
(8,13,51)
(3%,5%,20%)

RGB channels and saturation

R 8 of 255 = 3%
G 13 of 255 = 5%
B 51 of 255 = 20%

8
13
51

R + G + B ~ 9%. #080D33 is dark color.

Portions of RGB colors in percentages

R + G + B =
8 + 13 + 51 = 72 (100%)
R 8 of 72 ~ 11.11%
G 13 of 72 ~ 18.06%
B 51 of 72 ~ 70.83%

%11.11
%18.06
%70.83

CMYK color model

#080D33 color CMYK value is (84,75,0,80).

  • cyan value is 84.31%
  • magenta value is 74.51%
  • yellow value is 0.00%
  • key color value is 80.00%
CMYK:
(84,75,0,80)
C84M75Y0K80 
(84%,75%,0%,80%)
(0.84/0.75/0.00/0.80)	

CMYK percentages

%84.31
%74.51
%0
%80

Codes

Color #080D33 in popluar color models

080D33
RGB81351
HSL233°72.88%11.57%
HSB/HSV233°84.31%20.00%
CMYK84.31%74.51%0.00%
80.00%

Color #080D33 in popluar number systems.

HEX080D33
Decimal81351
Binary10001101110011
Octal101563

Shades and tints

Shades of #080D33

#080D33
(8,13,51)
#080C2F
(8,12,47)
#080B2B
(8,11,43)
#080A27
(8,10,39)
#080923
(8,9,35)
#08081F
(8,8,31)
#08071B
(8,7,27)
#080617
(8,6,23)
#080513
(8,5,19)
#08040F
(8,4,15)
#08030B
(8,3,11)
#000000
(0,0,0)

Tints of #080D33

#080D33
(8,13,51)
#1E2345
(30,35,69)
#343957
(52,57,87)
#4A4F69
(74,79,105)
#60657B
(96,101,123)
#767B8D
(118,123,141)
#8C919F
(140,145,159)
#A2A7B1
(162,167,177)
#B8BDC3
(184,189,195)
#CED3D5
(206,211,213)
#E4E9E7
(228,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #080D33 color. Also use rgb(8,13,51) instead hex code.

Text Font Color

.myTextColor { color: #080D33; }

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

This text font color is #080D33.


Background Color

.myBgColor { background-color: #080D33; }

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

This div background color is #080D33.


Border color

.myBorderColor { border: 1px solid #080D33; }

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

This div border color is #080D33.


Opacity

.myOpacity80 { color: #080D33; opacity: 0.8; }

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

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

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

This text has shadow with #080D33 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #080D33 on black background.


Color preview on white background

This text has color #080D33 on white background.



Black color preview on #080D33 background

This text has black color on #080D33 background.


White color preview on #080D33 background

This text has white color on #080D33 background.