COLOR #749A68

HEX: #749A68
RGB: (116,154,104)

Color info

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

RGB color model

#749A68 color RGB value is (116,154,104).

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

RGB channels and saturation

R 116 of 255 = 45%
G 154 of 255 = 60%
B 104 of 255 = 41%

116
154
104

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

Portions of RGB colors in percentages

R + G + B =
116 + 154 + 104 = 374 (100%)
R 116 of 374 ~ 31.02%
G 154 of 374 ~ 41.18%
B 104 of 374 ~ 27.81%

%31.02
%41.18
%27.81

CMYK color model

#749A68 color CMYK value is (25,0,32,40).

  • cyan value is 24.68%
  • magenta value is 0.00%
  • yellow value is 32.47%
  • key color value is 39.61%
CMYK:
(25,0,32,40)
C25M0Y32K40 
(25%,0%,32%,40%)
(0.25/0.00/0.32/0.40)	

CMYK percentages

%24.68
%0
%32.47
%39.61

Codes

Color #749A68 in popluar color models

749A68
RGB116154104
HSL106°19.84%50.59%
HSB/HSV106°32.47%60.39%
CMYK24.68%0.00%32.47%
39.61%

Color #749A68 in popluar number systems.

HEX749A68
Decimal116154104
Binary1110100100110101101000
Octal164232150

Shades and tints

Shades of #749A68

#749A68
(116,154,104)
#6A8C5F
(106,140,95)
#607E56
(96,126,86)
#56704D
(86,112,77)
#4C6244
(76,98,68)
#42543B
(66,84,59)
#384632
(56,70,50)
#2E3829
(46,56,41)
#242A20
(36,42,32)
#1A1C17
(26,28,23)
#100E0E
(16,14,14)
#000000
(0,0,0)

Tints of #749A68

#749A68
(116,154,104)
#80A375
(128,163,117)
#8CAC82
(140,172,130)
#98B58F
(152,181,143)
#A4BE9C
(164,190,156)
#B0C7A9
(176,199,169)
#BCD0B6
(188,208,182)
#C8D9C3
(200,217,195)
#D4E2D0
(212,226,208)
#E0EBDD
(224,235,221)
#ECF4EA
(236,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #749A68; }

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

This text font color is #749A68.


Background Color

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

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

This div background color is #749A68.


Border color

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

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

This div border color is #749A68.


Opacity

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

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

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

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

This text has shadow with #749A68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #749A68 on black background.


Color preview on white background

This text has color #749A68 on white background.



Black color preview on #749A68 background

This text has black color on #749A68 background.


White color preview on #749A68 background

This text has white color on #749A68 background.