COLOR #719F63

HEX: #719F63
RGB: (113,159,99)

Color info

#719F63 contains mainly red and green colors. Web safe color of #719F63 is #669966 (or #696).

RGB color model

#719F63 color RGB value is (113,159,99).

  • red value is 113;
  • green value is 159;
  • blue value is 99.
RGB:
(113,159,99)
(44%,62%,39%)

RGB channels and saturation

R 113 of 255 = 44%
G 159 of 255 = 62%
B 99 of 255 = 39%

113
159
99

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

Portions of RGB colors in percentages

R + G + B =
113 + 159 + 99 = 371 (100%)
R 113 of 371 ~ 30.46%
G 159 of 371 ~ 42.86%
B 99 of 371 ~ 26.68%

%30.46
%42.86
%26.68

CMYK color model

#719F63 color CMYK value is (29,0,38,38).

  • cyan value is 28.93%
  • magenta value is 0.00%
  • yellow value is 37.74%
  • key color value is 37.65%
CMYK:
(29,0,38,38)
C29M0Y38K38 
(29%,0%,38%,38%)
(0.29/0.00/0.38/0.38)	

CMYK percentages

%28.93
%0
%37.74
%37.65

Codes

Color #719F63 in popluar color models

719F63
RGB11315999
HSL106°23.81%50.59%
HSB/HSV106°37.74%62.35%
CMYK28.93%0.00%37.74%
37.65%

Color #719F63 in popluar number systems.

HEX719F63
Decimal11315999
Binary1110001100111111100011
Octal161237143

Shades and tints

Shades of #719F63

#719F63
(113,159,99)
#67915A
(103,145,90)
#5D8351
(93,131,81)
#537548
(83,117,72)
#49673F
(73,103,63)
#3F5936
(63,89,54)
#354B2D
(53,75,45)
#2B3D24
(43,61,36)
#212F1B
(33,47,27)
#172112
(23,33,18)
#0D1309
(13,19,9)
#000000
(0,0,0)

Tints of #719F63

#719F63
(113,159,99)
#7DA771
(125,167,113)
#89AF7F
(137,175,127)
#95B78D
(149,183,141)
#A1BF9B
(161,191,155)
#ADC7A9
(173,199,169)
#B9CFB7
(185,207,183)
#C5D7C5
(197,215,197)
#D1DFD3
(209,223,211)
#DDE7E1
(221,231,225)
#E9EFEF
(233,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #719F63 color. Also use rgb(113,159,99) instead hex code.

Text Font Color

.myTextColor { color: #719F63; }

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

This text font color is #719F63.


Background Color

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

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

This div background color is #719F63.


Border color

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

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

This div border color is #719F63.


Opacity

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

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

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

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

This text has shadow with #719F63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #719F63 on black background.


Color preview on white background

This text has color #719F63 on white background.



Black color preview on #719F63 background

This text has black color on #719F63 background.


White color preview on #719F63 background

This text has white color on #719F63 background.