COLOR #719438

HEX: #719438
RGB: (113,148,56)

Color info

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

RGB color model

#719438 color RGB value is (113,148,56).

  • red value is 113;
  • green value is 148;
  • blue value is 56.
RGB:
(113,148,56)
(44%,58%,22%)

RGB channels and saturation

R 113 of 255 = 44%
G 148 of 255 = 58%
B 56 of 255 = 22%

113
148
56

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

Portions of RGB colors in percentages

R + G + B =
113 + 148 + 56 = 317 (100%)
R 113 of 317 ~ 35.65%
G 148 of 317 ~ 46.69%
B 56 of 317 ~ 17.67%

%35.65
%46.69
%17.67

CMYK color model

#719438 color CMYK value is (24,0,62,42).

  • cyan value is 23.65%
  • magenta value is 0.00%
  • yellow value is 62.16%
  • key color value is 41.96%
CMYK:
(24,0,62,42)
C24M0Y62K42 
(24%,0%,62%,42%)
(0.24/0.00/0.62/0.42)	

CMYK percentages

%23.65
%0
%62.16
%41.96

Codes

Color #719438 in popluar color models

719438
RGB11314856
HSL83°45.10%40.00%
HSB/HSV83°62.16%58.04%
CMYK23.65%0.00%62.16%
41.96%

Color #719438 in popluar number systems.

HEX719438
Decimal11314856
Binary111000110010100111000
Octal16122470

Shades and tints

Shades of #719438

#719438
(113,148,56)
#678733
(103,135,51)
#5D7A2E
(93,122,46)
#536D29
(83,109,41)
#496024
(73,96,36)
#3F531F
(63,83,31)
#35461A
(53,70,26)
#2B3915
(43,57,21)
#212C10
(33,44,16)
#171F0B
(23,31,11)
#0D1206
(13,18,6)
#000000
(0,0,0)

Tints of #719438

#719438
(113,148,56)
#7D9D4A
(125,157,74)
#89A65C
(137,166,92)
#95AF6E
(149,175,110)
#A1B880
(161,184,128)
#ADC192
(173,193,146)
#B9CAA4
(185,202,164)
#C5D3B6
(197,211,182)
#D1DCC8
(209,220,200)
#DDE5DA
(221,229,218)
#E9EEEC
(233,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #719438 color. Also use rgb(113,148,56) instead hex code.

Text Font Color

.myTextColor { color: #719438; }

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

This text font color is #719438.


Background Color

.myBgColor { background-color: #719438; }

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

This div background color is #719438.


Border color

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

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

This div border color is #719438.


Opacity

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

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

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

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

This text has shadow with #719438 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #719438 on black background.


Color preview on white background

This text has color #719438 on white background.



Black color preview on #719438 background

This text has black color on #719438 background.


White color preview on #719438 background

This text has white color on #719438 background.