COLOR #709062

HEX: #709062
RGB: (112,144,98)

Color info

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

RGB color model

#709062 color RGB value is (112,144,98).

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

RGB channels and saturation

R 112 of 255 = 44%
G 144 of 255 = 56%
B 98 of 255 = 38%

112
144
98

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

Portions of RGB colors in percentages

R + G + B =
112 + 144 + 98 = 354 (100%)
R 112 of 354 ~ 31.64%
G 144 of 354 ~ 40.68%
B 98 of 354 ~ 27.68%

%31.64
%40.68
%27.68

CMYK color model

#709062 color CMYK value is (22,0,32,44).

  • cyan value is 22.22%
  • magenta value is 0.00%
  • yellow value is 31.94%
  • key color value is 43.53%
CMYK:
(22,0,32,44)
C22M0Y32K44 
(22%,0%,32%,44%)
(0.22/0.00/0.32/0.44)	

CMYK percentages

%22.22
%0
%31.94
%43.53

Codes

Color #709062 in popluar color models

709062
RGB11214498
HSL102°19.01%47.45%
HSB/HSV102°31.94%56.47%
CMYK22.22%0.00%31.94%
43.53%

Color #709062 in popluar number systems.

HEX709062
Decimal11214498
Binary1110000100100001100010
Octal160220142

Shades and tints

Shades of #709062

#709062
(112,144,98)
#66835A
(102,131,90)
#5C7652
(92,118,82)
#52694A
(82,105,74)
#485C42
(72,92,66)
#3E4F3A
(62,79,58)
#344232
(52,66,50)
#2A352A
(42,53,42)
#202822
(32,40,34)
#161B1A
(22,27,26)
#0C0E12
(12,14,18)
#000000
(0,0,0)

Tints of #709062

#709062
(112,144,98)
#7D9A70
(125,154,112)
#8AA47E
(138,164,126)
#97AE8C
(151,174,140)
#A4B89A
(164,184,154)
#B1C2A8
(177,194,168)
#BECCB6
(190,204,182)
#CBD6C4
(203,214,196)
#D8E0D2
(216,224,210)
#E5EAE0
(229,234,224)
#F2F4EE
(242,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #709062; }

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

This text font color is #709062.


Background Color

.myBgColor { background-color: #709062; }

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

This div background color is #709062.


Border color

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

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

This div border color is #709062.


Opacity

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

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

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

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

This text has shadow with #709062 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #709062 on black background.


Color preview on white background

This text has color #709062 on white background.



Black color preview on #709062 background

This text has black color on #709062 background.


White color preview on #709062 background

This text has white color on #709062 background.