COLOR #739813

HEX: #739813
RGB: (115,152,19)

Color info

#739813 contains mainly red and green colors. Web safe color of #739813 is #669900 (or #690).

RGB color model

#739813 color RGB value is (115,152,19).

  • red value is 115;
  • green value is 152;
  • blue value is 19.
RGB:
(115,152,19)
(45%,60%,7%)

RGB channels and saturation

R 115 of 255 = 45%
G 152 of 255 = 60%
B 19 of 255 = 7%

115
152
19

R + G + B ~ 37%. #739813 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
115 + 152 + 19 = 286 (100%)
R 115 of 286 ~ 40.21%
G 152 of 286 ~ 53.15%
B 19 of 286 ~ 6.64%

%40.21
%53.15

CMYK color model

#739813 color CMYK value is (24,0,88,40).

  • cyan value is 24.34%
  • magenta value is 0.00%
  • yellow value is 87.50%
  • key color value is 40.39%
CMYK:
(24,0,88,40)
C24M0Y88K40 
(24%,0%,88%,40%)
(0.24/0.00/0.88/0.40)	

CMYK percentages

%24.34
%0
%87.5
%40.39

Codes

Color #739813 in popluar color models

739813
RGB11515219
HSL77°77.78%33.53%
HSB/HSV77°87.50%59.61%
CMYK24.34%0.00%87.50%
40.39%

Color #739813 in popluar number systems.

HEX739813
Decimal11515219
Binary11100111001100010011
Octal16323023

Shades and tints

Shades of #739813

#739813
(115,152,19)
#698B12
(105,139,18)
#5F7E11
(95,126,17)
#557110
(85,113,16)
#4B640F
(75,100,15)
#41570E
(65,87,14)
#374A0D
(55,74,13)
#2D3D0C
(45,61,12)
#23300B
(35,48,11)
#19230A
(25,35,10)
#0F1609
(15,22,9)
#000000
(0,0,0)

Tints of #739813

#739813
(115,152,19)
#7FA128
(127,161,40)
#8BAA3D
(139,170,61)
#97B352
(151,179,82)
#A3BC67
(163,188,103)
#AFC57C
(175,197,124)
#BBCE91
(187,206,145)
#C7D7A6
(199,215,166)
#D3E0BB
(211,224,187)
#DFE9D0
(223,233,208)
#EBF2E5
(235,242,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #739813 color. Also use rgb(115,152,19) instead hex code.

Text Font Color

.myTextColor { color: #739813; }

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

This text font color is #739813.


Background Color

.myBgColor { background-color: #739813; }

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

This div background color is #739813.


Border color

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

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

This div border color is #739813.


Opacity

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

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

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

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

This text has shadow with #739813 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #739813 on black background.


Color preview on white background

This text has color #739813 on white background.



Black color preview on #739813 background

This text has black color on #739813 background.


White color preview on #739813 background

This text has white color on #739813 background.