COLOR #718C6B

HEX: #718C6B
RGB: (113,140,107)

Color info

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

RGB color model

#718C6B color RGB value is (113,140,107).

  • red value is 113;
  • green value is 140;
  • blue value is 107.
RGB:
(113,140,107)
(44%,55%,42%)

RGB channels and saturation

R 113 of 255 = 44%
G 140 of 255 = 55%
B 107 of 255 = 42%

113
140
107

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

Portions of RGB colors in percentages

R + G + B =
113 + 140 + 107 = 360 (100%)
R 113 of 360 ~ 31.39%
G 140 of 360 ~ 38.89%
B 107 of 360 ~ 29.72%

%31.39
%38.89
%29.72

CMYK color model

#718C6B color CMYK value is (19,0,24,45).

  • cyan value is 19.29%
  • magenta value is 0.00%
  • yellow value is 23.57%
  • key color value is 45.10%
CMYK:
(19,0,24,45)
C19M0Y24K45 
(19%,0%,24%,45%)
(0.19/0.00/0.24/0.45)	

CMYK percentages

%19.29
%0
%23.57
%45.1

Codes

Color #718C6B in popluar color models

718C6B
RGB113140107
HSL109°13.36%48.43%
HSB/HSV109°23.57%54.90%
CMYK19.29%0.00%23.57%
45.10%

Color #718C6B in popluar number systems.

HEX718C6B
Decimal113140107
Binary1110001100011001101011
Octal161214153

Shades and tints

Shades of #718C6B

#718C6B
(113,140,107)
#678062
(103,128,98)
#5D7459
(93,116,89)
#536850
(83,104,80)
#495C47
(73,92,71)
#3F503E
(63,80,62)
#354435
(53,68,53)
#2B382C
(43,56,44)
#212C23
(33,44,35)
#17201A
(23,32,26)
#0D1411
(13,20,17)
#000000
(0,0,0)

Tints of #718C6B

#718C6B
(113,140,107)
#7D9678
(125,150,120)
#89A085
(137,160,133)
#95AA92
(149,170,146)
#A1B49F
(161,180,159)
#ADBEAC
(173,190,172)
#B9C8B9
(185,200,185)
#C5D2C6
(197,210,198)
#D1DCD3
(209,220,211)
#DDE6E0
(221,230,224)
#E9F0ED
(233,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #718C6B color. Also use rgb(113,140,107) instead hex code.

Text Font Color

.myTextColor { color: #718C6B; }

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

This text font color is #718C6B.


Background Color

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

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

This div background color is #718C6B.


Border color

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

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

This div border color is #718C6B.


Opacity

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

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

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

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

This text has shadow with #718C6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #718C6B on black background.


Color preview on white background

This text has color #718C6B on white background.



Black color preview on #718C6B background

This text has black color on #718C6B background.


White color preview on #718C6B background

This text has white color on #718C6B background.