COLOR #718C2C

HEX: #718C2C RGB: (113,140,44)

Color info

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

RGB color model

#718C2C color RGB value is (113,140,44).

RGB: (113,140,44) (44%, 55%, 17%)

RGB channels and saturation

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

113
140
44

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

Portions of RGB colors in percentages

R + G + B = 113 + 140 + 44 = 297 (100%)
R 113 of 297 ~ 38.05%
G 140 of 297 ~ 47.14%
B 44 of 297 ~ 14.81'%

%38.05
%47.14
%14.81

CMYK color model

#718C2C color CMYK value is (19,0,69,45).

  • cyan value is 19.29%
  • magenta value is 0.00%
  • yellow value is 68.57%
  • key color value is 45.10%

CMYK: (19,0,69,45)
C19M0Y69K45 (19%, 0%, 69%, 45%)
(0.19 / 0.00 / 0.69 / 0.45)

CMYK percentages

%19.29
%0
%68.57
%45.1

Codes

Color #718C2C in popluar color models

71 8C 2C
RGB 113 140 44
HSL 77° 52.17% 36.08%
HSB/HSV 77° 68.57% 54.90%
CMYK 19.29% 0.00% 68.57%
45.10%

Color #718C2C in popluar number systems.

HEX 71 8C 2C
Decimal 113 140 44
Binary 1110001 10001100 101100
Octal 161 214 54

Shades and tints

Shades of #718C2C

#718C2C
(113,140,44)
#678028
(103,128,40)
#5D7424
(93,116,36)
#536820
(83,104,32)
#495C1C
(73,92,28)
#3F5018
(63,80,24)
#354414
(53,68,20)
#2B3810
(43,56,16)
#212C0C
(33,44,12)
#172008
(23,32,8)
#0D1404
(13,20,4)
#000000
(0,0,0)

Tints of #718C2C

#718C2C
(113,140,44)
#7D963F
(125,150,63)
#89A052
(137,160,82)
#95AA65
(149,170,101)
#A1B478
(161,180,120)
#ADBE8B
(173,190,139)
#B9C89E
(185,200,158)
#C5D2B1
(197,210,177)
#D1DCC4
(209,220,196)
#DDE6D7
(221,230,215)
#E9F0EA
(233,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #718C2C; }

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

This text font color is #718C2C.

Background Color

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

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

This div background color is #718C2C.

Border color

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

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

This div border color is #718C2C.

Opacity

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

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

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

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

This text has shadow with #718C2C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #718C2C.

Preview

Color preview on black background

This text has color #718C2C on black background.


Color preview on white background

This text has color #718C2C on white background.


Black color preview on #718C2C background

This text has black color on #718C2C background.


White color preview on #718C2C background

This text has white color on #718C2C background.


Related colors

Complementary color

Complementary color for #hex is #8E73D3.


I love getcolorcode.com

Triadic colors

1 #2C718C and #8C2C71 with #718C2C are triadic colors.

2 #2C8C71 and #8C712C with #718C2C are triadic colors.