COLOR #718348

HEX: #718348
RGB: (113,131,72)

Color info

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

RGB color model

#718348 color RGB value is (113,131,72).

  • red value is 113;
  • green value is 131;
  • blue value is 72.
RGB:
(113,131,72)
(44%,51%,28%)

RGB channels and saturation

R 113 of 255 = 44%
G 131 of 255 = 51%
B 72 of 255 = 28%

113
131
72

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

Portions of RGB colors in percentages

R + G + B =
113 + 131 + 72 = 316 (100%)
R 113 of 316 ~ 35.76%
G 131 of 316 ~ 41.46%
B 72 of 316 ~ 22.78%

%35.76
%41.46
%22.78

CMYK color model

#718348 color CMYK value is (14,0,45,49).

  • cyan value is 13.74%
  • magenta value is 0.00%
  • yellow value is 45.04%
  • key color value is 48.63%
CMYK:
(14,0,45,49)
C14M0Y45K49 
(14%,0%,45%,49%)
(0.14/0.00/0.45/0.49)	

CMYK percentages

%13.74
%0
%45.04
%48.63

Codes

Color #718348 in popluar color models

718348
RGB11313172
HSL78°29.06%39.80%
HSB/HSV78°45.04%51.37%
CMYK13.74%0.00%45.04%
48.63%

Color #718348 in popluar number systems.

HEX718348
Decimal11313172
Binary1110001100000111001000
Octal161203110

Shades and tints

Shades of #718348

#718348
(113,131,72)
#677842
(103,120,66)
#5D6D3C
(93,109,60)
#536236
(83,98,54)
#495730
(73,87,48)
#3F4C2A
(63,76,42)
#354124
(53,65,36)
#2B361E
(43,54,30)
#212B18
(33,43,24)
#172012
(23,32,18)
#0D150C
(13,21,12)
#000000
(0,0,0)

Tints of #718348

#718348
(113,131,72)
#7D8E58
(125,142,88)
#899968
(137,153,104)
#95A478
(149,164,120)
#A1AF88
(161,175,136)
#ADBA98
(173,186,152)
#B9C5A8
(185,197,168)
#C5D0B8
(197,208,184)
#D1DBC8
(209,219,200)
#DDE6D8
(221,230,216)
#E9F1E8
(233,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #718348 color. Also use rgb(113,131,72) instead hex code.

Text Font Color

.myTextColor { color: #718348; }

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

This text font color is #718348.


Background Color

.myBgColor { background-color: #718348; }

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

This div background color is #718348.


Border color

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

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

This div border color is #718348.


Opacity

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

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

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

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

This text has shadow with #718348 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #718348 on black background.


Color preview on white background

This text has color #718348 on white background.



Black color preview on #718348 background

This text has black color on #718348 background.


White color preview on #718348 background

This text has white color on #718348 background.