COLOR #081C21

HEX: #081C21
RGB: (8,28,33)

Color info

#081C21 contains red, green and blue colors in about the same proportion. Web safe color of #081C21 is #003333 (or #033).

RGB color model

#081C21 color RGB value is (8,28,33).

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

RGB channels and saturation

R 8 of 255 = 3%
G 28 of 255 = 11%
B 33 of 255 = 13%

8
28
33

R + G + B ~ 9%. #081C21 is dark color.

Portions of RGB colors in percentages

R + G + B =
8 + 28 + 33 = 69 (100%)
R 8 of 69 ~ 11.59%
G 28 of 69 ~ 40.58%
B 33 of 69 ~ 47.83%

%11.59
%40.58
%47.83

CMYK color model

#081C21 color CMYK value is (76,15,0,87).

  • cyan value is 75.76%
  • magenta value is 15.15%
  • yellow value is 0.00%
  • key color value is 87.06%
CMYK:
(76,15,0,87)
C76M15Y0K87 
(76%,15%,0%,87%)
(0.76/0.15/0.00/0.87)	

CMYK percentages

%75.76
%15.15
%0
%87.06

Codes

Color #081C21 in popluar color models

081C21
RGB82833
HSL192°60.98%8.04%
HSB/HSV192°75.76%12.94%
CMYK75.76%15.15%0.00%
87.06%

Color #081C21 in popluar number systems.

HEX081C21
Decimal82833
Binary100011100100001
Octal103441

Shades and tints

Shades of #081C21

#081C21
(8,28,33)
#081A1E
(8,26,30)
#08181B
(8,24,27)
#081618
(8,22,24)
#081415
(8,20,21)
#081212
(8,18,18)
#08100F
(8,16,15)
#080E0C
(8,14,12)
#080C09
(8,12,9)
#080A06
(8,10,6)
#080803
(8,8,3)
#000000
(0,0,0)

Tints of #081C21

#081C21
(8,28,33)
#1E3035
(30,48,53)
#344449
(52,68,73)
#4A585D
(74,88,93)
#606C71
(96,108,113)
#768085
(118,128,133)
#8C9499
(140,148,153)
#A2A8AD
(162,168,173)
#B8BCC1
(184,188,193)
#CED0D5
(206,208,213)
#E4E4E9
(228,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #081C21 color. Also use rgb(8,28,33) instead hex code.

Text Font Color

.myTextColor { color: #081C21; }

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

This text font color is #081C21.


Background Color

.myBgColor { background-color: #081C21; }

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

This div background color is #081C21.


Border color

.myBorderColor { border: 1px solid #081C21; }

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

This div border color is #081C21.


Opacity

.myOpacity80 { color: #081C21; opacity: 0.8; }

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

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

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

This text has shadow with #081C21 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #081C21 on black background.


Color preview on white background

This text has color #081C21 on white background.



Black color preview on #081C21 background

This text has black color on #081C21 background.


White color preview on #081C21 background

This text has white color on #081C21 background.