COLOR #709F4C

HEX: #709F4C
RGB: (112,159,76)

Color info

#709F4C contains mainly red and green colors. Web safe color of #709F4C is #669933 (or #693).

RGB color model

#709F4C color RGB value is (112,159,76).

  • red value is 112;
  • green value is 159;
  • blue value is 76.
RGB:
(112,159,76)
(44%,62%,30%)

RGB channels and saturation

R 112 of 255 = 44%
G 159 of 255 = 62%
B 76 of 255 = 30%

112
159
76

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

Portions of RGB colors in percentages

R + G + B =
112 + 159 + 76 = 347 (100%)
R 112 of 347 ~ 32.28%
G 159 of 347 ~ 45.82%
B 76 of 347 ~ 21.9%

%32.28
%45.82
%21.9

CMYK color model

#709F4C color CMYK value is (30,0,52,38).

  • cyan value is 29.56%
  • magenta value is 0.00%
  • yellow value is 52.20%
  • key color value is 37.65%
CMYK:
(30,0,52,38)
C30M0Y52K38 
(30%,0%,52%,38%)
(0.30/0.00/0.52/0.38)	

CMYK percentages

%29.56
%0
%52.2
%37.65

Codes

Color #709F4C in popluar color models

709F4C
RGB11215976
HSL94°35.32%46.08%
HSB/HSV94°52.20%62.35%
CMYK29.56%0.00%52.20%
37.65%

Color #709F4C in popluar number systems.

HEX709F4C
Decimal11215976
Binary1110000100111111001100
Octal160237114

Shades and tints

Shades of #709F4C

#709F4C
(112,159,76)
#669146
(102,145,70)
#5C8340
(92,131,64)
#52753A
(82,117,58)
#486734
(72,103,52)
#3E592E
(62,89,46)
#344B28
(52,75,40)
#2A3D22
(42,61,34)
#202F1C
(32,47,28)
#162116
(22,33,22)
#0C1310
(12,19,16)
#000000
(0,0,0)

Tints of #709F4C

#709F4C
(112,159,76)
#7DA75C
(125,167,92)
#8AAF6C
(138,175,108)
#97B77C
(151,183,124)
#A4BF8C
(164,191,140)
#B1C79C
(177,199,156)
#BECFAC
(190,207,172)
#CBD7BC
(203,215,188)
#D8DFCC
(216,223,204)
#E5E7DC
(229,231,220)
#F2EFEC
(242,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #709F4C color. Also use rgb(112,159,76) instead hex code.

Text Font Color

.myTextColor { color: #709F4C; }

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

This text font color is #709F4C.


Background Color

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

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

This div background color is #709F4C.


Border color

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

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

This div border color is #709F4C.


Opacity

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

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

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

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

This text has shadow with #709F4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #709F4C on black background.


Color preview on white background

This text has color #709F4C on white background.



Black color preview on #709F4C background

This text has black color on #709F4C background.


White color preview on #709F4C background

This text has white color on #709F4C background.