COLOR #749D68

HEX: #749D68
RGB: (116,157,104)

Color info

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

RGB color model

#749D68 color RGB value is (116,157,104).

  • red value is 116;
  • green value is 157;
  • blue value is 104.
RGB:
(116,157,104)
(45%,62%,41%)

RGB channels and saturation

R 116 of 255 = 45%
G 157 of 255 = 62%
B 104 of 255 = 41%

116
157
104

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

Portions of RGB colors in percentages

R + G + B =
116 + 157 + 104 = 377 (100%)
R 116 of 377 ~ 30.77%
G 157 of 377 ~ 41.64%
B 104 of 377 ~ 27.59%

%30.77
%41.64
%27.59

CMYK color model

#749D68 color CMYK value is (26,0,34,38).

  • cyan value is 26.11%
  • magenta value is 0.00%
  • yellow value is 33.76%
  • key color value is 38.43%
CMYK:
(26,0,34,38)
C26M0Y34K38 
(26%,0%,34%,38%)
(0.26/0.00/0.34/0.38)	

CMYK percentages

%26.11
%0
%33.76
%38.43

Codes

Color #749D68 in popluar color models

749D68
RGB116157104
HSL106°21.29%51.18%
HSB/HSV106°33.76%61.57%
CMYK26.11%0.00%33.76%
38.43%

Color #749D68 in popluar number systems.

HEX749D68
Decimal116157104
Binary1110100100111011101000
Octal164235150

Shades and tints

Shades of #749D68

#749D68
(116,157,104)
#6A8F5F
(106,143,95)
#608156
(96,129,86)
#56734D
(86,115,77)
#4C6544
(76,101,68)
#42573B
(66,87,59)
#384932
(56,73,50)
#2E3B29
(46,59,41)
#242D20
(36,45,32)
#1A1F17
(26,31,23)
#10110E
(16,17,14)
#000000
(0,0,0)

Tints of #749D68

#749D68
(116,157,104)
#80A575
(128,165,117)
#8CAD82
(140,173,130)
#98B58F
(152,181,143)
#A4BD9C
(164,189,156)
#B0C5A9
(176,197,169)
#BCCDB6
(188,205,182)
#C8D5C3
(200,213,195)
#D4DDD0
(212,221,208)
#E0E5DD
(224,229,221)
#ECEDEA
(236,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #749D68 color. Also use rgb(116,157,104) instead hex code.

Text Font Color

.myTextColor { color: #749D68; }

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

This text font color is #749D68.


Background Color

.myBgColor { background-color: #749D68; }

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

This div background color is #749D68.


Border color

.myBorderColor { border: 1px solid #749D68; }

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

This div border color is #749D68.


Opacity

.myOpacity80 { color: #749D68; opacity: 0.8; }

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

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

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

This text has shadow with #749D68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #749D68 on black background.


Color preview on white background

This text has color #749D68 on white background.



Black color preview on #749D68 background

This text has black color on #749D68 background.


White color preview on #749D68 background

This text has white color on #749D68 background.