COLOR #709084

HEX: #709084
RGB: (112,144,132)

Color info

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

RGB color model

#709084 color RGB value is (112,144,132).

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

RGB channels and saturation

R 112 of 255 = 44%
G 144 of 255 = 56%
B 132 of 255 = 52%

112
144
132

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

Portions of RGB colors in percentages

R + G + B =
112 + 144 + 132 = 388 (100%)
R 112 of 388 ~ 28.87%
G 144 of 388 ~ 37.11%
B 132 of 388 ~ 34.02%

%28.87
%37.11
%34.02

CMYK color model

#709084 color CMYK value is (22,0,8,44).

  • cyan value is 22.22%
  • magenta value is 0.00%
  • yellow value is 8.33%
  • key color value is 43.53%
CMYK:
(22,0,8,44)
C22M0Y8K44 
(22%,0%,8%,44%)
(0.22/0.00/0.08/0.44)	

CMYK percentages

%22.22
%0
%8.33
%43.53

Codes

Color #709084 in popluar color models

709084
RGB112144132
HSL158°12.60%50.20%
HSB/HSV158°22.22%56.47%
CMYK22.22%0.00%8.33%
43.53%

Color #709084 in popluar number systems.

HEX709084
Decimal112144132
Binary11100001001000010000100
Octal160220204

Shades and tints

Shades of #709084

#709084
(112,144,132)
#668378
(102,131,120)
#5C766C
(92,118,108)
#526960
(82,105,96)
#485C54
(72,92,84)
#3E4F48
(62,79,72)
#34423C
(52,66,60)
#2A3530
(42,53,48)
#202824
(32,40,36)
#161B18
(22,27,24)
#0C0E0C
(12,14,12)
#000000
(0,0,0)

Tints of #709084

#709084
(112,144,132)
#7D9A8F
(125,154,143)
#8AA49A
(138,164,154)
#97AEA5
(151,174,165)
#A4B8B0
(164,184,176)
#B1C2BB
(177,194,187)
#BECCC6
(190,204,198)
#CBD6D1
(203,214,209)
#D8E0DC
(216,224,220)
#E5EAE7
(229,234,231)
#F2F4F2
(242,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #709084; }

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

This text font color is #709084.


Background Color

.myBgColor { background-color: #709084; }

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

This div background color is #709084.


Border color

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

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

This div border color is #709084.


Opacity

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

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

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

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

This text has shadow with #709084 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #709084 on black background.


Color preview on white background

This text has color #709084 on white background.



Black color preview on #709084 background

This text has black color on #709084 background.


White color preview on #709084 background

This text has white color on #709084 background.