COLOR #719346

HEX: #719346
RGB: (113,147,70)

Color info

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

RGB color model

#719346 color RGB value is (113,147,70).

  • red value is 113;
  • green value is 147;
  • blue value is 70.
RGB:
(113,147,70)
(44%,58%,27%)

RGB channels and saturation

R 113 of 255 = 44%
G 147 of 255 = 58%
B 70 of 255 = 27%

113
147
70

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

Portions of RGB colors in percentages

R + G + B =
113 + 147 + 70 = 330 (100%)
R 113 of 330 ~ 34.24%
G 147 of 330 ~ 44.55%
B 70 of 330 ~ 21.21%

%34.24
%44.55
%21.21

CMYK color model

#719346 color CMYK value is (23,0,52,42).

  • cyan value is 23.13%
  • magenta value is 0.00%
  • yellow value is 52.38%
  • key color value is 42.35%
CMYK:
(23,0,52,42)
C23M0Y52K42 
(23%,0%,52%,42%)
(0.23/0.00/0.52/0.42)	

CMYK percentages

%23.13
%0
%52.38
%42.35

Codes

Color #719346 in popluar color models

719346
RGB11314770
HSL86°35.48%42.55%
HSB/HSV86°52.38%57.65%
CMYK23.13%0.00%52.38%
42.35%

Color #719346 in popluar number systems.

HEX719346
Decimal11314770
Binary1110001100100111000110
Octal161223106

Shades and tints

Shades of #719346

#719346
(113,147,70)
#678640
(103,134,64)
#5D793A
(93,121,58)
#536C34
(83,108,52)
#495F2E
(73,95,46)
#3F5228
(63,82,40)
#354522
(53,69,34)
#2B381C
(43,56,28)
#212B16
(33,43,22)
#171E10
(23,30,16)
#0D110A
(13,17,10)
#000000
(0,0,0)

Tints of #719346

#719346
(113,147,70)
#7D9C56
(125,156,86)
#89A566
(137,165,102)
#95AE76
(149,174,118)
#A1B786
(161,183,134)
#ADC096
(173,192,150)
#B9C9A6
(185,201,166)
#C5D2B6
(197,210,182)
#D1DBC6
(209,219,198)
#DDE4D6
(221,228,214)
#E9EDE6
(233,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #719346 color. Also use rgb(113,147,70) instead hex code.

Text Font Color

.myTextColor { color: #719346; }

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

This text font color is #719346.


Background Color

.myBgColor { background-color: #719346; }

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

This div background color is #719346.


Border color

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

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

This div border color is #719346.


Opacity

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

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

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

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

This text has shadow with #719346 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #719346 on black background.


Color preview on white background

This text has color #719346 on white background.



Black color preview on #719346 background

This text has black color on #719346 background.


White color preview on #719346 background

This text has white color on #719346 background.