COLOR #007F7F

HEX: #007F7F
RGB: (0,127,127)

Color info

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

RGB color model

#007F7F color RGB value is (0,127,127).

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

RGB channels and saturation

R 0 of 255 = 0%
G 127 of 255 = 50%
B 127 of 255 = 50%

0
127
127

R + G + B ~ 33%. #007F7F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 127 + 127 = 254 (100%)
R 0 of 254 ~ 0%
G 127 of 254 ~ 50%
B 127 of 254 ~ 50%

%50
%50

CMYK color model

#007F7F color CMYK value is (100,0,0,50).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(100,0,0,50)
C100M0Y0K50 
(100%,0%,0%,50%)
(1.00/0.00/0.00/0.50)	

CMYK percentages

%100
%0
%0
%50.2

Codes

Color #007F7F in popluar color models

007F7F
RGB0127127
HSL180°100.00%24.90%
HSB/HSV180°100.00%49.80%
CMYK100.00%0.00%0.00%
50.20%

Color #007F7F in popluar number systems.

HEX007F7F
Decimal0127127
Binary011111111111111
Octal0177177

Shades and tints

Shades of #007F7F

#007F7F
(0,127,127)
#007474
(0,116,116)
#006969
(0,105,105)
#005E5E
(0,94,94)
#005353
(0,83,83)
#004848
(0,72,72)
#003D3D
(0,61,61)
#003232
(0,50,50)
#002727
(0,39,39)
#001C1C
(0,28,28)
#001111
(0,17,17)
#000000
(0,0,0)

Tints of #007F7F

#007F7F
(0,127,127)
#178A8A
(23,138,138)
#2E9595
(46,149,149)
#45A0A0
(69,160,160)
#5CABAB
(92,171,171)
#73B6B6
(115,182,182)
#8AC1C1
(138,193,193)
#A1CCCC
(161,204,204)
#B8D7D7
(184,215,215)
#CFE2E2
(207,226,226)
#E6EDED
(230,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #007F7F color. Also use rgb(0,127,127) instead hex code.

Text Font Color

.myTextColor { color: #007F7F; }

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

This text font color is #007F7F.


Background Color

.myBgColor { background-color: #007F7F; }

<div style="background-color:#007F7F">Inner text</div>

This div background color is #007F7F.


Border color

.myBorderColor { border: 1px solid #007F7F; }

<div style="border:3px solid #007F7F">Div</div>

This div border color is #007F7F.


Opacity

.myOpacity80 { color: #007F7F; opacity: 0.8; }

<p style="color:#007F7F;opacity:0.8;">80%</p>

Text with #007F7F 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 #007F7F;}

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

This text has shadow with #007F7F color.

.textShadow {text-shadow: 3px 3px 1px #007F7F, 3px 3px 1px red;}

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

This text has shadow with #007F7F primary color and red secondary color.


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

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

This text has shadow with #007F7F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #007F7F on black background.


Color preview on white background

This text has color #007F7F on white background.



Black color preview on #007F7F background

This text has black color on #007F7F background.


White color preview on #007F7F background

This text has white color on #007F7F background.