COLOR #709261

HEX: #709261
RGB: (112,146,97)

Color info

#709261 contains red, green and blue colors in about the same proportion. Web safe color of #709261 is #669966 (or #696).

RGB color model

#709261 color RGB value is (112,146,97).

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

RGB channels and saturation

R 112 of 255 = 44%
G 146 of 255 = 57%
B 97 of 255 = 38%

112
146
97

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

Portions of RGB colors in percentages

R + G + B =
112 + 146 + 97 = 355 (100%)
R 112 of 355 ~ 31.55%
G 146 of 355 ~ 41.13%
B 97 of 355 ~ 27.32%

%31.55
%41.13
%27.32

CMYK color model

#709261 color CMYK value is (23,0,34,43).

  • cyan value is 23.29%
  • magenta value is 0.00%
  • yellow value is 33.56%
  • key color value is 42.75%
CMYK:
(23,0,34,43)
C23M0Y34K43 
(23%,0%,34%,43%)
(0.23/0.00/0.34/0.43)	

CMYK percentages

%23.29
%0
%33.56
%42.75

Codes

Color #709261 in popluar color models

709261
RGB11214697
HSL102°20.16%47.65%
HSB/HSV102°33.56%57.25%
CMYK23.29%0.00%33.56%
42.75%

Color #709261 in popluar number systems.

HEX709261
Decimal11214697
Binary1110000100100101100001
Octal160222141

Shades and tints

Shades of #709261

#709261
(112,146,97)
#668559
(102,133,89)
#5C7851
(92,120,81)
#526B49
(82,107,73)
#485E41
(72,94,65)
#3E5139
(62,81,57)
#344431
(52,68,49)
#2A3729
(42,55,41)
#202A21
(32,42,33)
#161D19
(22,29,25)
#0C1011
(12,16,17)
#000000
(0,0,0)

Tints of #709261

#709261
(112,146,97)
#7D9B6F
(125,155,111)
#8AA47D
(138,164,125)
#97AD8B
(151,173,139)
#A4B699
(164,182,153)
#B1BFA7
(177,191,167)
#BEC8B5
(190,200,181)
#CBD1C3
(203,209,195)
#D8DAD1
(216,218,209)
#E5E3DF
(229,227,223)
#F2ECED
(242,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #709261; }

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

This text font color is #709261.


Background Color

.myBgColor { background-color: #709261; }

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

This div background color is #709261.


Border color

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

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

This div border color is #709261.


Opacity

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

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

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

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

This text has shadow with #709261 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #709261 on black background.


Color preview on white background

This text has color #709261 on white background.



Black color preview on #709261 background

This text has black color on #709261 background.


White color preview on #709261 background

This text has white color on #709261 background.