COLOR #719537

HEX: #719537
RGB: (113,149,55)

Color info

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

RGB color model

#719537 color RGB value is (113,149,55).

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

RGB channels and saturation

R 113 of 255 = 44%
G 149 of 255 = 58%
B 55 of 255 = 22%

113
149
55

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

Portions of RGB colors in percentages

R + G + B =
113 + 149 + 55 = 317 (100%)
R 113 of 317 ~ 35.65%
G 149 of 317 ~ 47%
B 55 of 317 ~ 17.35%

%35.65
%47
%17.35

CMYK color model

#719537 color CMYK value is (24,0,63,42).

  • cyan value is 24.16%
  • magenta value is 0.00%
  • yellow value is 63.09%
  • key color value is 41.57%
CMYK:
(24,0,63,42)
C24M0Y63K42 
(24%,0%,63%,42%)
(0.24/0.00/0.63/0.42)	

CMYK percentages

%24.16
%0
%63.09
%41.57

Codes

Color #719537 in popluar color models

719537
RGB11314955
HSL83°46.08%40.00%
HSB/HSV83°63.09%58.43%
CMYK24.16%0.00%63.09%
41.57%

Color #719537 in popluar number systems.

HEX719537
Decimal11314955
Binary111000110010101110111
Octal16122567

Shades and tints

Shades of #719537

#719537
(113,149,55)
#678832
(103,136,50)
#5D7B2D
(93,123,45)
#536E28
(83,110,40)
#496123
(73,97,35)
#3F541E
(63,84,30)
#354719
(53,71,25)
#2B3A14
(43,58,20)
#212D0F
(33,45,15)
#17200A
(23,32,10)
#0D1305
(13,19,5)
#000000
(0,0,0)

Tints of #719537

#719537
(113,149,55)
#7D9E49
(125,158,73)
#89A75B
(137,167,91)
#95B06D
(149,176,109)
#A1B97F
(161,185,127)
#ADC291
(173,194,145)
#B9CBA3
(185,203,163)
#C5D4B5
(197,212,181)
#D1DDC7
(209,221,199)
#DDE6D9
(221,230,217)
#E9EFEB
(233,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #719537 color. Also use rgb(113,149,55) instead hex code.

Text Font Color

.myTextColor { color: #719537; }

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

This text font color is #719537.


Background Color

.myBgColor { background-color: #719537; }

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

This div background color is #719537.


Border color

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

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

This div border color is #719537.


Opacity

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

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

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

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

This text has shadow with #719537 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #719537 on black background.


Color preview on white background

This text has color #719537 on white background.



Black color preview on #719537 background

This text has black color on #719537 background.


White color preview on #719537 background

This text has white color on #719537 background.