COLOR #719959

HEX: #719959
RGB: (113,153,89)

Color info

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

RGB color model

#719959 color RGB value is (113,153,89).

  • red value is 113;
  • green value is 153;
  • blue value is 89.
RGB:
(113,153,89)
(44%,60%,35%)

RGB channels and saturation

R 113 of 255 = 44%
G 153 of 255 = 60%
B 89 of 255 = 35%

113
153
89

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

Portions of RGB colors in percentages

R + G + B =
113 + 153 + 89 = 355 (100%)
R 113 of 355 ~ 31.83%
G 153 of 355 ~ 43.1%
B 89 of 355 ~ 25.07%

%31.83
%43.1
%25.07

CMYK color model

#719959 color CMYK value is (26,0,42,40).

  • cyan value is 26.14%
  • magenta value is 0.00%
  • yellow value is 41.83%
  • key color value is 40.00%
CMYK:
(26,0,42,40)
C26M0Y42K40 
(26%,0%,42%,40%)
(0.26/0.00/0.42/0.40)	

CMYK percentages

%26.14
%0
%41.83
%40

Codes

Color #719959 in popluar color models

719959
RGB11315389
HSL98°26.45%47.45%
HSB/HSV98°41.83%60.00%
CMYK26.14%0.00%41.83%
40.00%

Color #719959 in popluar number systems.

HEX719959
Decimal11315389
Binary1110001100110011011001
Octal161231131

Shades and tints

Shades of #719959

#719959
(113,153,89)
#678C51
(103,140,81)
#5D7F49
(93,127,73)
#537241
(83,114,65)
#496539
(73,101,57)
#3F5831
(63,88,49)
#354B29
(53,75,41)
#2B3E21
(43,62,33)
#213119
(33,49,25)
#172411
(23,36,17)
#0D1709
(13,23,9)
#000000
(0,0,0)

Tints of #719959

#719959
(113,153,89)
#7DA268
(125,162,104)
#89AB77
(137,171,119)
#95B486
(149,180,134)
#A1BD95
(161,189,149)
#ADC6A4
(173,198,164)
#B9CFB3
(185,207,179)
#C5D8C2
(197,216,194)
#D1E1D1
(209,225,209)
#DDEAE0
(221,234,224)
#E9F3EF
(233,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #719959 color. Also use rgb(113,153,89) instead hex code.

Text Font Color

.myTextColor { color: #719959; }

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

This text font color is #719959.


Background Color

.myBgColor { background-color: #719959; }

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

This div background color is #719959.


Border color

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

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

This div border color is #719959.


Opacity

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

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

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

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

This text has shadow with #719959 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #719959 on black background.


Color preview on white background

This text has color #719959 on white background.



Black color preview on #719959 background

This text has black color on #719959 background.


White color preview on #719959 background

This text has white color on #719959 background.