COLOR #709465

HEX: #709465
RGB: (112,148,101)

Color info

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

RGB color model

#709465 color RGB value is (112,148,101).

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

RGB channels and saturation

R 112 of 255 = 44%
G 148 of 255 = 58%
B 101 of 255 = 40%

112
148
101

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

Portions of RGB colors in percentages

R + G + B =
112 + 148 + 101 = 361 (100%)
R 112 of 361 ~ 31.02%
G 148 of 361 ~ 41%
B 101 of 361 ~ 27.98%

%31.02
%41
%27.98

CMYK color model

#709465 color CMYK value is (24,0,32,42).

  • cyan value is 24.32%
  • magenta value is 0.00%
  • yellow value is 31.76%
  • key color value is 41.96%
CMYK:
(24,0,32,42)
C24M0Y32K42 
(24%,0%,32%,42%)
(0.24/0.00/0.32/0.42)	

CMYK percentages

%24.32
%0
%31.76
%41.96

Codes

Color #709465 in popluar color models

709465
RGB112148101
HSL106°18.88%48.82%
HSB/HSV106°31.76%58.04%
CMYK24.32%0.00%31.76%
41.96%

Color #709465 in popluar number systems.

HEX709465
Decimal112148101
Binary1110000100101001100101
Octal160224145

Shades and tints

Shades of #709465

#709465
(112,148,101)
#66875C
(102,135,92)
#5C7A53
(92,122,83)
#526D4A
(82,109,74)
#486041
(72,96,65)
#3E5338
(62,83,56)
#34462F
(52,70,47)
#2A3926
(42,57,38)
#202C1D
(32,44,29)
#161F14
(22,31,20)
#0C120B
(12,18,11)
#000000
(0,0,0)

Tints of #709465

#709465
(112,148,101)
#7D9D73
(125,157,115)
#8AA681
(138,166,129)
#97AF8F
(151,175,143)
#A4B89D
(164,184,157)
#B1C1AB
(177,193,171)
#BECAB9
(190,202,185)
#CBD3C7
(203,211,199)
#D8DCD5
(216,220,213)
#E5E5E3
(229,229,227)
#F2EEF1
(242,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #709465; }

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

This text font color is #709465.


Background Color

.myBgColor { background-color: #709465; }

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

This div background color is #709465.


Border color

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

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

This div border color is #709465.


Opacity

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

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

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

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

This text has shadow with #709465 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #709465 on black background.


Color preview on white background

This text has color #709465 on white background.



Black color preview on #709465 background

This text has black color on #709465 background.


White color preview on #709465 background

This text has white color on #709465 background.