COLOR #739150

HEX: #739150
RGB: (115,145,80)

Color info

#739150 contains mainly red and green colors. Web safe color of #739150 is #669966 (or #696).

RGB color model

#739150 color RGB value is (115,145,80).

  • red value is 115;
  • green value is 145;
  • blue value is 80.
RGB:
(115,145,80)
(45%,57%,31%)

RGB channels and saturation

R 115 of 255 = 45%
G 145 of 255 = 57%
B 80 of 255 = 31%

115
145
80

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

Portions of RGB colors in percentages

R + G + B =
115 + 145 + 80 = 340 (100%)
R 115 of 340 ~ 33.82%
G 145 of 340 ~ 42.65%
B 80 of 340 ~ 23.53%

%33.82
%42.65
%23.53

CMYK color model

#739150 color CMYK value is (21,0,45,43).

  • cyan value is 20.69%
  • magenta value is 0.00%
  • yellow value is 44.83%
  • key color value is 43.14%
CMYK:
(21,0,45,43)
C21M0Y45K43 
(21%,0%,45%,43%)
(0.21/0.00/0.45/0.43)	

CMYK percentages

%20.69
%0
%44.83
%43.14

Codes

Color #739150 in popluar color models

739150
RGB11514580
HSL88°28.89%44.12%
HSB/HSV88°44.83%56.86%
CMYK20.69%0.00%44.83%
43.14%

Color #739150 in popluar number systems.

HEX739150
Decimal11514580
Binary1110011100100011010000
Octal163221120

Shades and tints

Shades of #739150

#739150
(115,145,80)
#698449
(105,132,73)
#5F7742
(95,119,66)
#556A3B
(85,106,59)
#4B5D34
(75,93,52)
#41502D
(65,80,45)
#374326
(55,67,38)
#2D361F
(45,54,31)
#232918
(35,41,24)
#191C11
(25,28,17)
#0F0F0A
(15,15,10)
#000000
(0,0,0)

Tints of #739150

#739150
(115,145,80)
#7F9B5F
(127,155,95)
#8BA56E
(139,165,110)
#97AF7D
(151,175,125)
#A3B98C
(163,185,140)
#AFC39B
(175,195,155)
#BBCDAA
(187,205,170)
#C7D7B9
(199,215,185)
#D3E1C8
(211,225,200)
#DFEBD7
(223,235,215)
#EBF5E6
(235,245,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #739150 color. Also use rgb(115,145,80) instead hex code.

Text Font Color

.myTextColor { color: #739150; }

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

This text font color is #739150.


Background Color

.myBgColor { background-color: #739150; }

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

This div background color is #739150.


Border color

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

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

This div border color is #739150.


Opacity

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

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

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

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

This text has shadow with #739150 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #739150 on black background.


Color preview on white background

This text has color #739150 on white background.



Black color preview on #739150 background

This text has black color on #739150 background.


White color preview on #739150 background

This text has white color on #739150 background.