COLOR #709F5A

HEX: #709F5A
RGB: (112,159,90)

Color info

#709F5A contains mainly red and green colors. Web safe color of #709F5A is #669966 (or #696).

RGB color model

#709F5A color RGB value is (112,159,90).

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

RGB channels and saturation

R 112 of 255 = 44%
G 159 of 255 = 62%
B 90 of 255 = 35%

112
159
90

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

Portions of RGB colors in percentages

R + G + B =
112 + 159 + 90 = 361 (100%)
R 112 of 361 ~ 31.02%
G 159 of 361 ~ 44.04%
B 90 of 361 ~ 24.93%

%31.02
%44.04
%24.93

CMYK color model

#709F5A color CMYK value is (30,0,43,38).

  • cyan value is 29.56%
  • magenta value is 0.00%
  • yellow value is 43.40%
  • key color value is 37.65%
CMYK:
(30,0,43,38)
C30M0Y43K38 
(30%,0%,43%,38%)
(0.30/0.00/0.43/0.38)	

CMYK percentages

%29.56
%0
%43.4
%37.65

Codes

Color #709F5A in popluar color models

709F5A
RGB11215990
HSL101°27.71%48.82%
HSB/HSV101°43.40%62.35%
CMYK29.56%0.00%43.40%
37.65%

Color #709F5A in popluar number systems.

HEX709F5A
Decimal11215990
Binary1110000100111111011010
Octal160237132

Shades and tints

Shades of #709F5A

#709F5A
(112,159,90)
#669152
(102,145,82)
#5C834A
(92,131,74)
#527542
(82,117,66)
#48673A
(72,103,58)
#3E5932
(62,89,50)
#344B2A
(52,75,42)
#2A3D22
(42,61,34)
#202F1A
(32,47,26)
#162112
(22,33,18)
#0C130A
(12,19,10)
#000000
(0,0,0)

Tints of #709F5A

#709F5A
(112,159,90)
#7DA769
(125,167,105)
#8AAF78
(138,175,120)
#97B787
(151,183,135)
#A4BF96
(164,191,150)
#B1C7A5
(177,199,165)
#BECFB4
(190,207,180)
#CBD7C3
(203,215,195)
#D8DFD2
(216,223,210)
#E5E7E1
(229,231,225)
#F2EFF0
(242,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #709F5A; }

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

This text font color is #709F5A.


Background Color

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

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

This div background color is #709F5A.


Border color

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

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

This div border color is #709F5A.


Opacity

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

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

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

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

This text has shadow with #709F5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #709F5A on black background.


Color preview on white background

This text has color #709F5A on white background.



Black color preview on #709F5A background

This text has black color on #709F5A background.


White color preview on #709F5A background

This text has white color on #709F5A background.