COLOR #749676

HEX: #749676
RGB: (116,150,118)

Color info

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

RGB color model

#749676 color RGB value is (116,150,118).

  • red value is 116;
  • green value is 150;
  • blue value is 118.
RGB:
(116,150,118)
(45%,59%,46%)

RGB channels and saturation

R 116 of 255 = 45%
G 150 of 255 = 59%
B 118 of 255 = 46%

116
150
118

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

Portions of RGB colors in percentages

R + G + B =
116 + 150 + 118 = 384 (100%)
R 116 of 384 ~ 30.21%
G 150 of 384 ~ 39.06%
B 118 of 384 ~ 30.73%

%30.21
%39.06
%30.73

CMYK color model

#749676 color CMYK value is (23,0,21,41).

  • cyan value is 22.67%
  • magenta value is 0.00%
  • yellow value is 21.33%
  • key color value is 41.18%
CMYK:
(23,0,21,41)
C23M0Y21K41 
(23%,0%,21%,41%)
(0.23/0.00/0.21/0.41)	

CMYK percentages

%22.67
%0
%21.33
%41.18

Codes

Color #749676 in popluar color models

749676
RGB116150118
HSL124°13.93%52.16%
HSB/HSV124°22.67%58.82%
CMYK22.67%0.00%21.33%
41.18%

Color #749676 in popluar number systems.

HEX749676
Decimal116150118
Binary1110100100101101110110
Octal164226166

Shades and tints

Shades of #749676

#749676
(116,150,118)
#6A896C
(106,137,108)
#607C62
(96,124,98)
#566F58
(86,111,88)
#4C624E
(76,98,78)
#425544
(66,85,68)
#38483A
(56,72,58)
#2E3B30
(46,59,48)
#242E26
(36,46,38)
#1A211C
(26,33,28)
#101412
(16,20,18)
#000000
(0,0,0)

Tints of #749676

#749676
(116,150,118)
#809F82
(128,159,130)
#8CA88E
(140,168,142)
#98B19A
(152,177,154)
#A4BAA6
(164,186,166)
#B0C3B2
(176,195,178)
#BCCCBE
(188,204,190)
#C8D5CA
(200,213,202)
#D4DED6
(212,222,214)
#E0E7E2
(224,231,226)
#ECF0EE
(236,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #749676 color. Also use rgb(116,150,118) instead hex code.

Text Font Color

.myTextColor { color: #749676; }

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

This text font color is #749676.


Background Color

.myBgColor { background-color: #749676; }

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

This div background color is #749676.


Border color

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

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

This div border color is #749676.


Opacity

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

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

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

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

This text has shadow with #749676 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #749676 on black background.


Color preview on white background

This text has color #749676 on white background.



Black color preview on #749676 background

This text has black color on #749676 background.


White color preview on #749676 background

This text has white color on #749676 background.