COLOR #709C53

HEX: #709C53 RGB: (112,156,83)

Color info

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

RGB color model

#709C53 color RGB value is (112,156,83).

RGB: (112,156,83) (44%, 61%, 33%)

RGB channels and saturation

R 112 of 255 = 44%
G 156 of 255 = 61%
B 83 of 255 = 33%

112
156
83

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

Portions of RGB colors in percentages

R + G + B = 112 + 156 + 83 = 351 (100%)
R 112 of 351 ~ 31.91%
G 156 of 351 ~ 44.44%
B 83 of 351 ~ 23.65'%

%31.91
%44.44
%23.65

CMYK color model

#709C53 color CMYK value is (28,0,47,39).

  • cyan value is 28.21%
  • magenta value is 0.00%
  • yellow value is 46.79%
  • key color value is 38.82%

CMYK: (28,0,47,39)
C28M0Y47K39 (28%, 0%, 47%, 39%)
(0.28 / 0.00 / 0.47 / 0.39)

CMYK percentages

%28.21
%0
%46.79
%38.82

Codes

Color #709C53 in popluar color models

70 9C 53
RGB 112 156 83
HSL 96° 30.54% 46.86%
HSB/HSV 96° 46.79% 61.18%
CMYK 28.21% 0.00% 46.79%
38.82%

Color #709C53 in popluar number systems.

HEX 70 9C 53
Decimal 112 156 83
Binary 1110000 10011100 1010011
Octal 160 234 123

Shades and tints

Shades of #709C53

#709C53
(112,156,83)
#668E4C
(102,142,76)
#5C8045
(92,128,69)
#52723E
(82,114,62)
#486437
(72,100,55)
#3E5630
(62,86,48)
#344829
(52,72,41)
#2A3A22
(42,58,34)
#202C1B
(32,44,27)
#161E14
(22,30,20)
#0C100D
(12,16,13)
#000000
(0,0,0)

Tints of #709C53

#709C53
(112,156,83)
#7DA562
(125,165,98)
#8AAE71
(138,174,113)
#97B780
(151,183,128)
#A4C08F
(164,192,143)
#B1C99E
(177,201,158)
#BED2AD
(190,210,173)
#CBDBBC
(203,219,188)
#D8E4CB
(216,228,203)
#E5EDDA
(229,237,218)
#F2F6E9
(242,246,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #709C53 color. Also use rgb(112,156,83) instead hex code.

Text Font Color

.myTextColor { color: #709C53; }

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

This text font color is #709C53.

Background Color

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

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

This div background color is #709C53.

Border color

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

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

This div border color is #709C53.

Opacity

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

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

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

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

This text has shadow with #709C53 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #709C53.

Preview

Color preview on black background

This text has color #709C53 on black background.


Color preview on white background

This text has color #709C53 on white background.


Black color preview on #709C53 background

This text has black color on #709C53 background.


White color preview on #709C53 background

This text has white color on #709C53 background.


Related colors

Complementary color

Complementary color for #hex is #8F63AC.


I love getcolorcode.com

Triadic colors

1 #53709C and #9C5370 with #709C53 are triadic colors.

2 #539C70 and #9C7053 with #709C53 are triadic colors.