COLOR #739459

HEX: #739459
RGB: (115,148,89)

Color info

#739459 contains red, green and blue colors in about the same proportion. Web safe color of #739459 is #669966 (or #696).

RGB color model

#739459 color RGB value is (115,148,89).

  • red value is 115;
  • green value is 148;
  • blue value is 89.
RGB:
(115,148,89)
(45%,58%,35%)

RGB channels and saturation

R 115 of 255 = 45%
G 148 of 255 = 58%
B 89 of 255 = 35%

115
148
89

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

Portions of RGB colors in percentages

R + G + B =
115 + 148 + 89 = 352 (100%)
R 115 of 352 ~ 32.67%
G 148 of 352 ~ 42.05%
B 89 of 352 ~ 25.28%

%32.67
%42.05
%25.28

CMYK color model

#739459 color CMYK value is (22,0,40,42).

  • cyan value is 22.30%
  • magenta value is 0.00%
  • yellow value is 39.86%
  • key color value is 41.96%
CMYK:
(22,0,40,42)
C22M0Y40K42 
(22%,0%,40%,42%)
(0.22/0.00/0.40/0.42)	

CMYK percentages

%22.3
%0
%39.86
%41.96

Codes

Color #739459 in popluar color models

739459
RGB11514889
HSL94°24.89%46.47%
HSB/HSV94°39.86%58.04%
CMYK22.30%0.00%39.86%
41.96%

Color #739459 in popluar number systems.

HEX739459
Decimal11514889
Binary1110011100101001011001
Octal163224131

Shades and tints

Shades of #739459

#739459
(115,148,89)
#698751
(105,135,81)
#5F7A49
(95,122,73)
#556D41
(85,109,65)
#4B6039
(75,96,57)
#415331
(65,83,49)
#374629
(55,70,41)
#2D3921
(45,57,33)
#232C19
(35,44,25)
#191F11
(25,31,17)
#0F1209
(15,18,9)
#000000
(0,0,0)

Tints of #739459

#739459
(115,148,89)
#7F9D68
(127,157,104)
#8BA677
(139,166,119)
#97AF86
(151,175,134)
#A3B895
(163,184,149)
#AFC1A4
(175,193,164)
#BBCAB3
(187,202,179)
#C7D3C2
(199,211,194)
#D3DCD1
(211,220,209)
#DFE5E0
(223,229,224)
#EBEEEF
(235,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #739459 color. Also use rgb(115,148,89) instead hex code.

Text Font Color

.myTextColor { color: #739459; }

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

This text font color is #739459.


Background Color

.myBgColor { background-color: #739459; }

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

This div background color is #739459.


Border color

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

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

This div border color is #739459.


Opacity

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

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

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

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

This text has shadow with #739459 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #739459 on black background.


Color preview on white background

This text has color #739459 on white background.



Black color preview on #739459 background

This text has black color on #739459 background.


White color preview on #739459 background

This text has white color on #739459 background.