COLOR #709991

HEX: #709991
RGB: (112,153,145)

Color info

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

RGB color model

#709991 color RGB value is (112,153,145).

  • red value is 112;
  • green value is 153;
  • blue value is 145.
RGB:
(112,153,145)
(44%,60%,57%)

RGB channels and saturation

R 112 of 255 = 44%
G 153 of 255 = 60%
B 145 of 255 = 57%

112
153
145

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

Portions of RGB colors in percentages

R + G + B =
112 + 153 + 145 = 410 (100%)
R 112 of 410 ~ 27.32%
G 153 of 410 ~ 37.32%
B 145 of 410 ~ 35.37%

%27.32
%37.32
%35.37

CMYK color model

#709991 color CMYK value is (27,0,5,40).

  • cyan value is 26.80%
  • magenta value is 0.00%
  • yellow value is 5.23%
  • key color value is 40.00%
CMYK:
(27,0,5,40)
C27M0Y5K40 
(27%,0%,5%,40%)
(0.27/0.00/0.05/0.40)	

CMYK percentages

%26.8
%0
%5.23
%40

Codes

Color #709991 in popluar color models

709991
RGB112153145
HSL168°16.73%51.96%
HSB/HSV168°26.80%60.00%
CMYK26.80%0.00%5.23%
40.00%

Color #709991 in popluar number systems.

HEX709991
Decimal112153145
Binary11100001001100110010001
Octal160231221

Shades and tints

Shades of #709991

#709991
(112,153,145)
#668C84
(102,140,132)
#5C7F77
(92,127,119)
#52726A
(82,114,106)
#48655D
(72,101,93)
#3E5850
(62,88,80)
#344B43
(52,75,67)
#2A3E36
(42,62,54)
#203129
(32,49,41)
#16241C
(22,36,28)
#0C170F
(12,23,15)
#000000
(0,0,0)

Tints of #709991

#709991
(112,153,145)
#7DA29B
(125,162,155)
#8AABA5
(138,171,165)
#97B4AF
(151,180,175)
#A4BDB9
(164,189,185)
#B1C6C3
(177,198,195)
#BECFCD
(190,207,205)
#CBD8D7
(203,216,215)
#D8E1E1
(216,225,225)
#E5EAEB
(229,234,235)
#F2F3F5
(242,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #709991 color. Also use rgb(112,153,145) instead hex code.

Text Font Color

.myTextColor { color: #709991; }

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

This text font color is #709991.


Background Color

.myBgColor { background-color: #709991; }

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

This div background color is #709991.


Border color

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

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

This div border color is #709991.


Opacity

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

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

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

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

This text has shadow with #709991 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #709991 on black background.


Color preview on white background

This text has color #709991 on white background.



Black color preview on #709991 background

This text has black color on #709991 background.


White color preview on #709991 background

This text has white color on #709991 background.