COLOR #739370

HEX: #739370
RGB: (115,147,112)

Color info

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

RGB color model

#739370 color RGB value is (115,147,112).

  • red value is 115;
  • green value is 147;
  • blue value is 112.
RGB:
(115,147,112)
(45%,58%,44%)

RGB channels and saturation

R 115 of 255 = 45%
G 147 of 255 = 58%
B 112 of 255 = 44%

115
147
112

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

Portions of RGB colors in percentages

R + G + B =
115 + 147 + 112 = 374 (100%)
R 115 of 374 ~ 30.75%
G 147 of 374 ~ 39.3%
B 112 of 374 ~ 29.95%

%30.75
%39.3
%29.95

CMYK color model

#739370 color CMYK value is (22,0,24,42).

  • cyan value is 21.77%
  • magenta value is 0.00%
  • yellow value is 23.81%
  • key color value is 42.35%
CMYK:
(22,0,24,42)
C22M0Y24K42 
(22%,0%,24%,42%)
(0.22/0.00/0.24/0.42)	

CMYK percentages

%21.77
%0
%23.81
%42.35

Codes

Color #739370 in popluar color models

739370
RGB115147112
HSL115°13.94%50.78%
HSB/HSV115°23.81%57.65%
CMYK21.77%0.00%23.81%
42.35%

Color #739370 in popluar number systems.

HEX739370
Decimal115147112
Binary1110011100100111110000
Octal163223160

Shades and tints

Shades of #739370

#739370
(115,147,112)
#698666
(105,134,102)
#5F795C
(95,121,92)
#556C52
(85,108,82)
#4B5F48
(75,95,72)
#41523E
(65,82,62)
#374534
(55,69,52)
#2D382A
(45,56,42)
#232B20
(35,43,32)
#191E16
(25,30,22)
#0F110C
(15,17,12)
#000000
(0,0,0)

Tints of #739370

#739370
(115,147,112)
#7F9C7D
(127,156,125)
#8BA58A
(139,165,138)
#97AE97
(151,174,151)
#A3B7A4
(163,183,164)
#AFC0B1
(175,192,177)
#BBC9BE
(187,201,190)
#C7D2CB
(199,210,203)
#D3DBD8
(211,219,216)
#DFE4E5
(223,228,229)
#EBEDF2
(235,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #739370 color. Also use rgb(115,147,112) instead hex code.

Text Font Color

.myTextColor { color: #739370; }

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

This text font color is #739370.


Background Color

.myBgColor { background-color: #739370; }

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

This div background color is #739370.


Border color

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

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

This div border color is #739370.


Opacity

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

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

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

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

This text has shadow with #739370 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #739370 on black background.


Color preview on white background

This text has color #739370 on white background.



Black color preview on #739370 background

This text has black color on #739370 background.


White color preview on #739370 background

This text has white color on #739370 background.