COLOR #749A6A

HEX: #749A6A
RGB: (116,154,106)

Color info

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

RGB color model

#749A6A color RGB value is (116,154,106).

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

RGB channels and saturation

R 116 of 255 = 45%
G 154 of 255 = 60%
B 106 of 255 = 42%

116
154
106

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

Portions of RGB colors in percentages

R + G + B =
116 + 154 + 106 = 376 (100%)
R 116 of 376 ~ 30.85%
G 154 of 376 ~ 40.96%
B 106 of 376 ~ 28.19%

%30.85
%40.96
%28.19

CMYK color model

#749A6A color CMYK value is (25,0,31,40).

  • cyan value is 24.68%
  • magenta value is 0.00%
  • yellow value is 31.17%
  • key color value is 39.61%
CMYK:
(25,0,31,40)
C25M0Y31K40 
(25%,0%,31%,40%)
(0.25/0.00/0.31/0.40)	

CMYK percentages

%24.68
%0
%31.17
%39.61

Codes

Color #749A6A in popluar color models

749A6A
RGB116154106
HSL108°19.20%50.98%
HSB/HSV108°31.17%60.39%
CMYK24.68%0.00%31.17%
39.61%

Color #749A6A in popluar number systems.

HEX749A6A
Decimal116154106
Binary1110100100110101101010
Octal164232152

Shades and tints

Shades of #749A6A

#749A6A
(116,154,106)
#6A8C61
(106,140,97)
#607E58
(96,126,88)
#56704F
(86,112,79)
#4C6246
(76,98,70)
#42543D
(66,84,61)
#384634
(56,70,52)
#2E382B
(46,56,43)
#242A22
(36,42,34)
#1A1C19
(26,28,25)
#100E10
(16,14,16)
#000000
(0,0,0)

Tints of #749A6A

#749A6A
(116,154,106)
#80A377
(128,163,119)
#8CAC84
(140,172,132)
#98B591
(152,181,145)
#A4BE9E
(164,190,158)
#B0C7AB
(176,199,171)
#BCD0B8
(188,208,184)
#C8D9C5
(200,217,197)
#D4E2D2
(212,226,210)
#E0EBDF
(224,235,223)
#ECF4EC
(236,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #749A6A; }

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

This text font color is #749A6A.


Background Color

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

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

This div background color is #749A6A.


Border color

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

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

This div border color is #749A6A.


Opacity

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

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

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

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

This text has shadow with #749A6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #749A6A on black background.


Color preview on white background

This text has color #749A6A on white background.



Black color preview on #749A6A background

This text has black color on #749A6A background.


White color preview on #749A6A background

This text has white color on #749A6A background.