COLOR #709277

HEX: #709277
RGB: (112,146,119)

Color info

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

RGB color model

#709277 color RGB value is (112,146,119).

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

RGB channels and saturation

R 112 of 255 = 44%
G 146 of 255 = 57%
B 119 of 255 = 47%

112
146
119

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

Portions of RGB colors in percentages

R + G + B =
112 + 146 + 119 = 377 (100%)
R 112 of 377 ~ 29.71%
G 146 of 377 ~ 38.73%
B 119 of 377 ~ 31.56%

%29.71
%38.73
%31.56

CMYK color model

#709277 color CMYK value is (23,0,18,43).

  • cyan value is 23.29%
  • magenta value is 0.00%
  • yellow value is 18.49%
  • key color value is 42.75%
CMYK:
(23,0,18,43)
C23M0Y18K43 
(23%,0%,18%,43%)
(0.23/0.00/0.18/0.43)	

CMYK percentages

%23.29
%0
%18.49
%42.75

Codes

Color #709277 in popluar color models

709277
RGB112146119
HSL132°13.49%50.59%
HSB/HSV132°23.29%57.25%
CMYK23.29%0.00%18.49%
42.75%

Color #709277 in popluar number systems.

HEX709277
Decimal112146119
Binary1110000100100101110111
Octal160222167

Shades and tints

Shades of #709277

#709277
(112,146,119)
#66856D
(102,133,109)
#5C7863
(92,120,99)
#526B59
(82,107,89)
#485E4F
(72,94,79)
#3E5145
(62,81,69)
#34443B
(52,68,59)
#2A3731
(42,55,49)
#202A27
(32,42,39)
#161D1D
(22,29,29)
#0C1013
(12,16,19)
#000000
(0,0,0)

Tints of #709277

#709277
(112,146,119)
#7D9B83
(125,155,131)
#8AA48F
(138,164,143)
#97AD9B
(151,173,155)
#A4B6A7
(164,182,167)
#B1BFB3
(177,191,179)
#BEC8BF
(190,200,191)
#CBD1CB
(203,209,203)
#D8DAD7
(216,218,215)
#E5E3E3
(229,227,227)
#F2ECEF
(242,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #709277; }

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

This text font color is #709277.


Background Color

.myBgColor { background-color: #709277; }

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

This div background color is #709277.


Border color

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

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

This div border color is #709277.


Opacity

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

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

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

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

This text has shadow with #709277 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #709277 on black background.


Color preview on white background

This text has color #709277 on white background.



Black color preview on #709277 background

This text has black color on #709277 background.


White color preview on #709277 background

This text has white color on #709277 background.