COLOR #739251

HEX: #739251
RGB: (115,146,81)

Color info

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

RGB color model

#739251 color RGB value is (115,146,81).

  • red value is 115;
  • green value is 146;
  • blue value is 81.
RGB:
(115,146,81)
(45%,57%,32%)

RGB channels and saturation

R 115 of 255 = 45%
G 146 of 255 = 57%
B 81 of 255 = 32%

115
146
81

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

Portions of RGB colors in percentages

R + G + B =
115 + 146 + 81 = 342 (100%)
R 115 of 342 ~ 33.63%
G 146 of 342 ~ 42.69%
B 81 of 342 ~ 23.68%

%33.63
%42.69
%23.68

CMYK color model

#739251 color CMYK value is (21,0,45,43).

  • cyan value is 21.23%
  • magenta value is 0.00%
  • yellow value is 44.52%
  • key color value is 42.75%
CMYK:
(21,0,45,43)
C21M0Y45K43 
(21%,0%,45%,43%)
(0.21/0.00/0.45/0.43)	

CMYK percentages

%21.23
%0
%44.52
%42.75

Codes

Color #739251 in popluar color models

739251
RGB11514681
HSL89°28.63%44.51%
HSB/HSV89°44.52%57.25%
CMYK21.23%0.00%44.52%
42.75%

Color #739251 in popluar number systems.

HEX739251
Decimal11514681
Binary1110011100100101010001
Octal163222121

Shades and tints

Shades of #739251

#739251
(115,146,81)
#69854A
(105,133,74)
#5F7843
(95,120,67)
#556B3C
(85,107,60)
#4B5E35
(75,94,53)
#41512E
(65,81,46)
#374427
(55,68,39)
#2D3720
(45,55,32)
#232A19
(35,42,25)
#191D12
(25,29,18)
#0F100B
(15,16,11)
#000000
(0,0,0)

Tints of #739251

#739251
(115,146,81)
#7F9B60
(127,155,96)
#8BA46F
(139,164,111)
#97AD7E
(151,173,126)
#A3B68D
(163,182,141)
#AFBF9C
(175,191,156)
#BBC8AB
(187,200,171)
#C7D1BA
(199,209,186)
#D3DAC9
(211,218,201)
#DFE3D8
(223,227,216)
#EBECE7
(235,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #739251 color. Also use rgb(115,146,81) instead hex code.

Text Font Color

.myTextColor { color: #739251; }

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

This text font color is #739251.


Background Color

.myBgColor { background-color: #739251; }

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

This div background color is #739251.


Border color

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

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

This div border color is #739251.


Opacity

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

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

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

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

This text has shadow with #739251 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #739251 on black background.


Color preview on white background

This text has color #739251 on white background.



Black color preview on #739251 background

This text has black color on #739251 background.


White color preview on #739251 background

This text has white color on #739251 background.