COLOR #007F5C

HEX: #007F5C
RGB: (0,127,92)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

0
127
92

R + G + B ~ 29%. #007F5C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 127 + 92 = 219 (100%)
R 0 of 219 ~ 0%
G 127 of 219 ~ 57.99%
B 92 of 219 ~ 42.01%

%57.99
%42.01

CMYK color model

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

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

CMYK percentages

%100
%0
%27.56
%50.2

Codes

Color #007F5C in popluar color models

007F5C
RGB012792
HSL163°100.00%24.90%
HSB/HSV163°100.00%49.80%
CMYK100.00%0.00%27.56%
50.20%

Color #007F5C in popluar number systems.

HEX007F5C
Decimal012792
Binary011111111011100
Octal0177134

Shades and tints

Shades of #007F5C

#007F5C
(0,127,92)
#007454
(0,116,84)
#00694C
(0,105,76)
#005E44
(0,94,68)
#00533C
(0,83,60)
#004834
(0,72,52)
#003D2C
(0,61,44)
#003224
(0,50,36)
#00271C
(0,39,28)
#001C14
(0,28,20)
#00110C
(0,17,12)
#000000
(0,0,0)

Tints of #007F5C

#007F5C
(0,127,92)
#178A6A
(23,138,106)
#2E9578
(46,149,120)
#45A086
(69,160,134)
#5CAB94
(92,171,148)
#73B6A2
(115,182,162)
#8AC1B0
(138,193,176)
#A1CCBE
(161,204,190)
#B8D7CC
(184,215,204)
#CFE2DA
(207,226,218)
#E6EDE8
(230,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #007F5C; }

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

This text font color is #007F5C.


Background Color

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

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

This div background color is #007F5C.


Border color

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

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

This div border color is #007F5C.


Opacity

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

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

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

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

This text has shadow with #007F5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #007F5C on black background.


Color preview on white background

This text has color #007F5C on white background.



Black color preview on #007F5C background

This text has black color on #007F5C background.


White color preview on #007F5C background

This text has white color on #007F5C background.