COLOR #749C5B

HEX: #749C5B
RGB: (116,156,91)

Color info

#749C5B contains mainly red and green colors. Web safe color of #749C5B is #669966 (or #696).

RGB color model

#749C5B color RGB value is (116,156,91).

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

RGB channels and saturation

R 116 of 255 = 45%
G 156 of 255 = 61%
B 91 of 255 = 36%

116
156
91

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

Portions of RGB colors in percentages

R + G + B =
116 + 156 + 91 = 363 (100%)
R 116 of 363 ~ 31.96%
G 156 of 363 ~ 42.98%
B 91 of 363 ~ 25.07%

%31.96
%42.98
%25.07

CMYK color model

#749C5B color CMYK value is (26,0,42,39).

  • cyan value is 25.64%
  • magenta value is 0.00%
  • yellow value is 41.67%
  • key color value is 38.82%
CMYK:
(26,0,42,39)
C26M0Y42K39 
(26%,0%,42%,39%)
(0.26/0.00/0.42/0.39)	

CMYK percentages

%25.64
%0
%41.67
%38.82

Codes

Color #749C5B in popluar color models

749C5B
RGB11615691
HSL97°26.32%48.43%
HSB/HSV97°41.67%61.18%
CMYK25.64%0.00%41.67%
38.82%

Color #749C5B in popluar number systems.

HEX749C5B
Decimal11615691
Binary1110100100111001011011
Octal164234133

Shades and tints

Shades of #749C5B

#749C5B
(116,156,91)
#6A8E53
(106,142,83)
#60804B
(96,128,75)
#567243
(86,114,67)
#4C643B
(76,100,59)
#425633
(66,86,51)
#38482B
(56,72,43)
#2E3A23
(46,58,35)
#242C1B
(36,44,27)
#1A1E13
(26,30,19)
#10100B
(16,16,11)
#000000
(0,0,0)

Tints of #749C5B

#749C5B
(116,156,91)
#80A569
(128,165,105)
#8CAE77
(140,174,119)
#98B785
(152,183,133)
#A4C093
(164,192,147)
#B0C9A1
(176,201,161)
#BCD2AF
(188,210,175)
#C8DBBD
(200,219,189)
#D4E4CB
(212,228,203)
#E0EDD9
(224,237,217)
#ECF6E7
(236,246,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #749C5B; }

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

This text font color is #749C5B.


Background Color

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

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

This div background color is #749C5B.


Border color

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

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

This div border color is #749C5B.


Opacity

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

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

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

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

This text has shadow with #749C5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #749C5B on black background.


Color preview on white background

This text has color #749C5B on white background.



Black color preview on #749C5B background

This text has black color on #749C5B background.


White color preview on #749C5B background

This text has white color on #749C5B background.