COLOR #749C4D

HEX: #749C4D
RGB: (116,156,77)

Color info

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

RGB color model

#749C4D color RGB value is (116,156,77).

  • red value is 116;
  • green value is 156;
  • blue value is 77.
RGB:
(116,156,77)
(45%,61%,30%)

RGB channels and saturation

R 116 of 255 = 45%
G 156 of 255 = 61%
B 77 of 255 = 30%

116
156
77

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

Portions of RGB colors in percentages

R + G + B =
116 + 156 + 77 = 349 (100%)
R 116 of 349 ~ 33.24%
G 156 of 349 ~ 44.7%
B 77 of 349 ~ 22.06%

%33.24
%44.7
%22.06

CMYK color model

#749C4D color CMYK value is (26,0,51,39).

  • cyan value is 25.64%
  • magenta value is 0.00%
  • yellow value is 50.64%
  • key color value is 38.82%
CMYK:
(26,0,51,39)
C26M0Y51K39 
(26%,0%,51%,39%)
(0.26/0.00/0.51/0.39)	

CMYK percentages

%25.64
%0
%50.64
%38.82

Codes

Color #749C4D in popluar color models

749C4D
RGB11615677
HSL90°33.91%45.69%
HSB/HSV90°50.64%61.18%
CMYK25.64%0.00%50.64%
38.82%

Color #749C4D in popluar number systems.

HEX749C4D
Decimal11615677
Binary1110100100111001001101
Octal164234115

Shades and tints

Shades of #749C4D

#749C4D
(116,156,77)
#6A8E46
(106,142,70)
#60803F
(96,128,63)
#567238
(86,114,56)
#4C6431
(76,100,49)
#42562A
(66,86,42)
#384823
(56,72,35)
#2E3A1C
(46,58,28)
#242C15
(36,44,21)
#1A1E0E
(26,30,14)
#101007
(16,16,7)
#000000
(0,0,0)

Tints of #749C4D

#749C4D
(116,156,77)
#80A55D
(128,165,93)
#8CAE6D
(140,174,109)
#98B77D
(152,183,125)
#A4C08D
(164,192,141)
#B0C99D
(176,201,157)
#BCD2AD
(188,210,173)
#C8DBBD
(200,219,189)
#D4E4CD
(212,228,205)
#E0EDDD
(224,237,221)
#ECF6ED
(236,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #749C4D color. Also use rgb(116,156,77) instead hex code.

Text Font Color

.myTextColor { color: #749C4D; }

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

This text font color is #749C4D.


Background Color

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

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

This div background color is #749C4D.


Border color

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

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

This div border color is #749C4D.


Opacity

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

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

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

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

This text has shadow with #749C4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #749C4D on black background.


Color preview on white background

This text has color #749C4D on white background.



Black color preview on #749C4D background

This text has black color on #749C4D background.


White color preview on #749C4D background

This text has white color on #749C4D background.