COLOR #719F94

HEX: #719F94 RGB: (113,159,148)

Color info

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

RGB color model

#719F94 color RGB value is (113,159,148).

RGB: (113,159,148) (44%, 62%, 58%)

RGB channels and saturation

R 113 of 255 = 44%
G 159 of 255 = 62%
B 148 of 255 = 58%

113
159
148

R + G + B ~ 55%. #719F94 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 113 + 159 + 148 = 420 (100%)
R 113 of 420 ~ 26.9%
G 159 of 420 ~ 37.86%
B 148 of 420 ~ 35.24'%

%26.9
%37.86
%35.24

CMYK color model

#719F94 color CMYK value is (29,0,7,38).

  • cyan value is 28.93%
  • magenta value is 0.00%
  • yellow value is 6.92%
  • key color value is 37.65%

CMYK: (29,0,7,38)
C29M0Y7K38 (29%, 0%, 7%, 38%)
(0.29 / 0.00 / 0.07 / 0.38)

CMYK percentages

%28.93
%0
%6.92
%37.65

Codes

Color #719F94 in popluar color models

71 9F 94
RGB 113 159 148
HSL 166° 19.33% 53.33%
HSB/HSV 166° 28.93% 62.35%
CMYK 28.93% 0.00% 6.92%
37.65%

Color #719F94 in popluar number systems.

HEX 71 9F 94
Decimal 113 159 148
Binary 1110001 10011111 10010100
Octal 161 237 224

Shades and tints

Shades of #719F94

#719F94
(113,159,148)
#679187
(103,145,135)
#5D837A
(93,131,122)
#53756D
(83,117,109)
#496760
(73,103,96)
#3F5953
(63,89,83)
#354B46
(53,75,70)
#2B3D39
(43,61,57)
#212F2C
(33,47,44)
#17211F
(23,33,31)
#0D1312
(13,19,18)
#000000
(0,0,0)

Tints of #719F94

#719F94
(113,159,148)
#7DA79D
(125,167,157)
#89AFA6
(137,175,166)
#95B7AF
(149,183,175)
#A1BFB8
(161,191,184)
#ADC7C1
(173,199,193)
#B9CFCA
(185,207,202)
#C5D7D3
(197,215,211)
#D1DFDC
(209,223,220)
#DDE7E5
(221,231,229)
#E9EFEE
(233,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #719F94 color. Also use rgb(113,159,148) instead hex code.

Text Font Color

.myTextColor { color: #719F94; }

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

This text font color is #719F94.

Background Color

.myBgColor { background-color: #719F94; }

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

This div background color is #719F94.

Border color

.myBorderColor { border: 1px solid #719F94; }

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

This div border color is #719F94.

Opacity

.myOpacity80 { color: #719F94; opacity: 0.8; }

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

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

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

This text has shadow with #719F94 color.


.textShadow {text-shadow: 3px 3px 1px #719F94', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #719F94; -webkit-box-shadow: 1px 1px 3px 2px #719F94; box-shadow:1px 1px 3px 2px #719F94;">
Div content here
</div>

This div box has shadow with color #719F94.

Preview

Color preview on black background

This text has color #719F94 on black background.


Color preview on white background

This text has color #719F94 on white background.


Black color preview on #719F94 background

This text has black color on #719F94 background.


White color preview on #719F94 background

This text has white color on #719F94 background.


Related colors

Complementary color

Complementary color for #hex is #8E606B.


I love getcolorcode.com

Triadic colors

1 #94719F and #9F9471 with #719F94 are triadic colors.

2 #949F71 and #9F7194 with #719F94 are triadic colors.