COLOR #709681

HEX: #709681
RGB: (112,150,129)

Color info

#709681 contains red, green and blue colors in about the same proportion. Web safe color of #709681 is #669999 (or #699).

RGB color model

#709681 color RGB value is (112,150,129).

  • red value is 112;
  • green value is 150;
  • blue value is 129.
RGB:
(112,150,129)
(44%,59%,51%)

RGB channels and saturation

R 112 of 255 = 44%
G 150 of 255 = 59%
B 129 of 255 = 51%

112
150
129

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

Portions of RGB colors in percentages

R + G + B =
112 + 150 + 129 = 391 (100%)
R 112 of 391 ~ 28.64%
G 150 of 391 ~ 38.36%
B 129 of 391 ~ 32.99%

%28.64
%38.36
%32.99

CMYK color model

#709681 color CMYK value is (25,0,14,41).

  • cyan value is 25.33%
  • magenta value is 0.00%
  • yellow value is 14.00%
  • key color value is 41.18%
CMYK:
(25,0,14,41)
C25M0Y14K41 
(25%,0%,14%,41%)
(0.25/0.00/0.14/0.41)	

CMYK percentages

%25.33
%0
%14
%41.18

Codes

Color #709681 in popluar color models

709681
RGB112150129
HSL147°15.32%51.37%
HSB/HSV147°25.33%58.82%
CMYK25.33%0.00%14.00%
41.18%

Color #709681 in popluar number systems.

HEX709681
Decimal112150129
Binary11100001001011010000001
Octal160226201

Shades and tints

Shades of #709681

#709681
(112,150,129)
#668976
(102,137,118)
#5C7C6B
(92,124,107)
#526F60
(82,111,96)
#486255
(72,98,85)
#3E554A
(62,85,74)
#34483F
(52,72,63)
#2A3B34
(42,59,52)
#202E29
(32,46,41)
#16211E
(22,33,30)
#0C1413
(12,20,19)
#000000
(0,0,0)

Tints of #709681

#709681
(112,150,129)
#7D9F8C
(125,159,140)
#8AA897
(138,168,151)
#97B1A2
(151,177,162)
#A4BAAD
(164,186,173)
#B1C3B8
(177,195,184)
#BECCC3
(190,204,195)
#CBD5CE
(203,213,206)
#D8DED9
(216,222,217)
#E5E7E4
(229,231,228)
#F2F0EF
(242,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #709681 color. Also use rgb(112,150,129) instead hex code.

Text Font Color

.myTextColor { color: #709681; }

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

This text font color is #709681.


Background Color

.myBgColor { background-color: #709681; }

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

This div background color is #709681.


Border color

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

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

This div border color is #709681.


Opacity

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

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

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

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

This text has shadow with #709681 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #709681 on black background.


Color preview on white background

This text has color #709681 on white background.



Black color preview on #709681 background

This text has black color on #709681 background.


White color preview on #709681 background

This text has white color on #709681 background.