COLOR #709A2C

HEX: #709A2C RGB: (112,154,44)

Color info

#709A2C contains mainly red and green colors. Web safe color of #709A2C is #669933 (or #693).

RGB color model

#709A2C color RGB value is (112,154,44).

RGB: (112,154,44) (44%, 60%, 17%)

RGB channels and saturation

R 112 of 255 = 44%
G 154 of 255 = 60%
B 44 of 255 = 17%

112
154
44

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

Portions of RGB colors in percentages

R + G + B = 112 + 154 + 44 = 310 (100%)
R 112 of 310 ~ 36.13%
G 154 of 310 ~ 49.68%
B 44 of 310 ~ 14.19'%

%36.13
%49.68
%14.19

CMYK color model

#709A2C color CMYK value is (27,0,71,40).

  • cyan value is 27.27%
  • magenta value is 0.00%
  • yellow value is 71.43%
  • key color value is 39.61%

CMYK: (27,0,71,40)
C27M0Y71K40 (27%, 0%, 71%, 40%)
(0.27 / 0.00 / 0.71 / 0.40)

CMYK percentages

%27.27
%0
%71.43
%39.61

Codes

Color #709A2C in popluar color models

70 9A 2C
RGB 112 154 44
HSL 83° 55.56% 38.82%
HSB/HSV 83° 71.43% 60.39%
CMYK 27.27% 0.00% 71.43%
39.61%

Color #709A2C in popluar number systems.

HEX 70 9A 2C
Decimal 112 154 44
Binary 1110000 10011010 101100
Octal 160 232 54

Shades and tints

Shades of #709A2C

#709A2C
(112,154,44)
#668C28
(102,140,40)
#5C7E24
(92,126,36)
#527020
(82,112,32)
#48621C
(72,98,28)
#3E5418
(62,84,24)
#344614
(52,70,20)
#2A3810
(42,56,16)
#202A0C
(32,42,12)
#161C08
(22,28,8)
#0C0E04
(12,14,4)
#000000
(0,0,0)

Tints of #709A2C

#709A2C
(112,154,44)
#7DA33F
(125,163,63)
#8AAC52
(138,172,82)
#97B565
(151,181,101)
#A4BE78
(164,190,120)
#B1C78B
(177,199,139)
#BED09E
(190,208,158)
#CBD9B1
(203,217,177)
#D8E2C4
(216,226,196)
#E5EBD7
(229,235,215)
#F2F4EA
(242,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #709A2C color. Also use rgb(112,154,44) instead hex code.

Text Font Color

.myTextColor { color: #709A2C; }

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

This text font color is #709A2C.

Background Color

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

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

This div background color is #709A2C.

Border color

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

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

This div border color is #709A2C.

Opacity

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

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

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

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

This text has shadow with #709A2C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #709A2C.

Preview

Color preview on black background

This text has color #709A2C on black background.


Color preview on white background

This text has color #709A2C on white background.


Black color preview on #709A2C background

This text has black color on #709A2C background.


White color preview on #709A2C background

This text has white color on #709A2C background.


Related colors

Complementary color

Complementary color for #hex is #8F65D3.


I love getcolorcode.com

Triadic colors

1 #2C709A and #9A2C70 with #709A2C are triadic colors.

2 #2C9A70 and #9A702C with #709A2C are triadic colors.