COLOR #739852

HEX: #739852
RGB: (115,152,82)

Color info

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

RGB color model

#739852 color RGB value is (115,152,82).

  • red value is 115;
  • green value is 152;
  • blue value is 82.
RGB:
(115,152,82)
(45%,60%,32%)

RGB channels and saturation

R 115 of 255 = 45%
G 152 of 255 = 60%
B 82 of 255 = 32%

115
152
82

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

Portions of RGB colors in percentages

R + G + B =
115 + 152 + 82 = 349 (100%)
R 115 of 349 ~ 32.95%
G 152 of 349 ~ 43.55%
B 82 of 349 ~ 23.5%

%32.95
%43.55
%23.5

CMYK color model

#739852 color CMYK value is (24,0,46,40).

  • cyan value is 24.34%
  • magenta value is 0.00%
  • yellow value is 46.05%
  • key color value is 40.39%
CMYK:
(24,0,46,40)
C24M0Y46K40 
(24%,0%,46%,40%)
(0.24/0.00/0.46/0.40)	

CMYK percentages

%24.34
%0
%46.05
%40.39

Codes

Color #739852 in popluar color models

739852
RGB11515282
HSL92°29.91%45.88%
HSB/HSV92°46.05%59.61%
CMYK24.34%0.00%46.05%
40.39%

Color #739852 in popluar number systems.

HEX739852
Decimal11515282
Binary1110011100110001010010
Octal163230122

Shades and tints

Shades of #739852

#739852
(115,152,82)
#698B4B
(105,139,75)
#5F7E44
(95,126,68)
#55713D
(85,113,61)
#4B6436
(75,100,54)
#41572F
(65,87,47)
#374A28
(55,74,40)
#2D3D21
(45,61,33)
#23301A
(35,48,26)
#192313
(25,35,19)
#0F160C
(15,22,12)
#000000
(0,0,0)

Tints of #739852

#739852
(115,152,82)
#7FA161
(127,161,97)
#8BAA70
(139,170,112)
#97B37F
(151,179,127)
#A3BC8E
(163,188,142)
#AFC59D
(175,197,157)
#BBCEAC
(187,206,172)
#C7D7BB
(199,215,187)
#D3E0CA
(211,224,202)
#DFE9D9
(223,233,217)
#EBF2E8
(235,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #739852 color. Also use rgb(115,152,82) instead hex code.

Text Font Color

.myTextColor { color: #739852; }

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

This text font color is #739852.


Background Color

.myBgColor { background-color: #739852; }

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

This div background color is #739852.


Border color

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

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

This div border color is #739852.


Opacity

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

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

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

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

This text has shadow with #739852 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #739852 on black background.


Color preview on white background

This text has color #739852 on white background.



Black color preview on #739852 background

This text has black color on #739852 background.


White color preview on #739852 background

This text has white color on #739852 background.