COLOR #718843

HEX: #718843
RGB: (113,136,67)

Color info

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

RGB color model

#718843 color RGB value is (113,136,67).

  • red value is 113;
  • green value is 136;
  • blue value is 67.
RGB:
(113,136,67)
(44%,53%,26%)

RGB channels and saturation

R 113 of 255 = 44%
G 136 of 255 = 53%
B 67 of 255 = 26%

113
136
67

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

Portions of RGB colors in percentages

R + G + B =
113 + 136 + 67 = 316 (100%)
R 113 of 316 ~ 35.76%
G 136 of 316 ~ 43.04%
B 67 of 316 ~ 21.2%

%35.76
%43.04
%21.2

CMYK color model

#718843 color CMYK value is (17,0,51,47).

  • cyan value is 16.91%
  • magenta value is 0.00%
  • yellow value is 50.74%
  • key color value is 46.67%
CMYK:
(17,0,51,47)
C17M0Y51K47 
(17%,0%,51%,47%)
(0.17/0.00/0.51/0.47)	

CMYK percentages

%16.91
%0
%50.74
%46.67

Codes

Color #718843 in popluar color models

718843
RGB11313667
HSL80°33.99%39.80%
HSB/HSV80°50.74%53.33%
CMYK16.91%0.00%50.74%
46.67%

Color #718843 in popluar number systems.

HEX718843
Decimal11313667
Binary1110001100010001000011
Octal161210103

Shades and tints

Shades of #718843

#718843
(113,136,67)
#677C3D
(103,124,61)
#5D7037
(93,112,55)
#536431
(83,100,49)
#49582B
(73,88,43)
#3F4C25
(63,76,37)
#35401F
(53,64,31)
#2B3419
(43,52,25)
#212813
(33,40,19)
#171C0D
(23,28,13)
#0D1007
(13,16,7)
#000000
(0,0,0)

Tints of #718843

#718843
(113,136,67)
#7D9254
(125,146,84)
#899C65
(137,156,101)
#95A676
(149,166,118)
#A1B087
(161,176,135)
#ADBA98
(173,186,152)
#B9C4A9
(185,196,169)
#C5CEBA
(197,206,186)
#D1D8CB
(209,216,203)
#DDE2DC
(221,226,220)
#E9ECED
(233,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #718843 color. Also use rgb(113,136,67) instead hex code.

Text Font Color

.myTextColor { color: #718843; }

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

This text font color is #718843.


Background Color

.myBgColor { background-color: #718843; }

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

This div background color is #718843.


Border color

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

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

This div border color is #718843.


Opacity

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

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

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

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

This text has shadow with #718843 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #718843 on black background.


Color preview on white background

This text has color #718843 on white background.



Black color preview on #718843 background

This text has black color on #718843 background.


White color preview on #718843 background

This text has white color on #718843 background.