COLOR #709551

HEX: #709551 RGB: (112,149,81)

Color info

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

RGB color model

#709551 color RGB value is (112,149,81).

RGB: (112,149,81) (44%, 58%, 32%)

RGB channels and saturation

R 112 of 255 = 44%
G 149 of 255 = 58%
B 81 of 255 = 32%

112
149
81

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

Portions of RGB colors in percentages

R + G + B = 112 + 149 + 81 = 342 (100%)
R 112 of 342 ~ 32.75%
G 149 of 342 ~ 43.57%
B 81 of 342 ~ 23.68'%

%32.75
%43.57
%23.68

CMYK color model

#709551 color CMYK value is (25,0,46,42).

  • cyan value is 24.83%
  • magenta value is 0.00%
  • yellow value is 45.64%
  • key color value is 41.57%

CMYK: (25,0,46,42)
C25M0Y46K42 (25%, 0%, 46%, 42%)
(0.25 / 0.00 / 0.46 / 0.42)

CMYK percentages

%24.83
%0
%45.64
%41.57

Codes

Color #709551 in popluar color models

70 95 51
RGB 112 149 81
HSL 93° 29.57% 45.10%
HSB/HSV 93° 45.64% 58.43%
CMYK 24.83% 0.00% 45.64%
41.57%

Color #709551 in popluar number systems.

HEX 70 95 51
Decimal 112 149 81
Binary 1110000 10010101 1010001
Octal 160 225 121

Shades and tints

Shades of #709551

#709551
(112,149,81)
#66884A
(102,136,74)
#5C7B43
(92,123,67)
#526E3C
(82,110,60)
#486135
(72,97,53)
#3E542E
(62,84,46)
#344727
(52,71,39)
#2A3A20
(42,58,32)
#202D19
(32,45,25)
#162012
(22,32,18)
#0C130B
(12,19,11)
#000000
(0,0,0)

Tints of #709551

#709551
(112,149,81)
#7D9E60
(125,158,96)
#8AA76F
(138,167,111)
#97B07E
(151,176,126)
#A4B98D
(164,185,141)
#B1C29C
(177,194,156)
#BECBAB
(190,203,171)
#CBD4BA
(203,212,186)
#D8DDC9
(216,221,201)
#E5E6D8
(229,230,216)
#F2EFE7
(242,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #709551 color. Also use rgb(112,149,81) instead hex code.

Text Font Color

.myTextColor { color: #709551; }

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

This text font color is #709551.

Background Color

.myBgColor { background-color: #709551; }

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

This div background color is #709551.

Border color

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

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

This div border color is #709551.

Opacity

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

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

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

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

This text has shadow with #709551 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #709551.

Preview

Color preview on black background

This text has color #709551 on black background.


Color preview on white background

This text has color #709551 on white background.


Black color preview on #709551 background

This text has black color on #709551 background.


White color preview on #709551 background

This text has white color on #709551 background.


Related colors

Complementary color

Complementary color for #hex is #8F6AAE.


I love getcolorcode.com

Triadic colors

1 #517095 and #955170 with #709551 are triadic colors.

2 #519570 and #957051 with #709551 are triadic colors.