COLOR #749A40

HEX: #749A40
RGB: (116,154,64)

Color info

#749A40 contains mainly red and green colors. Web safe color of #749A40 is #669933 (or #693).

RGB color model

#749A40 color RGB value is (116,154,64).

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

RGB channels and saturation

R 116 of 255 = 45%
G 154 of 255 = 60%
B 64 of 255 = 25%

116
154
64

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

Portions of RGB colors in percentages

R + G + B =
116 + 154 + 64 = 334 (100%)
R 116 of 334 ~ 34.73%
G 154 of 334 ~ 46.11%
B 64 of 334 ~ 19.16%

%34.73
%46.11
%19.16

CMYK color model

#749A40 color CMYK value is (25,0,58,40).

  • cyan value is 24.68%
  • magenta value is 0.00%
  • yellow value is 58.44%
  • key color value is 39.61%
CMYK:
(25,0,58,40)
C25M0Y58K40 
(25%,0%,58%,40%)
(0.25/0.00/0.58/0.40)	

CMYK percentages

%24.68
%0
%58.44
%39.61

Codes

Color #749A40 in popluar color models

749A40
RGB11615464
HSL85°41.28%42.75%
HSB/HSV85°58.44%60.39%
CMYK24.68%0.00%58.44%
39.61%

Color #749A40 in popluar number systems.

HEX749A40
Decimal11615464
Binary1110100100110101000000
Octal164232100

Shades and tints

Shades of #749A40

#749A40
(116,154,64)
#6A8C3B
(106,140,59)
#607E36
(96,126,54)
#567031
(86,112,49)
#4C622C
(76,98,44)
#425427
(66,84,39)
#384622
(56,70,34)
#2E381D
(46,56,29)
#242A18
(36,42,24)
#1A1C13
(26,28,19)
#100E0E
(16,14,14)
#000000
(0,0,0)

Tints of #749A40

#749A40
(116,154,64)
#80A351
(128,163,81)
#8CAC62
(140,172,98)
#98B573
(152,181,115)
#A4BE84
(164,190,132)
#B0C795
(176,199,149)
#BCD0A6
(188,208,166)
#C8D9B7
(200,217,183)
#D4E2C8
(212,226,200)
#E0EBD9
(224,235,217)
#ECF4EA
(236,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #749A40; }

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

This text font color is #749A40.


Background Color

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

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

This div background color is #749A40.


Border color

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

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

This div border color is #749A40.


Opacity

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

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

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

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

This text has shadow with #749A40 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #749A40 on black background.


Color preview on white background

This text has color #749A40 on white background.



Black color preview on #749A40 background

This text has black color on #749A40 background.


White color preview on #749A40 background

This text has white color on #749A40 background.