COLOR #007D6D

HEX: #007D6D
RGB: (0,125,109)

Color info

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

RGB color model

#007D6D color RGB value is (0,125,109).

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

RGB channels and saturation

R 0 of 255 = 0%
G 125 of 255 = 49%
B 109 of 255 = 43%

0
125
109

R + G + B ~ 31%. #007D6D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 125 + 109 = 234 (100%)
R 0 of 234 ~ 0%
G 125 of 234 ~ 53.42%
B 109 of 234 ~ 46.58%

%53.42
%46.58

CMYK color model

#007D6D color CMYK value is (100,0,13,51).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 12.80%
  • key color value is 50.98%
CMYK:
(100,0,13,51)
C100M0Y13K51 
(100%,0%,13%,51%)
(1.00/0.00/0.13/0.51)	

CMYK percentages

%100
%0
%12.8
%50.98

Codes

Color #007D6D in popluar color models

007D6D
RGB0125109
HSL172°100.00%24.51%
HSB/HSV172°100.00%49.02%
CMYK100.00%0.00%12.80%
50.98%

Color #007D6D in popluar number systems.

HEX007D6D
Decimal0125109
Binary011111011101101
Octal0175155

Shades and tints

Shades of #007D6D

#007D6D
(0,125,109)
#007264
(0,114,100)
#00675B
(0,103,91)
#005C52
(0,92,82)
#005149
(0,81,73)
#004640
(0,70,64)
#003B37
(0,59,55)
#00302E
(0,48,46)
#002525
(0,37,37)
#001A1C
(0,26,28)
#000F13
(0,15,19)
#000000
(0,0,0)

Tints of #007D6D

#007D6D
(0,125,109)
#17887A
(23,136,122)
#2E9387
(46,147,135)
#459E94
(69,158,148)
#5CA9A1
(92,169,161)
#73B4AE
(115,180,174)
#8ABFBB
(138,191,187)
#A1CAC8
(161,202,200)
#B8D5D5
(184,213,213)
#CFE0E2
(207,224,226)
#E6EBEF
(230,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #007D6D; }

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

This text font color is #007D6D.


Background Color

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

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

This div background color is #007D6D.


Border color

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

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

This div border color is #007D6D.


Opacity

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

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

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

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

This text has shadow with #007D6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #007D6D on black background.


Color preview on white background

This text has color #007D6D on white background.



Black color preview on #007D6D background

This text has black color on #007D6D background.


White color preview on #007D6D background

This text has white color on #007D6D background.