COLOR #719073

HEX: #719073
RGB: (113,144,115)

Color info

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

RGB color model

#719073 color RGB value is (113,144,115).

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

RGB channels and saturation

R 113 of 255 = 44%
G 144 of 255 = 56%
B 115 of 255 = 45%

113
144
115

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

Portions of RGB colors in percentages

R + G + B =
113 + 144 + 115 = 372 (100%)
R 113 of 372 ~ 30.38%
G 144 of 372 ~ 38.71%
B 115 of 372 ~ 30.91%

%30.38
%38.71
%30.91

CMYK color model

#719073 color CMYK value is (22,0,20,44).

  • cyan value is 21.53%
  • magenta value is 0.00%
  • yellow value is 20.14%
  • key color value is 43.53%
CMYK:
(22,0,20,44)
C22M0Y20K44 
(22%,0%,20%,44%)
(0.22/0.00/0.20/0.44)	

CMYK percentages

%21.53
%0
%20.14
%43.53

Codes

Color #719073 in popluar color models

719073
RGB113144115
HSL124°12.25%50.39%
HSB/HSV124°21.53%56.47%
CMYK21.53%0.00%20.14%
43.53%

Color #719073 in popluar number systems.

HEX719073
Decimal113144115
Binary1110001100100001110011
Octal161220163

Shades and tints

Shades of #719073

#719073
(113,144,115)
#678369
(103,131,105)
#5D765F
(93,118,95)
#536955
(83,105,85)
#495C4B
(73,92,75)
#3F4F41
(63,79,65)
#354237
(53,66,55)
#2B352D
(43,53,45)
#212823
(33,40,35)
#171B19
(23,27,25)
#0D0E0F
(13,14,15)
#000000
(0,0,0)

Tints of #719073

#719073
(113,144,115)
#7D9A7F
(125,154,127)
#89A48B
(137,164,139)
#95AE97
(149,174,151)
#A1B8A3
(161,184,163)
#ADC2AF
(173,194,175)
#B9CCBB
(185,204,187)
#C5D6C7
(197,214,199)
#D1E0D3
(209,224,211)
#DDEADF
(221,234,223)
#E9F4EB
(233,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #719073; }

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

This text font color is #719073.


Background Color

.myBgColor { background-color: #719073; }

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

This div background color is #719073.


Border color

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

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

This div border color is #719073.


Opacity

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

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

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

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

This text has shadow with #719073 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #719073 on black background.


Color preview on white background

This text has color #719073 on white background.



Black color preview on #719073 background

This text has black color on #719073 background.


White color preview on #719073 background

This text has white color on #719073 background.