COLOR #709480

HEX: #709480
RGB: (112,148,128)

Color info

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

RGB color model

#709480 color RGB value is (112,148,128).

  • red value is 112;
  • green value is 148;
  • blue value is 128.
RGB:
(112,148,128)
(44%,58%,50%)

RGB channels and saturation

R 112 of 255 = 44%
G 148 of 255 = 58%
B 128 of 255 = 50%

112
148
128

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

Portions of RGB colors in percentages

R + G + B =
112 + 148 + 128 = 388 (100%)
R 112 of 388 ~ 28.87%
G 148 of 388 ~ 38.14%
B 128 of 388 ~ 32.99%

%28.87
%38.14
%32.99

CMYK color model

#709480 color CMYK value is (24,0,14,42).

  • cyan value is 24.32%
  • magenta value is 0.00%
  • yellow value is 13.51%
  • key color value is 41.96%
CMYK:
(24,0,14,42)
C24M0Y14K42 
(24%,0%,14%,42%)
(0.24/0.00/0.14/0.42)	

CMYK percentages

%24.32
%0
%13.51
%41.96

Codes

Color #709480 in popluar color models

709480
RGB112148128
HSL147°14.40%50.98%
HSB/HSV147°24.32%58.04%
CMYK24.32%0.00%13.51%
41.96%

Color #709480 in popluar number systems.

HEX709480
Decimal112148128
Binary11100001001010010000000
Octal160224200

Shades and tints

Shades of #709480

#709480
(112,148,128)
#668775
(102,135,117)
#5C7A6A
(92,122,106)
#526D5F
(82,109,95)
#486054
(72,96,84)
#3E5349
(62,83,73)
#34463E
(52,70,62)
#2A3933
(42,57,51)
#202C28
(32,44,40)
#161F1D
(22,31,29)
#0C1212
(12,18,18)
#000000
(0,0,0)

Tints of #709480

#709480
(112,148,128)
#7D9D8B
(125,157,139)
#8AA696
(138,166,150)
#97AFA1
(151,175,161)
#A4B8AC
(164,184,172)
#B1C1B7
(177,193,183)
#BECAC2
(190,202,194)
#CBD3CD
(203,211,205)
#D8DCD8
(216,220,216)
#E5E5E3
(229,229,227)
#F2EEEE
(242,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #709480 color. Also use rgb(112,148,128) instead hex code.

Text Font Color

.myTextColor { color: #709480; }

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

This text font color is #709480.


Background Color

.myBgColor { background-color: #709480; }

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

This div background color is #709480.


Border color

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

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

This div border color is #709480.


Opacity

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

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

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

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

This text has shadow with #709480 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #709480 on black background.


Color preview on white background

This text has color #709480 on white background.



Black color preview on #709480 background

This text has black color on #709480 background.


White color preview on #709480 background

This text has white color on #709480 background.