COLOR #00807D

HEX: #00807D
RGB: (0,128,125)

Color info

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

RGB color model

#00807D color RGB value is (0,128,125).

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

RGB channels and saturation

R 0 of 255 = 0%
G 128 of 255 = 50%
B 125 of 255 = 49%

0
128
125

R + G + B ~ 33%. #00807D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 128 + 125 = 253 (100%)
R 0 of 253 ~ 0%
G 128 of 253 ~ 50.59%
B 125 of 253 ~ 49.41%

%50.59
%49.41

CMYK color model

#00807D color CMYK value is (100,0,2,50).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 2.34%
  • key color value is 49.80%
CMYK:
(100,0,2,50)
C100M0Y2K50 
(100%,0%,2%,50%)
(1.00/0.00/0.02/0.50)	

CMYK percentages

%100
%0
%2.34
%49.8

Codes

Color #00807D in popluar color models

00807D
RGB0128125
HSL179°100.00%25.10%
HSB/HSV179°100.00%50.20%
CMYK100.00%0.00%2.34%
49.80%

Color #00807D in popluar number systems.

HEX00807D
Decimal0128125
Binary0100000001111101
Octal0200175

Shades and tints

Shades of #00807D

#00807D
(0,128,125)
#007572
(0,117,114)
#006A67
(0,106,103)
#005F5C
(0,95,92)
#005451
(0,84,81)
#004946
(0,73,70)
#003E3B
(0,62,59)
#003330
(0,51,48)
#002825
(0,40,37)
#001D1A
(0,29,26)
#00120F
(0,18,15)
#000000
(0,0,0)

Tints of #00807D

#00807D
(0,128,125)
#178B88
(23,139,136)
#2E9693
(46,150,147)
#45A19E
(69,161,158)
#5CACA9
(92,172,169)
#73B7B4
(115,183,180)
#8AC2BF
(138,194,191)
#A1CDCA
(161,205,202)
#B8D8D5
(184,216,213)
#CFE3E0
(207,227,224)
#E6EEEB
(230,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00807D color. Also use rgb(0,128,125) instead hex code.

Text Font Color

.myTextColor { color: #00807D; }

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

This text font color is #00807D.


Background Color

.myBgColor { background-color: #00807D; }

<div style="background-color:#00807D">Inner text</div>

This div background color is #00807D.


Border color

.myBorderColor { border: 1px solid #00807D; }

<div style="border:3px solid #00807D">Div</div>

This div border color is #00807D.


Opacity

.myOpacity80 { color: #00807D; opacity: 0.8; }

<p style="color:#00807D;opacity:0.8;">80%</p>

Text with #00807D 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 #00807D;}

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

This text has shadow with #00807D color.

.textShadow {text-shadow: 3px 3px 1px #00807D, 3px 3px 1px red;}

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

This text has shadow with #00807D primary color and red secondary color.


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

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

This text has shadow with #00807D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00807D on black background.


Color preview on white background

This text has color #00807D on white background.



Black color preview on #00807D background

This text has black color on #00807D background.


White color preview on #00807D background

This text has white color on #00807D background.