COLOR #718444

HEX: #718444
RGB: (113,132,68)

Color info

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

RGB color model

#718444 color RGB value is (113,132,68).

  • red value is 113;
  • green value is 132;
  • blue value is 68.
RGB:
(113,132,68)
(44%,52%,27%)

RGB channels and saturation

R 113 of 255 = 44%
G 132 of 255 = 52%
B 68 of 255 = 27%

113
132
68

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

Portions of RGB colors in percentages

R + G + B =
113 + 132 + 68 = 313 (100%)
R 113 of 313 ~ 36.1%
G 132 of 313 ~ 42.17%
B 68 of 313 ~ 21.73%

%36.1
%42.17
%21.73

CMYK color model

#718444 color CMYK value is (14,0,48,48).

  • cyan value is 14.39%
  • magenta value is 0.00%
  • yellow value is 48.48%
  • key color value is 48.24%
CMYK:
(14,0,48,48)
C14M0Y48K48 
(14%,0%,48%,48%)
(0.14/0.00/0.48/0.48)	

CMYK percentages

%14.39
%0
%48.48
%48.24

Codes

Color #718444 in popluar color models

718444
RGB11313268
HSL78°32.00%39.22%
HSB/HSV78°48.48%51.76%
CMYK14.39%0.00%48.48%
48.24%

Color #718444 in popluar number systems.

HEX718444
Decimal11313268
Binary1110001100001001000100
Octal161204104

Shades and tints

Shades of #718444

#718444
(113,132,68)
#67783E
(103,120,62)
#5D6C38
(93,108,56)
#536032
(83,96,50)
#49542C
(73,84,44)
#3F4826
(63,72,38)
#353C20
(53,60,32)
#2B301A
(43,48,26)
#212414
(33,36,20)
#17180E
(23,24,14)
#0D0C08
(13,12,8)
#000000
(0,0,0)

Tints of #718444

#718444
(113,132,68)
#7D8F55
(125,143,85)
#899A66
(137,154,102)
#95A577
(149,165,119)
#A1B088
(161,176,136)
#ADBB99
(173,187,153)
#B9C6AA
(185,198,170)
#C5D1BB
(197,209,187)
#D1DCCC
(209,220,204)
#DDE7DD
(221,231,221)
#E9F2EE
(233,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #718444 color. Also use rgb(113,132,68) instead hex code.

Text Font Color

.myTextColor { color: #718444; }

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

This text font color is #718444.


Background Color

.myBgColor { background-color: #718444; }

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

This div background color is #718444.


Border color

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

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

This div border color is #718444.


Opacity

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

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

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

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

This text has shadow with #718444 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #718444 on black background.


Color preview on white background

This text has color #718444 on white background.



Black color preview on #718444 background

This text has black color on #718444 background.


White color preview on #718444 background

This text has white color on #718444 background.