COLOR #719079

HEX: #719079
RGB: (113,144,121)

Color info

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

RGB color model

#719079 color RGB value is (113,144,121).

  • red value is 113;
  • green value is 144;
  • blue value is 121.
RGB:
(113,144,121)
(44%,56%,47%)

RGB channels and saturation

R 113 of 255 = 44%
G 144 of 255 = 56%
B 121 of 255 = 47%

113
144
121

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

Portions of RGB colors in percentages

R + G + B =
113 + 144 + 121 = 378 (100%)
R 113 of 378 ~ 29.89%
G 144 of 378 ~ 38.1%
B 121 of 378 ~ 32.01%

%29.89
%38.1
%32.01

CMYK color model

#719079 color CMYK value is (22,0,16,44).

  • cyan value is 21.53%
  • magenta value is 0.00%
  • yellow value is 15.97%
  • key color value is 43.53%
CMYK:
(22,0,16,44)
C22M0Y16K44 
(22%,0%,16%,44%)
(0.22/0.00/0.16/0.44)	

CMYK percentages

%21.53
%0
%15.97
%43.53

Codes

Color #719079 in popluar color models

719079
RGB113144121
HSL135°12.25%50.39%
HSB/HSV135°21.53%56.47%
CMYK21.53%0.00%15.97%
43.53%

Color #719079 in popluar number systems.

HEX719079
Decimal113144121
Binary1110001100100001111001
Octal161220171

Shades and tints

Shades of #719079

#719079
(113,144,121)
#67836E
(103,131,110)
#5D7663
(93,118,99)
#536958
(83,105,88)
#495C4D
(73,92,77)
#3F4F42
(63,79,66)
#354237
(53,66,55)
#2B352C
(43,53,44)
#212821
(33,40,33)
#171B16
(23,27,22)
#0D0E0B
(13,14,11)
#000000
(0,0,0)

Tints of #719079

#719079
(113,144,121)
#7D9A85
(125,154,133)
#89A491
(137,164,145)
#95AE9D
(149,174,157)
#A1B8A9
(161,184,169)
#ADC2B5
(173,194,181)
#B9CCC1
(185,204,193)
#C5D6CD
(197,214,205)
#D1E0D9
(209,224,217)
#DDEAE5
(221,234,229)
#E9F4F1
(233,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #719079 color. Also use rgb(113,144,121) instead hex code.

Text Font Color

.myTextColor { color: #719079; }

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

This text font color is #719079.


Background Color

.myBgColor { background-color: #719079; }

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

This div background color is #719079.


Border color

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

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

This div border color is #719079.


Opacity

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

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

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

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

This text has shadow with #719079 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #719079 on black background.


Color preview on white background

This text has color #719079 on white background.



Black color preview on #719079 background

This text has black color on #719079 background.


White color preview on #719079 background

This text has white color on #719079 background.