COLOR #718966

HEX: #718966
RGB: (113,137,102)

Color info

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

RGB color model

#718966 color RGB value is (113,137,102).

  • red value is 113;
  • green value is 137;
  • blue value is 102.
RGB:
(113,137,102)
(44%,54%,40%)

RGB channels and saturation

R 113 of 255 = 44%
G 137 of 255 = 54%
B 102 of 255 = 40%

113
137
102

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

Portions of RGB colors in percentages

R + G + B =
113 + 137 + 102 = 352 (100%)
R 113 of 352 ~ 32.1%
G 137 of 352 ~ 38.92%
B 102 of 352 ~ 28.98%

%32.1
%38.92
%28.98

CMYK color model

#718966 color CMYK value is (18,0,26,46).

  • cyan value is 17.52%
  • magenta value is 0.00%
  • yellow value is 25.55%
  • key color value is 46.27%
CMYK:
(18,0,26,46)
C18M0Y26K46 
(18%,0%,26%,46%)
(0.18/0.00/0.26/0.46)	

CMYK percentages

%17.52
%0
%25.55
%46.27

Codes

Color #718966 in popluar color models

718966
RGB113137102
HSL101°14.64%46.86%
HSB/HSV101°25.55%53.73%
CMYK17.52%0.00%25.55%
46.27%

Color #718966 in popluar number systems.

HEX718966
Decimal113137102
Binary1110001100010011100110
Octal161211146

Shades and tints

Shades of #718966

#718966
(113,137,102)
#677D5D
(103,125,93)
#5D7154
(93,113,84)
#53654B
(83,101,75)
#495942
(73,89,66)
#3F4D39
(63,77,57)
#354130
(53,65,48)
#2B3527
(43,53,39)
#21291E
(33,41,30)
#171D15
(23,29,21)
#0D110C
(13,17,12)
#000000
(0,0,0)

Tints of #718966

#718966
(113,137,102)
#7D9373
(125,147,115)
#899D80
(137,157,128)
#95A78D
(149,167,141)
#A1B19A
(161,177,154)
#ADBBA7
(173,187,167)
#B9C5B4
(185,197,180)
#C5CFC1
(197,207,193)
#D1D9CE
(209,217,206)
#DDE3DB
(221,227,219)
#E9EDE8
(233,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #718966 color. Also use rgb(113,137,102) instead hex code.

Text Font Color

.myTextColor { color: #718966; }

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

This text font color is #718966.


Background Color

.myBgColor { background-color: #718966; }

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

This div background color is #718966.


Border color

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

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

This div border color is #718966.


Opacity

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

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

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

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

This text has shadow with #718966 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #718966 on black background.


Color preview on white background

This text has color #718966 on white background.



Black color preview on #718966 background

This text has black color on #718966 background.


White color preview on #718966 background

This text has white color on #718966 background.