COLOR #709463

HEX: #709463
RGB: (112,148,99)

Color info

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

RGB color model

#709463 color RGB value is (112,148,99).

  • red value is 112;
  • green value is 148;
  • blue value is 99.
RGB:
(112,148,99)
(44%,58%,39%)

RGB channels and saturation

R 112 of 255 = 44%
G 148 of 255 = 58%
B 99 of 255 = 39%

112
148
99

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

Portions of RGB colors in percentages

R + G + B =
112 + 148 + 99 = 359 (100%)
R 112 of 359 ~ 31.2%
G 148 of 359 ~ 41.23%
B 99 of 359 ~ 27.58%

%31.2
%41.23
%27.58

CMYK color model

#709463 color CMYK value is (24,0,33,42).

  • cyan value is 24.32%
  • magenta value is 0.00%
  • yellow value is 33.11%
  • key color value is 41.96%
CMYK:
(24,0,33,42)
C24M0Y33K42 
(24%,0%,33%,42%)
(0.24/0.00/0.33/0.42)	

CMYK percentages

%24.32
%0
%33.11
%41.96

Codes

Color #709463 in popluar color models

709463
RGB11214899
HSL104°19.84%48.43%
HSB/HSV104°33.11%58.04%
CMYK24.32%0.00%33.11%
41.96%

Color #709463 in popluar number systems.

HEX709463
Decimal11214899
Binary1110000100101001100011
Octal160224143

Shades and tints

Shades of #709463

#709463
(112,148,99)
#66875A
(102,135,90)
#5C7A51
(92,122,81)
#526D48
(82,109,72)
#48603F
(72,96,63)
#3E5336
(62,83,54)
#34462D
(52,70,45)
#2A3924
(42,57,36)
#202C1B
(32,44,27)
#161F12
(22,31,18)
#0C1209
(12,18,9)
#000000
(0,0,0)

Tints of #709463

#709463
(112,148,99)
#7D9D71
(125,157,113)
#8AA67F
(138,166,127)
#97AF8D
(151,175,141)
#A4B89B
(164,184,155)
#B1C1A9
(177,193,169)
#BECAB7
(190,202,183)
#CBD3C5
(203,211,197)
#D8DCD3
(216,220,211)
#E5E5E1
(229,229,225)
#F2EEEF
(242,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #709463 color. Also use rgb(112,148,99) instead hex code.

Text Font Color

.myTextColor { color: #709463; }

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

This text font color is #709463.


Background Color

.myBgColor { background-color: #709463; }

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

This div background color is #709463.


Border color

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

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

This div border color is #709463.


Opacity

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

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

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

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

This text has shadow with #709463 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #709463 on black background.


Color preview on white background

This text has color #709463 on white background.



Black color preview on #709463 background

This text has black color on #709463 background.


White color preview on #709463 background

This text has white color on #709463 background.