COLOR #00804E

HEX: #00804E RGB: (0,128,78)

Color info

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

RGB color model

#00804E color RGB value is (0,128,78).

RGB: (0,128,78) (0%, 50%, 31%)

RGB channels and saturation

R 0 of 255 = 0%
G 128 of 255 = 50%
B 78 of 255 = 31%

0
128
78

R + G + B ~ 27%. #00804E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 0 + 128 + 78 = 206 (100%)
R 0 of 206 ~ 0%
G 128 of 206 ~ 62.14%
B 78 of 206 ~ 37.86'%

%62.14
%37.86

CMYK color model

#00804E color CMYK value is (100,0,39,50).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 39.06%
  • key color value is 49.80%

CMYK: (100,0,39,50)
C100M0Y39K50 (100%, 0%, 39%, 50%)
(1.00 / 0.00 / 0.39 / 0.50)

CMYK percentages

%100
%0
%39.06
%49.8

Codes

Color #00804E in popluar color models

00 80 4E
RGB 0 128 78
HSL 157° 100.00% 25.10%
HSB/HSV 157° 100.00% 50.20%
CMYK 100.00% 0.00% 39.06%
49.80%

Color #00804E in popluar number systems.

HEX 00 80 4E
Decimal 0 128 78
Binary 0 10000000 1001110
Octal 0 200 116

Shades and tints

Shades of #00804E

#00804E
(0,128,78)
#007547
(0,117,71)
#006A40
(0,106,64)
#005F39
(0,95,57)
#005432
(0,84,50)
#00492B
(0,73,43)
#003E24
(0,62,36)
#00331D
(0,51,29)
#002816
(0,40,22)
#001D0F
(0,29,15)
#001208
(0,18,8)
#000000
(0,0,0)

Tints of #00804E

#00804E
(0,128,78)
#178B5E
(23,139,94)
#2E966E
(46,150,110)
#45A17E
(69,161,126)
#5CAC8E
(92,172,142)
#73B79E
(115,183,158)
#8AC2AE
(138,194,174)
#A1CDBE
(161,205,190)
#B8D8CE
(184,216,206)
#CFE3DE
(207,227,222)
#E6EEEE
(230,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #00804E; }

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

This text font color is #00804E.

Background Color

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

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

This div background color is #00804E.

Border color

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

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

This div border color is #00804E.

Opacity

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

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

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

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

This text has shadow with #00804E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #00804E.

Preview

Color preview on black background

This text has color #00804E on black background.


Color preview on white background

This text has color #00804E on white background.


Black color preview on #00804E background

This text has black color on #00804E background.


White color preview on #00804E background

This text has white color on #00804E background.


Related colors

Complementary color

Complementary color for #hex is #FF7FB1.


I love getcolorcode.com

Triadic colors

1 #4E0080 and #804E00 with #00804E are triadic colors.

2 #4E8000 and #80004E with #00804E are triadic colors.