COLOR #080D21

HEX: #080D21
RGB: (8,13,33)

Color info

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

RGB color model

#080D21 color RGB value is (8,13,33).

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

RGB channels and saturation

R 8 of 255 = 3%
G 13 of 255 = 5%
B 33 of 255 = 13%

8
13
33

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

Portions of RGB colors in percentages

R + G + B =
8 + 13 + 33 = 54 (100%)
R 8 of 54 ~ 14.81%
G 13 of 54 ~ 24.07%
B 33 of 54 ~ 61.11%

%14.81
%24.07
%61.11

CMYK color model

#080D21 color CMYK value is (76,61,0,87).

  • cyan value is 75.76%
  • magenta value is 60.61%
  • yellow value is 0.00%
  • key color value is 87.06%
CMYK:
(76,61,0,87)
C76M61Y0K87 
(76%,61%,0%,87%)
(0.76/0.61/0.00/0.87)	

CMYK percentages

%75.76
%60.61
%0
%87.06

Codes

Color #080D21 in popluar color models

080D21
RGB81333
HSL228°60.98%8.04%
HSB/HSV228°75.76%12.94%
CMYK75.76%60.61%0.00%
87.06%

Color #080D21 in popluar number systems.

HEX080D21
Decimal81333
Binary10001101100001
Octal101541

Shades and tints

Shades of #080D21

#080D21
(8,13,33)
#080C1E
(8,12,30)
#080B1B
(8,11,27)
#080A18
(8,10,24)
#080915
(8,9,21)
#080812
(8,8,18)
#08070F
(8,7,15)
#08060C
(8,6,12)
#080509
(8,5,9)
#080406
(8,4,6)
#080303
(8,3,3)
#000000
(0,0,0)

Tints of #080D21

#080D21
(8,13,33)
#1E2335
(30,35,53)
#343949
(52,57,73)
#4A4F5D
(74,79,93)
#606571
(96,101,113)
#767B85
(118,123,133)
#8C9199
(140,145,153)
#A2A7AD
(162,167,173)
#B8BDC1
(184,189,193)
#CED3D5
(206,211,213)
#E4E9E9
(228,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #080D21; }

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

This text font color is #080D21.


Background Color

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

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

This div background color is #080D21.


Border color

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

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

This div border color is #080D21.


Opacity

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

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

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

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

This text has shadow with #080D21 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #080D21 on black background.


Color preview on white background

This text has color #080D21 on white background.



Black color preview on #080D21 background

This text has black color on #080D21 background.


White color preview on #080D21 background

This text has white color on #080D21 background.