COLOR #080C20

HEX: #080C20
RGB: (8,12,32)

Color info

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

RGB color model

#080C20 color RGB value is (8,12,32).

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

RGB channels and saturation

R 8 of 255 = 3%
G 12 of 255 = 5%
B 32 of 255 = 13%

8
12
32

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

Portions of RGB colors in percentages

R + G + B =
8 + 12 + 32 = 52 (100%)
R 8 of 52 ~ 15.38%
G 12 of 52 ~ 23.08%
B 32 of 52 ~ 61.54%

%15.38
%23.08
%61.54

CMYK color model

#080C20 color CMYK value is (75,63,0,87).

  • cyan value is 75.00%
  • magenta value is 62.50%
  • yellow value is 0.00%
  • key color value is 87.45%
CMYK:
(75,63,0,87)
C75M63Y0K87 
(75%,63%,0%,87%)
(0.75/0.63/0.00/0.87)	

CMYK percentages

%75
%62.5
%0
%87.45

Codes

Color #080C20 in popluar color models

080C20
RGB81232
HSL230°60.00%7.84%
HSB/HSV230°75.00%12.55%
CMYK75.00%62.50%0.00%
87.45%

Color #080C20 in popluar number systems.

HEX080C20
Decimal81232
Binary10001100100000
Octal101440

Shades and tints

Shades of #080C20

#080C20
(8,12,32)
#080B1E
(8,11,30)
#080A1C
(8,10,28)
#08091A
(8,9,26)
#080818
(8,8,24)
#080716
(8,7,22)
#080614
(8,6,20)
#080512
(8,5,18)
#080410
(8,4,16)
#08030E
(8,3,14)
#08020C
(8,2,12)
#000000
(0,0,0)

Tints of #080C20

#080C20
(8,12,32)
#1E2234
(30,34,52)
#343848
(52,56,72)
#4A4E5C
(74,78,92)
#606470
(96,100,112)
#767A84
(118,122,132)
#8C9098
(140,144,152)
#A2A6AC
(162,166,172)
#B8BCC0
(184,188,192)
#CED2D4
(206,210,212)
#E4E8E8
(228,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #080C20 color. Also use rgb(8,12,32) instead hex code.

Text Font Color

.myTextColor { color: #080C20; }

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

This text font color is #080C20.


Background Color

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

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

This div background color is #080C20.


Border color

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

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

This div border color is #080C20.


Opacity

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

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

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

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

This text has shadow with #080C20 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #080C20 on black background.


Color preview on white background

This text has color #080C20 on white background.



Black color preview on #080C20 background

This text has black color on #080C20 background.


White color preview on #080C20 background

This text has white color on #080C20 background.