COLOR #718750

HEX: #718750
RGB: (113,135,80)

Color info

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

RGB color model

#718750 color RGB value is (113,135,80).

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

RGB channels and saturation

R 113 of 255 = 44%
G 135 of 255 = 53%
B 80 of 255 = 31%

113
135
80

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

Portions of RGB colors in percentages

R + G + B =
113 + 135 + 80 = 328 (100%)
R 113 of 328 ~ 34.45%
G 135 of 328 ~ 41.16%
B 80 of 328 ~ 24.39%

%34.45
%41.16
%24.39

CMYK color model

#718750 color CMYK value is (16,0,41,47).

  • cyan value is 16.30%
  • magenta value is 0.00%
  • yellow value is 40.74%
  • key color value is 47.06%
CMYK:
(16,0,41,47)
C16M0Y41K47 
(16%,0%,41%,47%)
(0.16/0.00/0.41/0.47)	

CMYK percentages

%16.3
%0
%40.74
%47.06

Codes

Color #718750 in popluar color models

718750
RGB11313580
HSL84°25.58%42.16%
HSB/HSV84°40.74%52.94%
CMYK16.30%0.00%40.74%
47.06%

Color #718750 in popluar number systems.

HEX718750
Decimal11313580
Binary1110001100001111010000
Octal161207120

Shades and tints

Shades of #718750

#718750
(113,135,80)
#677B49
(103,123,73)
#5D6F42
(93,111,66)
#53633B
(83,99,59)
#495734
(73,87,52)
#3F4B2D
(63,75,45)
#353F26
(53,63,38)
#2B331F
(43,51,31)
#212718
(33,39,24)
#171B11
(23,27,17)
#0D0F0A
(13,15,10)
#000000
(0,0,0)

Tints of #718750

#718750
(113,135,80)
#7D915F
(125,145,95)
#899B6E
(137,155,110)
#95A57D
(149,165,125)
#A1AF8C
(161,175,140)
#ADB99B
(173,185,155)
#B9C3AA
(185,195,170)
#C5CDB9
(197,205,185)
#D1D7C8
(209,215,200)
#DDE1D7
(221,225,215)
#E9EBE6
(233,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #718750; }

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

This text font color is #718750.


Background Color

.myBgColor { background-color: #718750; }

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

This div background color is #718750.


Border color

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

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

This div border color is #718750.


Opacity

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

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

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

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

This text has shadow with #718750 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #718750 on black background.


Color preview on white background

This text has color #718750 on white background.



Black color preview on #718750 background

This text has black color on #718750 background.


White color preview on #718750 background

This text has white color on #718750 background.