COLOR #709478

HEX: #709478
RGB: (112,148,120)

Color info

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

RGB color model

#709478 color RGB value is (112,148,120).

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

RGB channels and saturation

R 112 of 255 = 44%
G 148 of 255 = 58%
B 120 of 255 = 47%

112
148
120

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

Portions of RGB colors in percentages

R + G + B =
112 + 148 + 120 = 380 (100%)
R 112 of 380 ~ 29.47%
G 148 of 380 ~ 38.95%
B 120 of 380 ~ 31.58%

%29.47
%38.95
%31.58

CMYK color model

#709478 color CMYK value is (24,0,19,42).

  • cyan value is 24.32%
  • magenta value is 0.00%
  • yellow value is 18.92%
  • key color value is 41.96%
CMYK:
(24,0,19,42)
C24M0Y19K42 
(24%,0%,19%,42%)
(0.24/0.00/0.19/0.42)	

CMYK percentages

%24.32
%0
%18.92
%41.96

Codes

Color #709478 in popluar color models

709478
RGB112148120
HSL133°14.40%50.98%
HSB/HSV133°24.32%58.04%
CMYK24.32%0.00%18.92%
41.96%

Color #709478 in popluar number systems.

HEX709478
Decimal112148120
Binary1110000100101001111000
Octal160224170

Shades and tints

Shades of #709478

#709478
(112,148,120)
#66876E
(102,135,110)
#5C7A64
(92,122,100)
#526D5A
(82,109,90)
#486050
(72,96,80)
#3E5346
(62,83,70)
#34463C
(52,70,60)
#2A3932
(42,57,50)
#202C28
(32,44,40)
#161F1E
(22,31,30)
#0C1214
(12,18,20)
#000000
(0,0,0)

Tints of #709478

#709478
(112,148,120)
#7D9D84
(125,157,132)
#8AA690
(138,166,144)
#97AF9C
(151,175,156)
#A4B8A8
(164,184,168)
#B1C1B4
(177,193,180)
#BECAC0
(190,202,192)
#CBD3CC
(203,211,204)
#D8DCD8
(216,220,216)
#E5E5E4
(229,229,228)
#F2EEF0
(242,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #709478; }

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

This text font color is #709478.


Background Color

.myBgColor { background-color: #709478; }

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

This div background color is #709478.


Border color

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

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

This div border color is #709478.


Opacity

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

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

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

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

This text has shadow with #709478 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #709478 on black background.


Color preview on white background

This text has color #709478 on white background.



Black color preview on #709478 background

This text has black color on #709478 background.


White color preview on #709478 background

This text has white color on #709478 background.