COLOR #718149

HEX: #718149
RGB: (113,129,73)

Color info

#718149 contains red, green and blue colors in about the same proportion. Web safe color of #718149 is #669933 (or #693).

RGB color model

#718149 color RGB value is (113,129,73).

  • red value is 113;
  • green value is 129;
  • blue value is 73.
RGB:
(113,129,73)
(44%,51%,29%)

RGB channels and saturation

R 113 of 255 = 44%
G 129 of 255 = 51%
B 73 of 255 = 29%

113
129
73

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

Portions of RGB colors in percentages

R + G + B =
113 + 129 + 73 = 315 (100%)
R 113 of 315 ~ 35.87%
G 129 of 315 ~ 40.95%
B 73 of 315 ~ 23.17%

%35.87
%40.95
%23.17

CMYK color model

#718149 color CMYK value is (12,0,43,49).

  • cyan value is 12.40%
  • magenta value is 0.00%
  • yellow value is 43.41%
  • key color value is 49.41%
CMYK:
(12,0,43,49)
C12M0Y43K49 
(12%,0%,43%,49%)
(0.12/0.00/0.43/0.49)	

CMYK percentages

%12.4
%0
%43.41
%49.41

Codes

Color #718149 in popluar color models

718149
RGB11312973
HSL77°27.72%39.61%
HSB/HSV77°43.41%50.59%
CMYK12.40%0.00%43.41%
49.41%

Color #718149 in popluar number systems.

HEX718149
Decimal11312973
Binary1110001100000011001001
Octal161201111

Shades and tints

Shades of #718149

#718149
(113,129,73)
#677643
(103,118,67)
#5D6B3D
(93,107,61)
#536037
(83,96,55)
#495531
(73,85,49)
#3F4A2B
(63,74,43)
#353F25
(53,63,37)
#2B341F
(43,52,31)
#212919
(33,41,25)
#171E13
(23,30,19)
#0D130D
(13,19,13)
#000000
(0,0,0)

Tints of #718149

#718149
(113,129,73)
#7D8C59
(125,140,89)
#899769
(137,151,105)
#95A279
(149,162,121)
#A1AD89
(161,173,137)
#ADB899
(173,184,153)
#B9C3A9
(185,195,169)
#C5CEB9
(197,206,185)
#D1D9C9
(209,217,201)
#DDE4D9
(221,228,217)
#E9EFE9
(233,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #718149 color. Also use rgb(113,129,73) instead hex code.

Text Font Color

.myTextColor { color: #718149; }

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

This text font color is #718149.


Background Color

.myBgColor { background-color: #718149; }

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

This div background color is #718149.


Border color

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

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

This div border color is #718149.


Opacity

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

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

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

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

This text has shadow with #718149 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #718149 on black background.


Color preview on white background

This text has color #718149 on white background.



Black color preview on #718149 background

This text has black color on #718149 background.


White color preview on #718149 background

This text has white color on #718149 background.