COLOR #718242

HEX: #718242
RGB: (113,130,66)

Color info

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

RGB color model

#718242 color RGB value is (113,130,66).

  • red value is 113;
  • green value is 130;
  • blue value is 66.
RGB:
(113,130,66)
(44%,51%,26%)

RGB channels and saturation

R 113 of 255 = 44%
G 130 of 255 = 51%
B 66 of 255 = 26%

113
130
66

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

Portions of RGB colors in percentages

R + G + B =
113 + 130 + 66 = 309 (100%)
R 113 of 309 ~ 36.57%
G 130 of 309 ~ 42.07%
B 66 of 309 ~ 21.36%

%36.57
%42.07
%21.36

CMYK color model

#718242 color CMYK value is (13,0,49,49).

  • cyan value is 13.08%
  • magenta value is 0.00%
  • yellow value is 49.23%
  • key color value is 49.02%
CMYK:
(13,0,49,49)
C13M0Y49K49 
(13%,0%,49%,49%)
(0.13/0.00/0.49/0.49)	

CMYK percentages

%13.08
%0
%49.23
%49.02

Codes

Color #718242 in popluar color models

718242
RGB11313066
HSL76°32.65%38.43%
HSB/HSV76°49.23%50.98%
CMYK13.08%0.00%49.23%
49.02%

Color #718242 in popluar number systems.

HEX718242
Decimal11313066
Binary1110001100000101000010
Octal161202102

Shades and tints

Shades of #718242

#718242
(113,130,66)
#67773C
(103,119,60)
#5D6C36
(93,108,54)
#536130
(83,97,48)
#49562A
(73,86,42)
#3F4B24
(63,75,36)
#35401E
(53,64,30)
#2B3518
(43,53,24)
#212A12
(33,42,18)
#171F0C
(23,31,12)
#0D1406
(13,20,6)
#000000
(0,0,0)

Tints of #718242

#718242
(113,130,66)
#7D8D53
(125,141,83)
#899864
(137,152,100)
#95A375
(149,163,117)
#A1AE86
(161,174,134)
#ADB997
(173,185,151)
#B9C4A8
(185,196,168)
#C5CFB9
(197,207,185)
#D1DACA
(209,218,202)
#DDE5DB
(221,229,219)
#E9F0EC
(233,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #718242 color. Also use rgb(113,130,66) instead hex code.

Text Font Color

.myTextColor { color: #718242; }

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

This text font color is #718242.


Background Color

.myBgColor { background-color: #718242; }

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

This div background color is #718242.


Border color

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

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

This div border color is #718242.


Opacity

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

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

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

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

This text has shadow with #718242 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #718242 on black background.


Color preview on white background

This text has color #718242 on white background.



Black color preview on #718242 background

This text has black color on #718242 background.


White color preview on #718242 background

This text has white color on #718242 background.