COLOR #081E21

HEX: #081E21
RGB: (8,30,33)

Color info

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

RGB color model

#081E21 color RGB value is (8,30,33).

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

RGB channels and saturation

R 8 of 255 = 3%
G 30 of 255 = 12%
B 33 of 255 = 13%

8
30
33

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

Portions of RGB colors in percentages

R + G + B =
8 + 30 + 33 = 71 (100%)
R 8 of 71 ~ 11.27%
G 30 of 71 ~ 42.25%
B 33 of 71 ~ 46.48%

%11.27
%42.25
%46.48

CMYK color model

#081E21 color CMYK value is (76,9,0,87).

  • cyan value is 75.76%
  • magenta value is 9.09%
  • yellow value is 0.00%
  • key color value is 87.06%
CMYK:
(76,9,0,87)
C76M9Y0K87 
(76%,9%,0%,87%)
(0.76/0.09/0.00/0.87)	

CMYK percentages

%75.76
%9.09
%0
%87.06

Codes

Color #081E21 in popluar color models

081E21
RGB83033
HSL187°60.98%8.04%
HSB/HSV187°75.76%12.94%
CMYK75.76%9.09%0.00%
87.06%

Color #081E21 in popluar number systems.

HEX081E21
Decimal83033
Binary100011110100001
Octal103641

Shades and tints

Shades of #081E21

#081E21
(8,30,33)
#081C1E
(8,28,30)
#081A1B
(8,26,27)
#081818
(8,24,24)
#081615
(8,22,21)
#081412
(8,20,18)
#08120F
(8,18,15)
#08100C
(8,16,12)
#080E09
(8,14,9)
#080C06
(8,12,6)
#080A03
(8,10,3)
#000000
(0,0,0)

Tints of #081E21

#081E21
(8,30,33)
#1E3235
(30,50,53)
#344649
(52,70,73)
#4A5A5D
(74,90,93)
#606E71
(96,110,113)
#768285
(118,130,133)
#8C9699
(140,150,153)
#A2AAAD
(162,170,173)
#B8BEC1
(184,190,193)
#CED2D5
(206,210,213)
#E4E6E9
(228,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #081E21; }

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

This text font color is #081E21.


Background Color

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

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

This div background color is #081E21.


Border color

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

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

This div border color is #081E21.


Opacity

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

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

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

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

This text has shadow with #081E21 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #081E21 on black background.


Color preview on white background

This text has color #081E21 on white background.



Black color preview on #081E21 background

This text has black color on #081E21 background.


White color preview on #081E21 background

This text has white color on #081E21 background.