COLOR #709130

HEX: #709130
RGB: (112,145,48)

Color info

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

RGB color model

#709130 color RGB value is (112,145,48).

  • red value is 112;
  • green value is 145;
  • blue value is 48.
RGB:
(112,145,48)
(44%,57%,19%)

RGB channels and saturation

R 112 of 255 = 44%
G 145 of 255 = 57%
B 48 of 255 = 19%

112
145
48

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

Portions of RGB colors in percentages

R + G + B =
112 + 145 + 48 = 305 (100%)
R 112 of 305 ~ 36.72%
G 145 of 305 ~ 47.54%
B 48 of 305 ~ 15.74%

%36.72
%47.54
%15.74

CMYK color model

#709130 color CMYK value is (23,0,67,43).

  • cyan value is 22.76%
  • magenta value is 0.00%
  • yellow value is 66.90%
  • key color value is 43.14%
CMYK:
(23,0,67,43)
C23M0Y67K43 
(23%,0%,67%,43%)
(0.23/0.00/0.67/0.43)	

CMYK percentages

%22.76
%0
%66.9
%43.14

Codes

Color #709130 in popluar color models

709130
RGB11214548
HSL80°50.26%37.84%
HSB/HSV80°66.90%56.86%
CMYK22.76%0.00%66.90%
43.14%

Color #709130 in popluar number systems.

HEX709130
Decimal11214548
Binary111000010010001110000
Octal16022160

Shades and tints

Shades of #709130

#709130
(112,145,48)
#66842C
(102,132,44)
#5C7728
(92,119,40)
#526A24
(82,106,36)
#485D20
(72,93,32)
#3E501C
(62,80,28)
#344318
(52,67,24)
#2A3614
(42,54,20)
#202910
(32,41,16)
#161C0C
(22,28,12)
#0C0F08
(12,15,8)
#000000
(0,0,0)

Tints of #709130

#709130
(112,145,48)
#7D9B42
(125,155,66)
#8AA554
(138,165,84)
#97AF66
(151,175,102)
#A4B978
(164,185,120)
#B1C38A
(177,195,138)
#BECD9C
(190,205,156)
#CBD7AE
(203,215,174)
#D8E1C0
(216,225,192)
#E5EBD2
(229,235,210)
#F2F5E4
(242,245,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #709130 color. Also use rgb(112,145,48) instead hex code.

Text Font Color

.myTextColor { color: #709130; }

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

This text font color is #709130.


Background Color

.myBgColor { background-color: #709130; }

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

This div background color is #709130.


Border color

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

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

This div border color is #709130.


Opacity

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

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

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

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

This text has shadow with #709130 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #709130 on black background.


Color preview on white background

This text has color #709130 on white background.



Black color preview on #709130 background

This text has black color on #709130 background.


White color preview on #709130 background

This text has white color on #709130 background.