COLOR #709072

HEX: #709072
RGB: (112,144,114)

Color info

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

RGB color model

#709072 color RGB value is (112,144,114).

  • red value is 112;
  • green value is 144;
  • blue value is 114.
RGB:
(112,144,114)
(44%,56%,45%)

RGB channels and saturation

R 112 of 255 = 44%
G 144 of 255 = 56%
B 114 of 255 = 45%

112
144
114

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

Portions of RGB colors in percentages

R + G + B =
112 + 144 + 114 = 370 (100%)
R 112 of 370 ~ 30.27%
G 144 of 370 ~ 38.92%
B 114 of 370 ~ 30.81%

%30.27
%38.92
%30.81

CMYK color model

#709072 color CMYK value is (22,0,21,44).

  • cyan value is 22.22%
  • magenta value is 0.00%
  • yellow value is 20.83%
  • key color value is 43.53%
CMYK:
(22,0,21,44)
C22M0Y21K44 
(22%,0%,21%,44%)
(0.22/0.00/0.21/0.44)	

CMYK percentages

%22.22
%0
%20.83
%43.53

Codes

Color #709072 in popluar color models

709072
RGB112144114
HSL124°12.60%50.20%
HSB/HSV124°22.22%56.47%
CMYK22.22%0.00%20.83%
43.53%

Color #709072 in popluar number systems.

HEX709072
Decimal112144114
Binary1110000100100001110010
Octal160220162

Shades and tints

Shades of #709072

#709072
(112,144,114)
#668368
(102,131,104)
#5C765E
(92,118,94)
#526954
(82,105,84)
#485C4A
(72,92,74)
#3E4F40
(62,79,64)
#344236
(52,66,54)
#2A352C
(42,53,44)
#202822
(32,40,34)
#161B18
(22,27,24)
#0C0E0E
(12,14,14)
#000000
(0,0,0)

Tints of #709072

#709072
(112,144,114)
#7D9A7E
(125,154,126)
#8AA48A
(138,164,138)
#97AE96
(151,174,150)
#A4B8A2
(164,184,162)
#B1C2AE
(177,194,174)
#BECCBA
(190,204,186)
#CBD6C6
(203,214,198)
#D8E0D2
(216,224,210)
#E5EADE
(229,234,222)
#F2F4EA
(242,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #709072 color. Also use rgb(112,144,114) instead hex code.

Text Font Color

.myTextColor { color: #709072; }

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

This text font color is #709072.


Background Color

.myBgColor { background-color: #709072; }

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

This div background color is #709072.


Border color

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

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

This div border color is #709072.


Opacity

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

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

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

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

This text has shadow with #709072 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #709072 on black background.


Color preview on white background

This text has color #709072 on white background.



Black color preview on #709072 background

This text has black color on #709072 background.


White color preview on #709072 background

This text has white color on #709072 background.