COLOR #719383

HEX: #719383
RGB: (113,147,131)

Color info

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

RGB color model

#719383 color RGB value is (113,147,131).

  • red value is 113;
  • green value is 147;
  • blue value is 131.
RGB:
(113,147,131)
(44%,58%,51%)

RGB channels and saturation

R 113 of 255 = 44%
G 147 of 255 = 58%
B 131 of 255 = 51%

113
147
131

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

Portions of RGB colors in percentages

R + G + B =
113 + 147 + 131 = 391 (100%)
R 113 of 391 ~ 28.9%
G 147 of 391 ~ 37.6%
B 131 of 391 ~ 33.5%

%28.9
%37.6
%33.5

CMYK color model

#719383 color CMYK value is (23,0,11,42).

  • cyan value is 23.13%
  • magenta value is 0.00%
  • yellow value is 10.88%
  • key color value is 42.35%
CMYK:
(23,0,11,42)
C23M0Y11K42 
(23%,0%,11%,42%)
(0.23/0.00/0.11/0.42)	

CMYK percentages

%23.13
%0
%10.88
%42.35

Codes

Color #719383 in popluar color models

719383
RGB113147131
HSL152°13.60%50.98%
HSB/HSV152°23.13%57.65%
CMYK23.13%0.00%10.88%
42.35%

Color #719383 in popluar number systems.

HEX719383
Decimal113147131
Binary11100011001001110000011
Octal161223203

Shades and tints

Shades of #719383

#719383
(113,147,131)
#678678
(103,134,120)
#5D796D
(93,121,109)
#536C62
(83,108,98)
#495F57
(73,95,87)
#3F524C
(63,82,76)
#354541
(53,69,65)
#2B3836
(43,56,54)
#212B2B
(33,43,43)
#171E20
(23,30,32)
#0D1115
(13,17,21)
#000000
(0,0,0)

Tints of #719383

#719383
(113,147,131)
#7D9C8E
(125,156,142)
#89A599
(137,165,153)
#95AEA4
(149,174,164)
#A1B7AF
(161,183,175)
#ADC0BA
(173,192,186)
#B9C9C5
(185,201,197)
#C5D2D0
(197,210,208)
#D1DBDB
(209,219,219)
#DDE4E6
(221,228,230)
#E9EDF1
(233,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #719383 color. Also use rgb(113,147,131) instead hex code.

Text Font Color

.myTextColor { color: #719383; }

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

This text font color is #719383.


Background Color

.myBgColor { background-color: #719383; }

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

This div background color is #719383.


Border color

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

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

This div border color is #719383.


Opacity

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

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

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

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

This text has shadow with #719383 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #719383 on black background.


Color preview on white background

This text has color #719383 on white background.



Black color preview on #719383 background

This text has black color on #719383 background.


White color preview on #719383 background

This text has white color on #719383 background.