COLOR #709251

HEX: #709251
RGB: (112,146,81)

Color info

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

RGB color model

#709251 color RGB value is (112,146,81).

  • red value is 112;
  • green value is 146;
  • blue value is 81.
RGB:
(112,146,81)
(44%,57%,32%)

RGB channels and saturation

R 112 of 255 = 44%
G 146 of 255 = 57%
B 81 of 255 = 32%

112
146
81

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

Portions of RGB colors in percentages

R + G + B =
112 + 146 + 81 = 339 (100%)
R 112 of 339 ~ 33.04%
G 146 of 339 ~ 43.07%
B 81 of 339 ~ 23.89%

%33.04
%43.07
%23.89

CMYK color model

#709251 color CMYK value is (23,0,45,43).

  • cyan value is 23.29%
  • magenta value is 0.00%
  • yellow value is 44.52%
  • key color value is 42.75%
CMYK:
(23,0,45,43)
C23M0Y45K43 
(23%,0%,45%,43%)
(0.23/0.00/0.45/0.43)	

CMYK percentages

%23.29
%0
%44.52
%42.75

Codes

Color #709251 in popluar color models

709251
RGB11214681
HSL91°28.63%44.51%
HSB/HSV91°44.52%57.25%
CMYK23.29%0.00%44.52%
42.75%

Color #709251 in popluar number systems.

HEX709251
Decimal11214681
Binary1110000100100101010001
Octal160222121

Shades and tints

Shades of #709251

#709251
(112,146,81)
#66854A
(102,133,74)
#5C7843
(92,120,67)
#526B3C
(82,107,60)
#485E35
(72,94,53)
#3E512E
(62,81,46)
#344427
(52,68,39)
#2A3720
(42,55,32)
#202A19
(32,42,25)
#161D12
(22,29,18)
#0C100B
(12,16,11)
#000000
(0,0,0)

Tints of #709251

#709251
(112,146,81)
#7D9B60
(125,155,96)
#8AA46F
(138,164,111)
#97AD7E
(151,173,126)
#A4B68D
(164,182,141)
#B1BF9C
(177,191,156)
#BEC8AB
(190,200,171)
#CBD1BA
(203,209,186)
#D8DAC9
(216,218,201)
#E5E3D8
(229,227,216)
#F2ECE7
(242,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #709251; }

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

This text font color is #709251.


Background Color

.myBgColor { background-color: #709251; }

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

This div background color is #709251.


Border color

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

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

This div border color is #709251.


Opacity

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

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

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

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

This text has shadow with #709251 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #709251 on black background.


Color preview on white background

This text has color #709251 on white background.



Black color preview on #709251 background

This text has black color on #709251 background.


White color preview on #709251 background

This text has white color on #709251 background.