COLOR #719B7C

HEX: #719B7C
RGB: (113,155,124)

Color info

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

RGB color model

#719B7C color RGB value is (113,155,124).

  • red value is 113;
  • green value is 155;
  • blue value is 124.
RGB:
(113,155,124)
(44%,61%,49%)

RGB channels and saturation

R 113 of 255 = 44%
G 155 of 255 = 61%
B 124 of 255 = 49%

113
155
124

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

Portions of RGB colors in percentages

R + G + B =
113 + 155 + 124 = 392 (100%)
R 113 of 392 ~ 28.83%
G 155 of 392 ~ 39.54%
B 124 of 392 ~ 31.63%

%28.83
%39.54
%31.63

CMYK color model

#719B7C color CMYK value is (27,0,20,39).

  • cyan value is 27.10%
  • magenta value is 0.00%
  • yellow value is 20.00%
  • key color value is 39.22%
CMYK:
(27,0,20,39)
C27M0Y20K39 
(27%,0%,20%,39%)
(0.27/0.00/0.20/0.39)	

CMYK percentages

%27.1
%0
%20
%39.22

Codes

Color #719B7C in popluar color models

719B7C
RGB113155124
HSL136°17.36%52.55%
HSB/HSV136°27.10%60.78%
CMYK27.10%0.00%20.00%
39.22%

Color #719B7C in popluar number systems.

HEX719B7C
Decimal113155124
Binary1110001100110111111100
Octal161233174

Shades and tints

Shades of #719B7C

#719B7C
(113,155,124)
#678D71
(103,141,113)
#5D7F66
(93,127,102)
#53715B
(83,113,91)
#496350
(73,99,80)
#3F5545
(63,85,69)
#35473A
(53,71,58)
#2B392F
(43,57,47)
#212B24
(33,43,36)
#171D19
(23,29,25)
#0D0F0E
(13,15,14)
#000000
(0,0,0)

Tints of #719B7C

#719B7C
(113,155,124)
#7DA487
(125,164,135)
#89AD92
(137,173,146)
#95B69D
(149,182,157)
#A1BFA8
(161,191,168)
#ADC8B3
(173,200,179)
#B9D1BE
(185,209,190)
#C5DAC9
(197,218,201)
#D1E3D4
(209,227,212)
#DDECDF
(221,236,223)
#E9F5EA
(233,245,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #719B7C color. Also use rgb(113,155,124) instead hex code.

Text Font Color

.myTextColor { color: #719B7C; }

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

This text font color is #719B7C.


Background Color

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

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

This div background color is #719B7C.


Border color

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

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

This div border color is #719B7C.


Opacity

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

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

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

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

This text has shadow with #719B7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #719B7C on black background.


Color preview on white background

This text has color #719B7C on white background.



Black color preview on #719B7C background

This text has black color on #719B7C background.


White color preview on #719B7C background

This text has white color on #719B7C background.