COLOR #718F2A

HEX: #718F2A
RGB: (113,143,42)

Color info

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

RGB color model

#718F2A color RGB value is (113,143,42).

  • red value is 113;
  • green value is 143;
  • blue value is 42.
RGB:
(113,143,42)
(44%,56%,16%)

RGB channels and saturation

R 113 of 255 = 44%
G 143 of 255 = 56%
B 42 of 255 = 16%

113
143
42

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

Portions of RGB colors in percentages

R + G + B =
113 + 143 + 42 = 298 (100%)
R 113 of 298 ~ 37.92%
G 143 of 298 ~ 47.99%
B 42 of 298 ~ 14.09%

%37.92
%47.99
%14.09

CMYK color model

#718F2A color CMYK value is (21,0,71,44).

  • cyan value is 20.98%
  • magenta value is 0.00%
  • yellow value is 70.63%
  • key color value is 43.92%
CMYK:
(21,0,71,44)
C21M0Y71K44 
(21%,0%,71%,44%)
(0.21/0.00/0.71/0.44)	

CMYK percentages

%20.98
%0
%70.63
%43.92

Codes

Color #718F2A in popluar color models

718F2A
RGB11314342
HSL78°54.59%36.27%
HSB/HSV78°70.63%56.08%
CMYK20.98%0.00%70.63%
43.92%

Color #718F2A in popluar number systems.

HEX718F2A
Decimal11314342
Binary111000110001111101010
Octal16121752

Shades and tints

Shades of #718F2A

#718F2A
(113,143,42)
#678227
(103,130,39)
#5D7524
(93,117,36)
#536821
(83,104,33)
#495B1E
(73,91,30)
#3F4E1B
(63,78,27)
#354118
(53,65,24)
#2B3415
(43,52,21)
#212712
(33,39,18)
#171A0F
(23,26,15)
#0D0D0C
(13,13,12)
#000000
(0,0,0)

Tints of #718F2A

#718F2A
(113,143,42)
#7D993D
(125,153,61)
#89A350
(137,163,80)
#95AD63
(149,173,99)
#A1B776
(161,183,118)
#ADC189
(173,193,137)
#B9CB9C
(185,203,156)
#C5D5AF
(197,213,175)
#D1DFC2
(209,223,194)
#DDE9D5
(221,233,213)
#E9F3E8
(233,243,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #718F2A color. Also use rgb(113,143,42) instead hex code.

Text Font Color

.myTextColor { color: #718F2A; }

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

This text font color is #718F2A.


Background Color

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

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

This div background color is #718F2A.


Border color

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

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

This div border color is #718F2A.


Opacity

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

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

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

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

This text has shadow with #718F2A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #718F2A on black background.


Color preview on white background

This text has color #718F2A on white background.



Black color preview on #718F2A background

This text has black color on #718F2A background.


White color preview on #718F2A background

This text has white color on #718F2A background.