COLOR #718F62

HEX: #718F62
RGB: (113,143,98)

Color info

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

RGB color model

#718F62 color RGB value is (113,143,98).

  • red value is 113;
  • green value is 143;
  • blue value is 98.
RGB:
(113,143,98)
(44%,56%,38%)

RGB channels and saturation

R 113 of 255 = 44%
G 143 of 255 = 56%
B 98 of 255 = 38%

113
143
98

R + G + B ~ 46%. #718F62 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
113 + 143 + 98 = 354 (100%)
R 113 of 354 ~ 31.92%
G 143 of 354 ~ 40.4%
B 98 of 354 ~ 27.68%

%31.92
%40.4
%27.68

CMYK color model

#718F62 color CMYK value is (21,0,31,44).

  • cyan value is 20.98%
  • magenta value is 0.00%
  • yellow value is 31.47%
  • key color value is 43.92%
CMYK:
(21,0,31,44)
C21M0Y31K44 
(21%,0%,31%,44%)
(0.21/0.00/0.31/0.44)	

CMYK percentages

%20.98
%0
%31.47
%43.92

Codes

Color #718F62 in popluar color models

718F62
RGB11314398
HSL100°18.67%47.25%
HSB/HSV100°31.47%56.08%
CMYK20.98%0.00%31.47%
43.92%

Color #718F62 in popluar number systems.

HEX718F62
Decimal11314398
Binary1110001100011111100010
Octal161217142

Shades and tints

Shades of #718F62

#718F62
(113,143,98)
#67825A
(103,130,90)
#5D7552
(93,117,82)
#53684A
(83,104,74)
#495B42
(73,91,66)
#3F4E3A
(63,78,58)
#354132
(53,65,50)
#2B342A
(43,52,42)
#212722
(33,39,34)
#171A1A
(23,26,26)
#0D0D12
(13,13,18)
#000000
(0,0,0)

Tints of #718F62

#718F62
(113,143,98)
#7D9970
(125,153,112)
#89A37E
(137,163,126)
#95AD8C
(149,173,140)
#A1B79A
(161,183,154)
#ADC1A8
(173,193,168)
#B9CBB6
(185,203,182)
#C5D5C4
(197,213,196)
#D1DFD2
(209,223,210)
#DDE9E0
(221,233,224)
#E9F3EE
(233,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #718F62 color. Also use rgb(113,143,98) instead hex code.

Text Font Color

.myTextColor { color: #718F62; }

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

This text font color is #718F62.


Background Color

.myBgColor { background-color: #718F62; }

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

This div background color is #718F62.


Border color

.myBorderColor { border: 1px solid #718F62; }

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

This div border color is #718F62.


Opacity

.myOpacity80 { color: #718F62; opacity: 0.8; }

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

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

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

This text has shadow with #718F62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #718F62 on black background.


Color preview on white background

This text has color #718F62 on white background.



Black color preview on #718F62 background

This text has black color on #718F62 background.


White color preview on #718F62 background

This text has white color on #718F62 background.