COLOR #719290

HEX: #719290
RGB: (113,146,144)

Color info

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

RGB color model

#719290 color RGB value is (113,146,144).

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

RGB channels and saturation

R 113 of 255 = 44%
G 146 of 255 = 57%
B 144 of 255 = 56%

113
146
144

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

Portions of RGB colors in percentages

R + G + B =
113 + 146 + 144 = 403 (100%)
R 113 of 403 ~ 28.04%
G 146 of 403 ~ 36.23%
B 144 of 403 ~ 35.73%

%28.04
%36.23
%35.73

CMYK color model

#719290 color CMYK value is (23,0,1,43).

  • cyan value is 22.60%
  • magenta value is 0.00%
  • yellow value is 1.37%
  • key color value is 42.75%
CMYK:
(23,0,1,43)
C23M0Y1K43 
(23%,0%,1%,43%)
(0.23/0.00/0.01/0.43)	

CMYK percentages

%22.6
%0
%1.37
%42.75

Codes

Color #719290 in popluar color models

719290
RGB113146144
HSL176°13.15%50.78%
HSB/HSV176°22.60%57.25%
CMYK22.60%0.00%1.37%
42.75%

Color #719290 in popluar number systems.

HEX719290
Decimal113146144
Binary11100011001001010010000
Octal161222220

Shades and tints

Shades of #719290

#719290
(113,146,144)
#678583
(103,133,131)
#5D7876
(93,120,118)
#536B69
(83,107,105)
#495E5C
(73,94,92)
#3F514F
(63,81,79)
#354442
(53,68,66)
#2B3735
(43,55,53)
#212A28
(33,42,40)
#171D1B
(23,29,27)
#0D100E
(13,16,14)
#000000
(0,0,0)

Tints of #719290

#719290
(113,146,144)
#7D9B9A
(125,155,154)
#89A4A4
(137,164,164)
#95ADAE
(149,173,174)
#A1B6B8
(161,182,184)
#ADBFC2
(173,191,194)
#B9C8CC
(185,200,204)
#C5D1D6
(197,209,214)
#D1DAE0
(209,218,224)
#DDE3EA
(221,227,234)
#E9ECF4
(233,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #719290; }

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

This text font color is #719290.


Background Color

.myBgColor { background-color: #719290; }

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

This div background color is #719290.


Border color

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

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

This div border color is #719290.


Opacity

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

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

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

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

This text has shadow with #719290 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #719290 on black background.


Color preview on white background

This text has color #719290 on white background.



Black color preview on #719290 background

This text has black color on #719290 background.


White color preview on #719290 background

This text has white color on #719290 background.