COLOR #739270

HEX: #739270
RGB: (115,146,112)

Color info

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

RGB color model

#739270 color RGB value is (115,146,112).

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

RGB channels and saturation

R 115 of 255 = 45%
G 146 of 255 = 57%
B 112 of 255 = 44%

115
146
112

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

Portions of RGB colors in percentages

R + G + B =
115 + 146 + 112 = 373 (100%)
R 115 of 373 ~ 30.83%
G 146 of 373 ~ 39.14%
B 112 of 373 ~ 30.03%

%30.83
%39.14
%30.03

CMYK color model

#739270 color CMYK value is (21,0,23,43).

  • cyan value is 21.23%
  • magenta value is 0.00%
  • yellow value is 23.29%
  • key color value is 42.75%
CMYK:
(21,0,23,43)
C21M0Y23K43 
(21%,0%,23%,43%)
(0.21/0.00/0.23/0.43)	

CMYK percentages

%21.23
%0
%23.29
%42.75

Codes

Color #739270 in popluar color models

739270
RGB115146112
HSL115°13.49%50.59%
HSB/HSV115°23.29%57.25%
CMYK21.23%0.00%23.29%
42.75%

Color #739270 in popluar number systems.

HEX739270
Decimal115146112
Binary1110011100100101110000
Octal163222160

Shades and tints

Shades of #739270

#739270
(115,146,112)
#698566
(105,133,102)
#5F785C
(95,120,92)
#556B52
(85,107,82)
#4B5E48
(75,94,72)
#41513E
(65,81,62)
#374434
(55,68,52)
#2D372A
(45,55,42)
#232A20
(35,42,32)
#191D16
(25,29,22)
#0F100C
(15,16,12)
#000000
(0,0,0)

Tints of #739270

#739270
(115,146,112)
#7F9B7D
(127,155,125)
#8BA48A
(139,164,138)
#97AD97
(151,173,151)
#A3B6A4
(163,182,164)
#AFBFB1
(175,191,177)
#BBC8BE
(187,200,190)
#C7D1CB
(199,209,203)
#D3DAD8
(211,218,216)
#DFE3E5
(223,227,229)
#EBECF2
(235,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #739270; }

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

This text font color is #739270.


Background Color

.myBgColor { background-color: #739270; }

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

This div background color is #739270.


Border color

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

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

This div border color is #739270.


Opacity

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

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

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

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

This text has shadow with #739270 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #739270 on black background.


Color preview on white background

This text has color #739270 on white background.



Black color preview on #739270 background

This text has black color on #739270 background.


White color preview on #739270 background

This text has white color on #739270 background.