COLOR #719C8C

HEX: #719C8C
RGB: (113,156,140)

Color info

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

RGB color model

#719C8C color RGB value is (113,156,140).

  • red value is 113;
  • green value is 156;
  • blue value is 140.
RGB:
(113,156,140)
(44%,61%,55%)

RGB channels and saturation

R 113 of 255 = 44%
G 156 of 255 = 61%
B 140 of 255 = 55%

113
156
140

R + G + B ~ 53%. #719C8C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
113 + 156 + 140 = 409 (100%)
R 113 of 409 ~ 27.63%
G 156 of 409 ~ 38.14%
B 140 of 409 ~ 34.23%

%27.63
%38.14
%34.23

CMYK color model

#719C8C color CMYK value is (28,0,10,39).

  • cyan value is 27.56%
  • magenta value is 0.00%
  • yellow value is 10.26%
  • key color value is 38.82%
CMYK:
(28,0,10,39)
C28M0Y10K39 
(28%,0%,10%,39%)
(0.28/0.00/0.10/0.39)	

CMYK percentages

%27.56
%0
%10.26
%38.82

Codes

Color #719C8C in popluar color models

719C8C
RGB113156140
HSL158°17.84%52.75%
HSB/HSV158°27.56%61.18%
CMYK27.56%0.00%10.26%
38.82%

Color #719C8C in popluar number systems.

HEX719C8C
Decimal113156140
Binary11100011001110010001100
Octal161234214

Shades and tints

Shades of #719C8C

#719C8C
(113,156,140)
#678E80
(103,142,128)
#5D8074
(93,128,116)
#537268
(83,114,104)
#49645C
(73,100,92)
#3F5650
(63,86,80)
#354844
(53,72,68)
#2B3A38
(43,58,56)
#212C2C
(33,44,44)
#171E20
(23,30,32)
#0D1014
(13,16,20)
#000000
(0,0,0)

Tints of #719C8C

#719C8C
(113,156,140)
#7DA596
(125,165,150)
#89AEA0
(137,174,160)
#95B7AA
(149,183,170)
#A1C0B4
(161,192,180)
#ADC9BE
(173,201,190)
#B9D2C8
(185,210,200)
#C5DBD2
(197,219,210)
#D1E4DC
(209,228,220)
#DDEDE6
(221,237,230)
#E9F6F0
(233,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #719C8C color. Also use rgb(113,156,140) instead hex code.

Text Font Color

.myTextColor { color: #719C8C; }

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

This text font color is #719C8C.


Background Color

.myBgColor { background-color: #719C8C; }

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

This div background color is #719C8C.


Border color

.myBorderColor { border: 1px solid #719C8C; }

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

This div border color is #719C8C.


Opacity

.myOpacity80 { color: #719C8C; opacity: 0.8; }

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

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

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

This text has shadow with #719C8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #719C8C on black background.


Color preview on white background

This text has color #719C8C on white background.



Black color preview on #719C8C background

This text has black color on #719C8C background.


White color preview on #719C8C background

This text has white color on #719C8C background.