COLOR #739F5C

HEX: #739F5C
RGB: (115,159,92)

Color info

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

RGB color model

#739F5C color RGB value is (115,159,92).

  • red value is 115;
  • green value is 159;
  • blue value is 92.
RGB:
(115,159,92)
(45%,62%,36%)

RGB channels and saturation

R 115 of 255 = 45%
G 159 of 255 = 62%
B 92 of 255 = 36%

115
159
92

R + G + B ~ 48%. #739F5C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
115 + 159 + 92 = 366 (100%)
R 115 of 366 ~ 31.42%
G 159 of 366 ~ 43.44%
B 92 of 366 ~ 25.14%

%31.42
%43.44
%25.14

CMYK color model

#739F5C color CMYK value is (28,0,42,38).

  • cyan value is 27.67%
  • magenta value is 0.00%
  • yellow value is 42.14%
  • key color value is 37.65%
CMYK:
(28,0,42,38)
C28M0Y42K38 
(28%,0%,42%,38%)
(0.28/0.00/0.42/0.38)	

CMYK percentages

%27.67
%0
%42.14
%37.65

Codes

Color #739F5C in popluar color models

739F5C
RGB11515992
HSL99°26.69%49.22%
HSB/HSV99°42.14%62.35%
CMYK27.67%0.00%42.14%
37.65%

Color #739F5C in popluar number systems.

HEX739F5C
Decimal11515992
Binary1110011100111111011100
Octal163237134

Shades and tints

Shades of #739F5C

#739F5C
(115,159,92)
#699154
(105,145,84)
#5F834C
(95,131,76)
#557544
(85,117,68)
#4B673C
(75,103,60)
#415934
(65,89,52)
#374B2C
(55,75,44)
#2D3D24
(45,61,36)
#232F1C
(35,47,28)
#192114
(25,33,20)
#0F130C
(15,19,12)
#000000
(0,0,0)

Tints of #739F5C

#739F5C
(115,159,92)
#7FA76A
(127,167,106)
#8BAF78
(139,175,120)
#97B786
(151,183,134)
#A3BF94
(163,191,148)
#AFC7A2
(175,199,162)
#BBCFB0
(187,207,176)
#C7D7BE
(199,215,190)
#D3DFCC
(211,223,204)
#DFE7DA
(223,231,218)
#EBEFE8
(235,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #739F5C color. Also use rgb(115,159,92) instead hex code.

Text Font Color

.myTextColor { color: #739F5C; }

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

This text font color is #739F5C.


Background Color

.myBgColor { background-color: #739F5C; }

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

This div background color is #739F5C.


Border color

.myBorderColor { border: 1px solid #739F5C; }

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

This div border color is #739F5C.


Opacity

.myOpacity80 { color: #739F5C; opacity: 0.8; }

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

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

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

This text has shadow with #739F5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #739F5C on black background.


Color preview on white background

This text has color #739F5C on white background.



Black color preview on #739F5C background

This text has black color on #739F5C background.


White color preview on #739F5C background

This text has white color on #739F5C background.