COLOR #709357

HEX: #709357
RGB: (112,147,87)

Color info

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

RGB color model

#709357 color RGB value is (112,147,87).

  • red value is 112;
  • green value is 147;
  • blue value is 87.
RGB:
(112,147,87)
(44%,58%,34%)

RGB channels and saturation

R 112 of 255 = 44%
G 147 of 255 = 58%
B 87 of 255 = 34%

112
147
87

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

Portions of RGB colors in percentages

R + G + B =
112 + 147 + 87 = 346 (100%)
R 112 of 346 ~ 32.37%
G 147 of 346 ~ 42.49%
B 87 of 346 ~ 25.14%

%32.37
%42.49
%25.14

CMYK color model

#709357 color CMYK value is (24,0,41,42).

  • cyan value is 23.81%
  • magenta value is 0.00%
  • yellow value is 40.82%
  • key color value is 42.35%
CMYK:
(24,0,41,42)
C24M0Y41K42 
(24%,0%,41%,42%)
(0.24/0.00/0.41/0.42)	

CMYK percentages

%23.81
%0
%40.82
%42.35

Codes

Color #709357 in popluar color models

709357
RGB11214787
HSL95°25.64%45.88%
HSB/HSV95°40.82%57.65%
CMYK23.81%0.00%40.82%
42.35%

Color #709357 in popluar number systems.

HEX709357
Decimal11214787
Binary1110000100100111010111
Octal160223127

Shades and tints

Shades of #709357

#709357
(112,147,87)
#668650
(102,134,80)
#5C7949
(92,121,73)
#526C42
(82,108,66)
#485F3B
(72,95,59)
#3E5234
(62,82,52)
#34452D
(52,69,45)
#2A3826
(42,56,38)
#202B1F
(32,43,31)
#161E18
(22,30,24)
#0C1111
(12,17,17)
#000000
(0,0,0)

Tints of #709357

#709357
(112,147,87)
#7D9C66
(125,156,102)
#8AA575
(138,165,117)
#97AE84
(151,174,132)
#A4B793
(164,183,147)
#B1C0A2
(177,192,162)
#BEC9B1
(190,201,177)
#CBD2C0
(203,210,192)
#D8DBCF
(216,219,207)
#E5E4DE
(229,228,222)
#F2EDED
(242,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #709357 color. Also use rgb(112,147,87) instead hex code.

Text Font Color

.myTextColor { color: #709357; }

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

This text font color is #709357.


Background Color

.myBgColor { background-color: #709357; }

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

This div background color is #709357.


Border color

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

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

This div border color is #709357.


Opacity

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

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

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

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

This text has shadow with #709357 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #709357 on black background.


Color preview on white background

This text has color #709357 on white background.



Black color preview on #709357 background

This text has black color on #709357 background.


White color preview on #709357 background

This text has white color on #709357 background.