COLOR #718B2C

HEX: #718B2C
RGB: (113,139,44)

Color info

#718B2C contains mainly red and green colors. Web safe color of #718B2C is #669933 (or #693).

RGB color model

#718B2C color RGB value is (113,139,44).

  • red value is 113;
  • green value is 139;
  • blue value is 44.
RGB:
(113,139,44)
(44%,55%,17%)

RGB channels and saturation

R 113 of 255 = 44%
G 139 of 255 = 55%
B 44 of 255 = 17%

113
139
44

R + G + B ~ 39%. #718B2C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 139 + 44 = 296 (100%)
R 113 of 296 ~ 38.18%
G 139 of 296 ~ 46.96%
B 44 of 296 ~ 14.86%

%38.18
%46.96
%14.86

CMYK color model

#718B2C color CMYK value is (19,0,68,45).

  • cyan value is 18.71%
  • magenta value is 0.00%
  • yellow value is 68.35%
  • key color value is 45.49%
CMYK:
(19,0,68,45)
C19M0Y68K45 
(19%,0%,68%,45%)
(0.19/0.00/0.68/0.45)	

CMYK percentages

%18.71
%0
%68.35
%45.49

Codes

Color #718B2C in popluar color models

718B2C
RGB11313944
HSL76°51.91%35.88%
HSB/HSV76°68.35%54.51%
CMYK18.71%0.00%68.35%
45.49%

Color #718B2C in popluar number systems.

HEX718B2C
Decimal11313944
Binary111000110001011101100
Octal16121354

Shades and tints

Shades of #718B2C

#718B2C
(113,139,44)
#677F28
(103,127,40)
#5D7324
(93,115,36)
#536720
(83,103,32)
#495B1C
(73,91,28)
#3F4F18
(63,79,24)
#354314
(53,67,20)
#2B3710
(43,55,16)
#212B0C
(33,43,12)
#171F08
(23,31,8)
#0D1304
(13,19,4)
#000000
(0,0,0)

Tints of #718B2C

#718B2C
(113,139,44)
#7D953F
(125,149,63)
#899F52
(137,159,82)
#95A965
(149,169,101)
#A1B378
(161,179,120)
#ADBD8B
(173,189,139)
#B9C79E
(185,199,158)
#C5D1B1
(197,209,177)
#D1DBC4
(209,219,196)
#DDE5D7
(221,229,215)
#E9EFEA
(233,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #718B2C color. Also use rgb(113,139,44) instead hex code.

Text Font Color

.myTextColor { color: #718B2C; }

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

This text font color is #718B2C.


Background Color

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

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

This div background color is #718B2C.


Border color

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

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

This div border color is #718B2C.


Opacity

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

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

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

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

This text has shadow with #718B2C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #718B2C on black background.


Color preview on white background

This text has color #718B2C on white background.



Black color preview on #718B2C background

This text has black color on #718B2C background.


White color preview on #718B2C background

This text has white color on #718B2C background.