COLOR #709679

HEX: #709679
RGB: (112,150,121)

Color info

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

RGB color model

#709679 color RGB value is (112,150,121).

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

RGB channels and saturation

R 112 of 255 = 44%
G 150 of 255 = 59%
B 121 of 255 = 47%

112
150
121

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

Portions of RGB colors in percentages

R + G + B =
112 + 150 + 121 = 383 (100%)
R 112 of 383 ~ 29.24%
G 150 of 383 ~ 39.16%
B 121 of 383 ~ 31.59%

%29.24
%39.16
%31.59

CMYK color model

#709679 color CMYK value is (25,0,19,41).

  • cyan value is 25.33%
  • magenta value is 0.00%
  • yellow value is 19.33%
  • key color value is 41.18%
CMYK:
(25,0,19,41)
C25M0Y19K41 
(25%,0%,19%,41%)
(0.25/0.00/0.19/0.41)	

CMYK percentages

%25.33
%0
%19.33
%41.18

Codes

Color #709679 in popluar color models

709679
RGB112150121
HSL134°15.32%51.37%
HSB/HSV134°25.33%58.82%
CMYK25.33%0.00%19.33%
41.18%

Color #709679 in popluar number systems.

HEX709679
Decimal112150121
Binary1110000100101101111001
Octal160226171

Shades and tints

Shades of #709679

#709679
(112,150,121)
#66896E
(102,137,110)
#5C7C63
(92,124,99)
#526F58
(82,111,88)
#48624D
(72,98,77)
#3E5542
(62,85,66)
#344837
(52,72,55)
#2A3B2C
(42,59,44)
#202E21
(32,46,33)
#162116
(22,33,22)
#0C140B
(12,20,11)
#000000
(0,0,0)

Tints of #709679

#709679
(112,150,121)
#7D9F85
(125,159,133)
#8AA891
(138,168,145)
#97B19D
(151,177,157)
#A4BAA9
(164,186,169)
#B1C3B5
(177,195,181)
#BECCC1
(190,204,193)
#CBD5CD
(203,213,205)
#D8DED9
(216,222,217)
#E5E7E5
(229,231,229)
#F2F0F1
(242,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #709679; }

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

This text font color is #709679.


Background Color

.myBgColor { background-color: #709679; }

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

This div background color is #709679.


Border color

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

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

This div border color is #709679.


Opacity

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

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

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

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

This text has shadow with #709679 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #709679 on black background.


Color preview on white background

This text has color #709679 on white background.



Black color preview on #709679 background

This text has black color on #709679 background.


White color preview on #709679 background

This text has white color on #709679 background.