COLOR #719948

HEX: #719948
RGB: (113,153,72)

Color info

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

RGB color model

#719948 color RGB value is (113,153,72).

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

RGB channels and saturation

R 113 of 255 = 44%
G 153 of 255 = 60%
B 72 of 255 = 28%

113
153
72

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

Portions of RGB colors in percentages

R + G + B =
113 + 153 + 72 = 338 (100%)
R 113 of 338 ~ 33.43%
G 153 of 338 ~ 45.27%
B 72 of 338 ~ 21.3%

%33.43
%45.27
%21.3

CMYK color model

#719948 color CMYK value is (26,0,53,40).

  • cyan value is 26.14%
  • magenta value is 0.00%
  • yellow value is 52.94%
  • key color value is 40.00%
CMYK:
(26,0,53,40)
C26M0Y53K40 
(26%,0%,53%,40%)
(0.26/0.00/0.53/0.40)	

CMYK percentages

%26.14
%0
%52.94
%40

Codes

Color #719948 in popluar color models

719948
RGB11315372
HSL90°36.00%44.12%
HSB/HSV90°52.94%60.00%
CMYK26.14%0.00%52.94%
40.00%

Color #719948 in popluar number systems.

HEX719948
Decimal11315372
Binary1110001100110011001000
Octal161231110

Shades and tints

Shades of #719948

#719948
(113,153,72)
#678C42
(103,140,66)
#5D7F3C
(93,127,60)
#537236
(83,114,54)
#496530
(73,101,48)
#3F582A
(63,88,42)
#354B24
(53,75,36)
#2B3E1E
(43,62,30)
#213118
(33,49,24)
#172412
(23,36,18)
#0D170C
(13,23,12)
#000000
(0,0,0)

Tints of #719948

#719948
(113,153,72)
#7DA258
(125,162,88)
#89AB68
(137,171,104)
#95B478
(149,180,120)
#A1BD88
(161,189,136)
#ADC698
(173,198,152)
#B9CFA8
(185,207,168)
#C5D8B8
(197,216,184)
#D1E1C8
(209,225,200)
#DDEAD8
(221,234,216)
#E9F3E8
(233,243,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #719948; }

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

This text font color is #719948.


Background Color

.myBgColor { background-color: #719948; }

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

This div background color is #719948.


Border color

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

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

This div border color is #719948.


Opacity

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

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

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

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

This text has shadow with #719948 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #719948 on black background.


Color preview on white background

This text has color #719948 on white background.



Black color preview on #719948 background

This text has black color on #719948 background.


White color preview on #719948 background

This text has white color on #719948 background.