COLOR #739A6C

HEX: #739A6C
RGB: (115,154,108)

Color info

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

RGB color model

#739A6C color RGB value is (115,154,108).

  • red value is 115;
  • green value is 154;
  • blue value is 108.
RGB:
(115,154,108)
(45%,60%,42%)

RGB channels and saturation

R 115 of 255 = 45%
G 154 of 255 = 60%
B 108 of 255 = 42%

115
154
108

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

Portions of RGB colors in percentages

R + G + B =
115 + 154 + 108 = 377 (100%)
R 115 of 377 ~ 30.5%
G 154 of 377 ~ 40.85%
B 108 of 377 ~ 28.65%

%30.5
%40.85
%28.65

CMYK color model

#739A6C color CMYK value is (25,0,30,40).

  • cyan value is 25.32%
  • magenta value is 0.00%
  • yellow value is 29.87%
  • key color value is 39.61%
CMYK:
(25,0,30,40)
C25M0Y30K40 
(25%,0%,30%,40%)
(0.25/0.00/0.30/0.40)	

CMYK percentages

%25.32
%0
%29.87
%39.61

Codes

Color #739A6C in popluar color models

739A6C
RGB115154108
HSL111°18.55%51.37%
HSB/HSV111°29.87%60.39%
CMYK25.32%0.00%29.87%
39.61%

Color #739A6C in popluar number systems.

HEX739A6C
Decimal115154108
Binary1110011100110101101100
Octal163232154

Shades and tints

Shades of #739A6C

#739A6C
(115,154,108)
#698C63
(105,140,99)
#5F7E5A
(95,126,90)
#557051
(85,112,81)
#4B6248
(75,98,72)
#41543F
(65,84,63)
#374636
(55,70,54)
#2D382D
(45,56,45)
#232A24
(35,42,36)
#191C1B
(25,28,27)
#0F0E12
(15,14,18)
#000000
(0,0,0)

Tints of #739A6C

#739A6C
(115,154,108)
#7FA379
(127,163,121)
#8BAC86
(139,172,134)
#97B593
(151,181,147)
#A3BEA0
(163,190,160)
#AFC7AD
(175,199,173)
#BBD0BA
(187,208,186)
#C7D9C7
(199,217,199)
#D3E2D4
(211,226,212)
#DFEBE1
(223,235,225)
#EBF4EE
(235,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #739A6C color. Also use rgb(115,154,108) instead hex code.

Text Font Color

.myTextColor { color: #739A6C; }

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

This text font color is #739A6C.


Background Color

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

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

This div background color is #739A6C.


Border color

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

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

This div border color is #739A6C.


Opacity

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

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

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

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

This text has shadow with #739A6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #739A6C on black background.


Color preview on white background

This text has color #739A6C on white background.



Black color preview on #739A6C background

This text has black color on #739A6C background.


White color preview on #739A6C background

This text has white color on #739A6C background.