COLOR #00805E

HEX: #00805E
RGB: (0,128,94)

Color info

#00805E contains only green and blue colors. Web safe color of #00805E is #006666 (or #066).

RGB color model

#00805E color RGB value is (0,128,94).

  • red value is 0;
  • green value is 128;
  • blue value is 94.
RGB:
(0,128,94)
(0%,50%,37%)

RGB channels and saturation

R 0 of 255 = 0%
G 128 of 255 = 50%
B 94 of 255 = 37%

0
128
94

R + G + B ~ 29%. #00805E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 128 + 94 = 222 (100%)
R 0 of 222 ~ 0%
G 128 of 222 ~ 57.66%
B 94 of 222 ~ 42.34%

%57.66
%42.34

CMYK color model

#00805E color CMYK value is (100,0,27,50).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 26.56%
  • key color value is 49.80%
CMYK:
(100,0,27,50)
C100M0Y27K50 
(100%,0%,27%,50%)
(1.00/0.00/0.27/0.50)	

CMYK percentages

%100
%0
%26.56
%49.8

Codes

Color #00805E in popluar color models

00805E
RGB012894
HSL164°100.00%25.10%
HSB/HSV164°100.00%50.20%
CMYK100.00%0.00%26.56%
49.80%

Color #00805E in popluar number systems.

HEX00805E
Decimal012894
Binary0100000001011110
Octal0200136

Shades and tints

Shades of #00805E

#00805E
(0,128,94)
#007556
(0,117,86)
#006A4E
(0,106,78)
#005F46
(0,95,70)
#00543E
(0,84,62)
#004936
(0,73,54)
#003E2E
(0,62,46)
#003326
(0,51,38)
#00281E
(0,40,30)
#001D16
(0,29,22)
#00120E
(0,18,14)
#000000
(0,0,0)

Tints of #00805E

#00805E
(0,128,94)
#178B6C
(23,139,108)
#2E967A
(46,150,122)
#45A188
(69,161,136)
#5CAC96
(92,172,150)
#73B7A4
(115,183,164)
#8AC2B2
(138,194,178)
#A1CDC0
(161,205,192)
#B8D8CE
(184,216,206)
#CFE3DC
(207,227,220)
#E6EEEA
(230,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00805E color. Also use rgb(0,128,94) instead hex code.

Text Font Color

.myTextColor { color: #00805E; }

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

This text font color is #00805E.


Background Color

.myBgColor { background-color: #00805E; }

<div style="background-color:#00805E">Inner text</div>

This div background color is #00805E.


Border color

.myBorderColor { border: 1px solid #00805E; }

<div style="border:3px solid #00805E">Div</div>

This div border color is #00805E.


Opacity

.myOpacity80 { color: #00805E; opacity: 0.8; }

<p style="color:#00805E;opacity:0.8;">80%</p>

Text with #00805E 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 #00805E;}

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

This text has shadow with #00805E color.

.textShadow {text-shadow: 3px 3px 1px #00805E, 3px 3px 1px red;}

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

This text has shadow with #00805E primary color and red secondary color.


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

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

This text has shadow with #00805E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00805E on black background.


Color preview on white background

This text has color #00805E on white background.



Black color preview on #00805E background

This text has black color on #00805E background.


White color preview on #00805E background

This text has white color on #00805E background.