COLOR #718774

HEX: #718774
RGB: (113,135,116)

Color info

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

RGB color model

#718774 color RGB value is (113,135,116).

  • red value is 113;
  • green value is 135;
  • blue value is 116.
RGB:
(113,135,116)
(44%,53%,45%)

RGB channels and saturation

R 113 of 255 = 44%
G 135 of 255 = 53%
B 116 of 255 = 45%

113
135
116

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

Portions of RGB colors in percentages

R + G + B =
113 + 135 + 116 = 364 (100%)
R 113 of 364 ~ 31.04%
G 135 of 364 ~ 37.09%
B 116 of 364 ~ 31.87%

%31.04
%37.09
%31.87

CMYK color model

#718774 color CMYK value is (16,0,14,47).

  • cyan value is 16.30%
  • magenta value is 0.00%
  • yellow value is 14.07%
  • key color value is 47.06%
CMYK:
(16,0,14,47)
C16M0Y14K47 
(16%,0%,14%,47%)
(0.16/0.00/0.14/0.47)	

CMYK percentages

%16.3
%0
%14.07
%47.06

Codes

Color #718774 in popluar color models

718774
RGB113135116
HSL128°8.87%48.63%
HSB/HSV128°16.30%52.94%
CMYK16.30%0.00%14.07%
47.06%

Color #718774 in popluar number systems.

HEX718774
Decimal113135116
Binary1110001100001111110100
Octal161207164

Shades and tints

Shades of #718774

#718774
(113,135,116)
#677B6A
(103,123,106)
#5D6F60
(93,111,96)
#536356
(83,99,86)
#49574C
(73,87,76)
#3F4B42
(63,75,66)
#353F38
(53,63,56)
#2B332E
(43,51,46)
#212724
(33,39,36)
#171B1A
(23,27,26)
#0D0F10
(13,15,16)
#000000
(0,0,0)

Tints of #718774

#718774
(113,135,116)
#7D9180
(125,145,128)
#899B8C
(137,155,140)
#95A598
(149,165,152)
#A1AFA4
(161,175,164)
#ADB9B0
(173,185,176)
#B9C3BC
(185,195,188)
#C5CDC8
(197,205,200)
#D1D7D4
(209,215,212)
#DDE1E0
(221,225,224)
#E9EBEC
(233,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #718774 color. Also use rgb(113,135,116) instead hex code.

Text Font Color

.myTextColor { color: #718774; }

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

This text font color is #718774.


Background Color

.myBgColor { background-color: #718774; }

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

This div background color is #718774.


Border color

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

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

This div border color is #718774.


Opacity

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

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

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

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

This text has shadow with #718774 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #718774 on black background.


Color preview on white background

This text has color #718774 on white background.



Black color preview on #718774 background

This text has black color on #718774 background.


White color preview on #718774 background

This text has white color on #718774 background.