COLOR #719289

HEX: #719289
RGB: (113,146,137)

Color info

#719289 contains red, green and blue colors in about the same proportion. Web safe color of #719289 is #669999 (or #699).

RGB color model

#719289 color RGB value is (113,146,137).

  • red value is 113;
  • green value is 146;
  • blue value is 137.
RGB:
(113,146,137)
(44%,57%,54%)

RGB channels and saturation

R 113 of 255 = 44%
G 146 of 255 = 57%
B 137 of 255 = 54%

113
146
137

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

Portions of RGB colors in percentages

R + G + B =
113 + 146 + 137 = 396 (100%)
R 113 of 396 ~ 28.54%
G 146 of 396 ~ 36.87%
B 137 of 396 ~ 34.6%

%28.54
%36.87
%34.6

CMYK color model

#719289 color CMYK value is (23,0,6,43).

  • cyan value is 22.60%
  • magenta value is 0.00%
  • yellow value is 6.16%
  • key color value is 42.75%
CMYK:
(23,0,6,43)
C23M0Y6K43 
(23%,0%,6%,43%)
(0.23/0.00/0.06/0.43)	

CMYK percentages

%22.6
%0
%6.16
%42.75

Codes

Color #719289 in popluar color models

719289
RGB113146137
HSL164°13.15%50.78%
HSB/HSV164°22.60%57.25%
CMYK22.60%0.00%6.16%
42.75%

Color #719289 in popluar number systems.

HEX719289
Decimal113146137
Binary11100011001001010001001
Octal161222211

Shades and tints

Shades of #719289

#719289
(113,146,137)
#67857D
(103,133,125)
#5D7871
(93,120,113)
#536B65
(83,107,101)
#495E59
(73,94,89)
#3F514D
(63,81,77)
#354441
(53,68,65)
#2B3735
(43,55,53)
#212A29
(33,42,41)
#171D1D
(23,29,29)
#0D1011
(13,16,17)
#000000
(0,0,0)

Tints of #719289

#719289
(113,146,137)
#7D9B93
(125,155,147)
#89A49D
(137,164,157)
#95ADA7
(149,173,167)
#A1B6B1
(161,182,177)
#ADBFBB
(173,191,187)
#B9C8C5
(185,200,197)
#C5D1CF
(197,209,207)
#D1DAD9
(209,218,217)
#DDE3E3
(221,227,227)
#E9ECED
(233,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #719289 color. Also use rgb(113,146,137) instead hex code.

Text Font Color

.myTextColor { color: #719289; }

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

This text font color is #719289.


Background Color

.myBgColor { background-color: #719289; }

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

This div background color is #719289.


Border color

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

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

This div border color is #719289.


Opacity

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

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

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

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

This text has shadow with #719289 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #719289 on black background.


Color preview on white background

This text has color #719289 on white background.



Black color preview on #719289 background

This text has black color on #719289 background.


White color preview on #719289 background

This text has white color on #719289 background.