COLOR #709B50

HEX: #709B50
RGB: (112,155,80)

Color info

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

RGB color model

#709B50 color RGB value is (112,155,80).

  • red value is 112;
  • green value is 155;
  • blue value is 80.
RGB:
(112,155,80)
(44%,61%,31%)

RGB channels and saturation

R 112 of 255 = 44%
G 155 of 255 = 61%
B 80 of 255 = 31%

112
155
80

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

Portions of RGB colors in percentages

R + G + B =
112 + 155 + 80 = 347 (100%)
R 112 of 347 ~ 32.28%
G 155 of 347 ~ 44.67%
B 80 of 347 ~ 23.05%

%32.28
%44.67
%23.05

CMYK color model

#709B50 color CMYK value is (28,0,48,39).

  • cyan value is 27.74%
  • magenta value is 0.00%
  • yellow value is 48.39%
  • key color value is 39.22%
CMYK:
(28,0,48,39)
C28M0Y48K39 
(28%,0%,48%,39%)
(0.28/0.00/0.48/0.39)	

CMYK percentages

%27.74
%0
%48.39
%39.22

Codes

Color #709B50 in popluar color models

709B50
RGB11215580
HSL94°31.91%46.08%
HSB/HSV94°48.39%60.78%
CMYK27.74%0.00%48.39%
39.22%

Color #709B50 in popluar number systems.

HEX709B50
Decimal11215580
Binary1110000100110111010000
Octal160233120

Shades and tints

Shades of #709B50

#709B50
(112,155,80)
#668D49
(102,141,73)
#5C7F42
(92,127,66)
#52713B
(82,113,59)
#486334
(72,99,52)
#3E552D
(62,85,45)
#344726
(52,71,38)
#2A391F
(42,57,31)
#202B18
(32,43,24)
#161D11
(22,29,17)
#0C0F0A
(12,15,10)
#000000
(0,0,0)

Tints of #709B50

#709B50
(112,155,80)
#7DA45F
(125,164,95)
#8AAD6E
(138,173,110)
#97B67D
(151,182,125)
#A4BF8C
(164,191,140)
#B1C89B
(177,200,155)
#BED1AA
(190,209,170)
#CBDAB9
(203,218,185)
#D8E3C8
(216,227,200)
#E5ECD7
(229,236,215)
#F2F5E6
(242,245,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #709B50 color. Also use rgb(112,155,80) instead hex code.

Text Font Color

.myTextColor { color: #709B50; }

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

This text font color is #709B50.


Background Color

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

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

This div background color is #709B50.


Border color

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

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

This div border color is #709B50.


Opacity

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

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

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

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

This text has shadow with #709B50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #709B50 on black background.


Color preview on white background

This text has color #709B50 on white background.



Black color preview on #709B50 background

This text has black color on #709B50 background.


White color preview on #709B50 background

This text has white color on #709B50 background.