COLOR #719333

HEX: #719333
RGB: (113,147,51)

Color info

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

RGB color model

#719333 color RGB value is (113,147,51).

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

RGB channels and saturation

R 113 of 255 = 44%
G 147 of 255 = 58%
B 51 of 255 = 20%

113
147
51

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

Portions of RGB colors in percentages

R + G + B =
113 + 147 + 51 = 311 (100%)
R 113 of 311 ~ 36.33%
G 147 of 311 ~ 47.27%
B 51 of 311 ~ 16.4%

%36.33
%47.27
%16.4

CMYK color model

#719333 color CMYK value is (23,0,65,42).

  • cyan value is 23.13%
  • magenta value is 0.00%
  • yellow value is 65.31%
  • key color value is 42.35%
CMYK:
(23,0,65,42)
C23M0Y65K42 
(23%,0%,65%,42%)
(0.23/0.00/0.65/0.42)	

CMYK percentages

%23.13
%0
%65.31
%42.35

Codes

Color #719333 in popluar color models

719333
RGB11314751
HSL81°48.48%38.82%
HSB/HSV81°65.31%57.65%
CMYK23.13%0.00%65.31%
42.35%

Color #719333 in popluar number systems.

HEX719333
Decimal11314751
Binary111000110010011110011
Octal16122363

Shades and tints

Shades of #719333

#719333
(113,147,51)
#67862F
(103,134,47)
#5D792B
(93,121,43)
#536C27
(83,108,39)
#495F23
(73,95,35)
#3F521F
(63,82,31)
#35451B
(53,69,27)
#2B3817
(43,56,23)
#212B13
(33,43,19)
#171E0F
(23,30,15)
#0D110B
(13,17,11)
#000000
(0,0,0)

Tints of #719333

#719333
(113,147,51)
#7D9C45
(125,156,69)
#89A557
(137,165,87)
#95AE69
(149,174,105)
#A1B77B
(161,183,123)
#ADC08D
(173,192,141)
#B9C99F
(185,201,159)
#C5D2B1
(197,210,177)
#D1DBC3
(209,219,195)
#DDE4D5
(221,228,213)
#E9EDE7
(233,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #719333; }

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

This text font color is #719333.


Background Color

.myBgColor { background-color: #719333; }

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

This div background color is #719333.


Border color

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

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

This div border color is #719333.


Opacity

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

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

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

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

This text has shadow with #719333 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #719333 on black background.


Color preview on white background

This text has color #719333 on white background.



Black color preview on #719333 background

This text has black color on #719333 background.


White color preview on #719333 background

This text has white color on #719333 background.