COLOR #718641

HEX: #718641
RGB: (113,134,65)

Color info

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

RGB color model

#718641 color RGB value is (113,134,65).

  • red value is 113;
  • green value is 134;
  • blue value is 65.
RGB:
(113,134,65)
(44%,53%,25%)

RGB channels and saturation

R 113 of 255 = 44%
G 134 of 255 = 53%
B 65 of 255 = 25%

113
134
65

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

Portions of RGB colors in percentages

R + G + B =
113 + 134 + 65 = 312 (100%)
R 113 of 312 ~ 36.22%
G 134 of 312 ~ 42.95%
B 65 of 312 ~ 20.83%

%36.22
%42.95
%20.83

CMYK color model

#718641 color CMYK value is (16,0,51,47).

  • cyan value is 15.67%
  • magenta value is 0.00%
  • yellow value is 51.49%
  • key color value is 47.45%
CMYK:
(16,0,51,47)
C16M0Y51K47 
(16%,0%,51%,47%)
(0.16/0.00/0.51/0.47)	

CMYK percentages

%15.67
%0
%51.49
%47.45

Codes

Color #718641 in popluar color models

718641
RGB11313465
HSL78°34.67%39.02%
HSB/HSV78°51.49%52.55%
CMYK15.67%0.00%51.49%
47.45%

Color #718641 in popluar number systems.

HEX718641
Decimal11313465
Binary1110001100001101000001
Octal161206101

Shades and tints

Shades of #718641

#718641
(113,134,65)
#677A3C
(103,122,60)
#5D6E37
(93,110,55)
#536232
(83,98,50)
#49562D
(73,86,45)
#3F4A28
(63,74,40)
#353E23
(53,62,35)
#2B321E
(43,50,30)
#212619
(33,38,25)
#171A14
(23,26,20)
#0D0E0F
(13,14,15)
#000000
(0,0,0)

Tints of #718641

#718641
(113,134,65)
#7D9152
(125,145,82)
#899C63
(137,156,99)
#95A774
(149,167,116)
#A1B285
(161,178,133)
#ADBD96
(173,189,150)
#B9C8A7
(185,200,167)
#C5D3B8
(197,211,184)
#D1DEC9
(209,222,201)
#DDE9DA
(221,233,218)
#E9F4EB
(233,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #718641 color. Also use rgb(113,134,65) instead hex code.

Text Font Color

.myTextColor { color: #718641; }

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

This text font color is #718641.


Background Color

.myBgColor { background-color: #718641; }

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

This div background color is #718641.


Border color

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

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

This div border color is #718641.


Opacity

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

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

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

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

This text has shadow with #718641 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #718641 on black background.


Color preview on white background

This text has color #718641 on white background.



Black color preview on #718641 background

This text has black color on #718641 background.


White color preview on #718641 background

This text has white color on #718641 background.