COLOR #709E48

HEX: #709E48
RGB: (112,158,72)

Color info

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

RGB color model

#709E48 color RGB value is (112,158,72).

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

RGB channels and saturation

R 112 of 255 = 44%
G 158 of 255 = 62%
B 72 of 255 = 28%

112
158
72

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

Portions of RGB colors in percentages

R + G + B =
112 + 158 + 72 = 342 (100%)
R 112 of 342 ~ 32.75%
G 158 of 342 ~ 46.2%
B 72 of 342 ~ 21.05%

%32.75
%46.2
%21.05

CMYK color model

#709E48 color CMYK value is (29,0,54,38).

  • cyan value is 29.11%
  • magenta value is 0.00%
  • yellow value is 54.43%
  • key color value is 38.04%
CMYK:
(29,0,54,38)
C29M0Y54K38 
(29%,0%,54%,38%)
(0.29/0.00/0.54/0.38)	

CMYK percentages

%29.11
%0
%54.43
%38.04

Codes

Color #709E48 in popluar color models

709E48
RGB11215872
HSL92°37.39%45.10%
HSB/HSV92°54.43%61.96%
CMYK29.11%0.00%54.43%
38.04%

Color #709E48 in popluar number systems.

HEX709E48
Decimal11215872
Binary1110000100111101001000
Octal160236110

Shades and tints

Shades of #709E48

#709E48
(112,158,72)
#669042
(102,144,66)
#5C823C
(92,130,60)
#527436
(82,116,54)
#486630
(72,102,48)
#3E582A
(62,88,42)
#344A24
(52,74,36)
#2A3C1E
(42,60,30)
#202E18
(32,46,24)
#162012
(22,32,18)
#0C120C
(12,18,12)
#000000
(0,0,0)

Tints of #709E48

#709E48
(112,158,72)
#7DA658
(125,166,88)
#8AAE68
(138,174,104)
#97B678
(151,182,120)
#A4BE88
(164,190,136)
#B1C698
(177,198,152)
#BECEA8
(190,206,168)
#CBD6B8
(203,214,184)
#D8DEC8
(216,222,200)
#E5E6D8
(229,230,216)
#F2EEE8
(242,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #709E48; }

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

This text font color is #709E48.


Background Color

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

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

This div background color is #709E48.


Border color

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

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

This div border color is #709E48.


Opacity

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

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

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

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

This text has shadow with #709E48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #709E48 on black background.


Color preview on white background

This text has color #709E48 on white background.



Black color preview on #709E48 background

This text has black color on #709E48 background.


White color preview on #709E48 background

This text has white color on #709E48 background.