COLOR #719775

HEX: #719775
RGB: (113,151,117)

Color info

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

RGB color model

#719775 color RGB value is (113,151,117).

  • red value is 113;
  • green value is 151;
  • blue value is 117.
RGB:
(113,151,117)
(44%,59%,46%)

RGB channels and saturation

R 113 of 255 = 44%
G 151 of 255 = 59%
B 117 of 255 = 46%

113
151
117

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

Portions of RGB colors in percentages

R + G + B =
113 + 151 + 117 = 381 (100%)
R 113 of 381 ~ 29.66%
G 151 of 381 ~ 39.63%
B 117 of 381 ~ 30.71%

%29.66
%39.63
%30.71

CMYK color model

#719775 color CMYK value is (25,0,23,41).

  • cyan value is 25.17%
  • magenta value is 0.00%
  • yellow value is 22.52%
  • key color value is 40.78%
CMYK:
(25,0,23,41)
C25M0Y23K41 
(25%,0%,23%,41%)
(0.25/0.00/0.23/0.41)	

CMYK percentages

%25.17
%0
%22.52
%40.78

Codes

Color #719775 in popluar color models

719775
RGB113151117
HSL126°15.45%51.76%
HSB/HSV126°25.17%59.22%
CMYK25.17%0.00%22.52%
40.78%

Color #719775 in popluar number systems.

HEX719775
Decimal113151117
Binary1110001100101111110101
Octal161227165

Shades and tints

Shades of #719775

#719775
(113,151,117)
#678A6B
(103,138,107)
#5D7D61
(93,125,97)
#537057
(83,112,87)
#49634D
(73,99,77)
#3F5643
(63,86,67)
#354939
(53,73,57)
#2B3C2F
(43,60,47)
#212F25
(33,47,37)
#17221B
(23,34,27)
#0D1511
(13,21,17)
#000000
(0,0,0)

Tints of #719775

#719775
(113,151,117)
#7DA081
(125,160,129)
#89A98D
(137,169,141)
#95B299
(149,178,153)
#A1BBA5
(161,187,165)
#ADC4B1
(173,196,177)
#B9CDBD
(185,205,189)
#C5D6C9
(197,214,201)
#D1DFD5
(209,223,213)
#DDE8E1
(221,232,225)
#E9F1ED
(233,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #719775 color. Also use rgb(113,151,117) instead hex code.

Text Font Color

.myTextColor { color: #719775; }

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

This text font color is #719775.


Background Color

.myBgColor { background-color: #719775; }

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

This div background color is #719775.


Border color

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

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

This div border color is #719775.


Opacity

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

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

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

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

This text has shadow with #719775 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #719775 on black background.


Color preview on white background

This text has color #719775 on white background.



Black color preview on #719775 background

This text has black color on #719775 background.


White color preview on #719775 background

This text has white color on #719775 background.