COLOR #709E7F

HEX: #709E7F
RGB: (112,158,127)

Color info

#709E7F contains red, green and blue colors in about the same proportion. Web safe color of #709E7F is #669966 (or #696).

RGB color model

#709E7F color RGB value is (112,158,127).

  • red value is 112;
  • green value is 158;
  • blue value is 127.
RGB:
(112,158,127)
(44%,62%,50%)

RGB channels and saturation

R 112 of 255 = 44%
G 158 of 255 = 62%
B 127 of 255 = 50%

112
158
127

R + G + B ~ 52%. #709E7F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
112 + 158 + 127 = 397 (100%)
R 112 of 397 ~ 28.21%
G 158 of 397 ~ 39.8%
B 127 of 397 ~ 31.99%

%28.21
%39.8
%31.99

CMYK color model

#709E7F color CMYK value is (29,0,20,38).

  • cyan value is 29.11%
  • magenta value is 0.00%
  • yellow value is 19.62%
  • key color value is 38.04%
CMYK:
(29,0,20,38)
C29M0Y20K38 
(29%,0%,20%,38%)
(0.29/0.00/0.20/0.38)	

CMYK percentages

%29.11
%0
%19.62
%38.04

Codes

Color #709E7F in popluar color models

709E7F
RGB112158127
HSL140°19.17%52.94%
HSB/HSV140°29.11%61.96%
CMYK29.11%0.00%19.62%
38.04%

Color #709E7F in popluar number systems.

HEX709E7F
Decimal112158127
Binary1110000100111101111111
Octal160236177

Shades and tints

Shades of #709E7F

#709E7F
(112,158,127)
#669074
(102,144,116)
#5C8269
(92,130,105)
#52745E
(82,116,94)
#486653
(72,102,83)
#3E5848
(62,88,72)
#344A3D
(52,74,61)
#2A3C32
(42,60,50)
#202E27
(32,46,39)
#16201C
(22,32,28)
#0C1211
(12,18,17)
#000000
(0,0,0)

Tints of #709E7F

#709E7F
(112,158,127)
#7DA68A
(125,166,138)
#8AAE95
(138,174,149)
#97B6A0
(151,182,160)
#A4BEAB
(164,190,171)
#B1C6B6
(177,198,182)
#BECEC1
(190,206,193)
#CBD6CC
(203,214,204)
#D8DED7
(216,222,215)
#E5E6E2
(229,230,226)
#F2EEED
(242,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #709E7F color. Also use rgb(112,158,127) instead hex code.

Text Font Color

.myTextColor { color: #709E7F; }

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

This text font color is #709E7F.


Background Color

.myBgColor { background-color: #709E7F; }

<div style="background-color:#709E7F">Inner text</div>

This div background color is #709E7F.


Border color

.myBorderColor { border: 1px solid #709E7F; }

<div style="border:3px solid #709E7F">Div</div>

This div border color is #709E7F.


Opacity

.myOpacity80 { color: #709E7F; opacity: 0.8; }

<p style="color:#709E7F;opacity:0.8;">80%</p>

Text with #709E7F 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 #709E7F;}

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

This text has shadow with #709E7F color.

.textShadow {text-shadow: 3px 3px 1px #709E7F, 3px 3px 1px red;}

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

This text has shadow with #709E7F primary color and red secondary color.


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

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

This text has shadow with #709E7F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #709E7F on black background.


Color preview on white background

This text has color #709E7F on white background.



Black color preview on #709E7F background

This text has black color on #709E7F background.


White color preview on #709E7F background

This text has white color on #709E7F background.