COLOR #739276

HEX: #739276
RGB: (115,146,118)

Color info

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

RGB color model

#739276 color RGB value is (115,146,118).

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

RGB channels and saturation

R 115 of 255 = 45%
G 146 of 255 = 57%
B 118 of 255 = 46%

115
146
118

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

Portions of RGB colors in percentages

R + G + B =
115 + 146 + 118 = 379 (100%)
R 115 of 379 ~ 30.34%
G 146 of 379 ~ 38.52%
B 118 of 379 ~ 31.13%

%30.34
%38.52
%31.13

CMYK color model

#739276 color CMYK value is (21,0,19,43).

  • cyan value is 21.23%
  • magenta value is 0.00%
  • yellow value is 19.18%
  • key color value is 42.75%
CMYK:
(21,0,19,43)
C21M0Y19K43 
(21%,0%,19%,43%)
(0.21/0.00/0.19/0.43)	

CMYK percentages

%21.23
%0
%19.18
%42.75

Codes

Color #739276 in popluar color models

739276
RGB115146118
HSL126°12.45%51.18%
HSB/HSV126°21.23%57.25%
CMYK21.23%0.00%19.18%
42.75%

Color #739276 in popluar number systems.

HEX739276
Decimal115146118
Binary1110011100100101110110
Octal163222166

Shades and tints

Shades of #739276

#739276
(115,146,118)
#69856C
(105,133,108)
#5F7862
(95,120,98)
#556B58
(85,107,88)
#4B5E4E
(75,94,78)
#415144
(65,81,68)
#37443A
(55,68,58)
#2D3730
(45,55,48)
#232A26
(35,42,38)
#191D1C
(25,29,28)
#0F1012
(15,16,18)
#000000
(0,0,0)

Tints of #739276

#739276
(115,146,118)
#7F9B82
(127,155,130)
#8BA48E
(139,164,142)
#97AD9A
(151,173,154)
#A3B6A6
(163,182,166)
#AFBFB2
(175,191,178)
#BBC8BE
(187,200,190)
#C7D1CA
(199,209,202)
#D3DAD6
(211,218,214)
#DFE3E2
(223,227,226)
#EBECEE
(235,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #739276; }

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

This text font color is #739276.


Background Color

.myBgColor { background-color: #739276; }

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

This div background color is #739276.


Border color

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

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

This div border color is #739276.


Opacity

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

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

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

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

This text has shadow with #739276 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #739276 on black background.


Color preview on white background

This text has color #739276 on white background.



Black color preview on #739276 background

This text has black color on #739276 background.


White color preview on #739276 background

This text has white color on #739276 background.