COLOR #719249

HEX: #719249
RGB: (113,146,73)

Color info

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

RGB color model

#719249 color RGB value is (113,146,73).

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

RGB channels and saturation

R 113 of 255 = 44%
G 146 of 255 = 57%
B 73 of 255 = 29%

113
146
73

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

Portions of RGB colors in percentages

R + G + B =
113 + 146 + 73 = 332 (100%)
R 113 of 332 ~ 34.04%
G 146 of 332 ~ 43.98%
B 73 of 332 ~ 21.99%

%34.04
%43.98
%21.99

CMYK color model

#719249 color CMYK value is (23,0,50,43).

  • cyan value is 22.60%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 42.75%
CMYK:
(23,0,50,43)
C23M0Y50K43 
(23%,0%,50%,43%)
(0.23/0.00/0.50/0.43)	

CMYK percentages

%22.6
%0
%50
%42.75

Codes

Color #719249 in popluar color models

719249
RGB11314673
HSL87°33.33%42.94%
HSB/HSV87°50.00%57.25%
CMYK22.60%0.00%50.00%
42.75%

Color #719249 in popluar number systems.

HEX719249
Decimal11314673
Binary1110001100100101001001
Octal161222111

Shades and tints

Shades of #719249

#719249
(113,146,73)
#678543
(103,133,67)
#5D783D
(93,120,61)
#536B37
(83,107,55)
#495E31
(73,94,49)
#3F512B
(63,81,43)
#354425
(53,68,37)
#2B371F
(43,55,31)
#212A19
(33,42,25)
#171D13
(23,29,19)
#0D100D
(13,16,13)
#000000
(0,0,0)

Tints of #719249

#719249
(113,146,73)
#7D9B59
(125,155,89)
#89A469
(137,164,105)
#95AD79
(149,173,121)
#A1B689
(161,182,137)
#ADBF99
(173,191,153)
#B9C8A9
(185,200,169)
#C5D1B9
(197,209,185)
#D1DAC9
(209,218,201)
#DDE3D9
(221,227,217)
#E9ECE9
(233,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #719249; }

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

This text font color is #719249.


Background Color

.myBgColor { background-color: #719249; }

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

This div background color is #719249.


Border color

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

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

This div border color is #719249.


Opacity

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

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

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

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

This text has shadow with #719249 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #719249 on black background.


Color preview on white background

This text has color #719249 on white background.



Black color preview on #719249 background

This text has black color on #719249 background.


White color preview on #719249 background

This text has white color on #719249 background.