COLOR #007D5F

HEX: #007D5F
RGB: (0,125,95)

Color info

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

RGB color model

#007D5F color RGB value is (0,125,95).

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

RGB channels and saturation

R 0 of 255 = 0%
G 125 of 255 = 49%
B 95 of 255 = 37%

0
125
95

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

Portions of RGB colors in percentages

R + G + B =
0 + 125 + 95 = 220 (100%)
R 0 of 220 ~ 0%
G 125 of 220 ~ 56.82%
B 95 of 220 ~ 43.18%

%56.82
%43.18

CMYK color model

#007D5F color CMYK value is (100,0,24,51).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 24.00%
  • key color value is 50.98%
CMYK:
(100,0,24,51)
C100M0Y24K51 
(100%,0%,24%,51%)
(1.00/0.00/0.24/0.51)	

CMYK percentages

%100
%0
%24
%50.98

Codes

Color #007D5F in popluar color models

007D5F
RGB012595
HSL166°100.00%24.51%
HSB/HSV166°100.00%49.02%
CMYK100.00%0.00%24.00%
50.98%

Color #007D5F in popluar number systems.

HEX007D5F
Decimal012595
Binary011111011011111
Octal0175137

Shades and tints

Shades of #007D5F

#007D5F
(0,125,95)
#007257
(0,114,87)
#00674F
(0,103,79)
#005C47
(0,92,71)
#00513F
(0,81,63)
#004637
(0,70,55)
#003B2F
(0,59,47)
#003027
(0,48,39)
#00251F
(0,37,31)
#001A17
(0,26,23)
#000F0F
(0,15,15)
#000000
(0,0,0)

Tints of #007D5F

#007D5F
(0,125,95)
#17886D
(23,136,109)
#2E937B
(46,147,123)
#459E89
(69,158,137)
#5CA997
(92,169,151)
#73B4A5
(115,180,165)
#8ABFB3
(138,191,179)
#A1CAC1
(161,202,193)
#B8D5CF
(184,213,207)
#CFE0DD
(207,224,221)
#E6EBEB
(230,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #007D5F; }

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

This text font color is #007D5F.


Background Color

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

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

This div background color is #007D5F.


Border color

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

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

This div border color is #007D5F.


Opacity

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

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

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

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

This text has shadow with #007D5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #007D5F on black background.


Color preview on white background

This text has color #007D5F on white background.



Black color preview on #007D5F background

This text has black color on #007D5F background.


White color preview on #007D5F background

This text has white color on #007D5F background.