COLOR #709077

HEX: #709077
RGB: (112,144,119)

Color info

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

RGB color model

#709077 color RGB value is (112,144,119).

  • red value is 112;
  • green value is 144;
  • blue value is 119.
RGB:
(112,144,119)
(44%,56%,47%)

RGB channels and saturation

R 112 of 255 = 44%
G 144 of 255 = 56%
B 119 of 255 = 47%

112
144
119

R + G + B ~ 49%. #709077 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
112 + 144 + 119 = 375 (100%)
R 112 of 375 ~ 29.87%
G 144 of 375 ~ 38.4%
B 119 of 375 ~ 31.73%

%29.87
%38.4
%31.73

CMYK color model

#709077 color CMYK value is (22,0,17,44).

  • cyan value is 22.22%
  • magenta value is 0.00%
  • yellow value is 17.36%
  • key color value is 43.53%
CMYK:
(22,0,17,44)
C22M0Y17K44 
(22%,0%,17%,44%)
(0.22/0.00/0.17/0.44)	

CMYK percentages

%22.22
%0
%17.36
%43.53

Codes

Color #709077 in popluar color models

709077
RGB112144119
HSL133°12.60%50.20%
HSB/HSV133°22.22%56.47%
CMYK22.22%0.00%17.36%
43.53%

Color #709077 in popluar number systems.

HEX709077
Decimal112144119
Binary1110000100100001110111
Octal160220167

Shades and tints

Shades of #709077

#709077
(112,144,119)
#66836D
(102,131,109)
#5C7663
(92,118,99)
#526959
(82,105,89)
#485C4F
(72,92,79)
#3E4F45
(62,79,69)
#34423B
(52,66,59)
#2A3531
(42,53,49)
#202827
(32,40,39)
#161B1D
(22,27,29)
#0C0E13
(12,14,19)
#000000
(0,0,0)

Tints of #709077

#709077
(112,144,119)
#7D9A83
(125,154,131)
#8AA48F
(138,164,143)
#97AE9B
(151,174,155)
#A4B8A7
(164,184,167)
#B1C2B3
(177,194,179)
#BECCBF
(190,204,191)
#CBD6CB
(203,214,203)
#D8E0D7
(216,224,215)
#E5EAE3
(229,234,227)
#F2F4EF
(242,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #709077 color. Also use rgb(112,144,119) instead hex code.

Text Font Color

.myTextColor { color: #709077; }

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

This text font color is #709077.


Background Color

.myBgColor { background-color: #709077; }

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

This div background color is #709077.


Border color

.myBorderColor { border: 1px solid #709077; }

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

This div border color is #709077.


Opacity

.myOpacity80 { color: #709077; opacity: 0.8; }

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

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

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

This text has shadow with #709077 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #709077 on black background.


Color preview on white background

This text has color #709077 on white background.



Black color preview on #709077 background

This text has black color on #709077 background.


White color preview on #709077 background

This text has white color on #709077 background.