COLOR #739976

HEX: #739976
RGB: (115,153,118)

Color info

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

RGB color model

#739976 color RGB value is (115,153,118).

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

RGB channels and saturation

R 115 of 255 = 45%
G 153 of 255 = 60%
B 118 of 255 = 46%

115
153
118

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

Portions of RGB colors in percentages

R + G + B =
115 + 153 + 118 = 386 (100%)
R 115 of 386 ~ 29.79%
G 153 of 386 ~ 39.64%
B 118 of 386 ~ 30.57%

%29.79
%39.64
%30.57

CMYK color model

#739976 color CMYK value is (25,0,23,40).

  • cyan value is 24.84%
  • magenta value is 0.00%
  • yellow value is 22.88%
  • key color value is 40.00%
CMYK:
(25,0,23,40)
C25M0Y23K40 
(25%,0%,23%,40%)
(0.25/0.00/0.23/0.40)	

CMYK percentages

%24.84
%0
%22.88
%40

Codes

Color #739976 in popluar color models

739976
RGB115153118
HSL125°15.70%52.55%
HSB/HSV125°24.84%60.00%
CMYK24.84%0.00%22.88%
40.00%

Color #739976 in popluar number systems.

HEX739976
Decimal115153118
Binary1110011100110011110110
Octal163231166

Shades and tints

Shades of #739976

#739976
(115,153,118)
#698C6C
(105,140,108)
#5F7F62
(95,127,98)
#557258
(85,114,88)
#4B654E
(75,101,78)
#415844
(65,88,68)
#374B3A
(55,75,58)
#2D3E30
(45,62,48)
#233126
(35,49,38)
#19241C
(25,36,28)
#0F1712
(15,23,18)
#000000
(0,0,0)

Tints of #739976

#739976
(115,153,118)
#7FA282
(127,162,130)
#8BAB8E
(139,171,142)
#97B49A
(151,180,154)
#A3BDA6
(163,189,166)
#AFC6B2
(175,198,178)
#BBCFBE
(187,207,190)
#C7D8CA
(199,216,202)
#D3E1D6
(211,225,214)
#DFEAE2
(223,234,226)
#EBF3EE
(235,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #739976; }

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

This text font color is #739976.


Background Color

.myBgColor { background-color: #739976; }

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

This div background color is #739976.


Border color

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

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

This div border color is #739976.


Opacity

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

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

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

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

This text has shadow with #739976 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #739976 on black background.


Color preview on white background

This text has color #739976 on white background.



Black color preview on #739976 background

This text has black color on #739976 background.


White color preview on #739976 background

This text has white color on #739976 background.