COLOR #749137

HEX: #749137
RGB: (116,145,55)

Color info

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

RGB color model

#749137 color RGB value is (116,145,55).

  • red value is 116;
  • green value is 145;
  • blue value is 55.
RGB:
(116,145,55)
(45%,57%,22%)

RGB channels and saturation

R 116 of 255 = 45%
G 145 of 255 = 57%
B 55 of 255 = 22%

116
145
55

R + G + B ~ 41%. #749137 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
116 + 145 + 55 = 316 (100%)
R 116 of 316 ~ 36.71%
G 145 of 316 ~ 45.89%
B 55 of 316 ~ 17.41%

%36.71
%45.89
%17.41

CMYK color model

#749137 color CMYK value is (20,0,62,43).

  • cyan value is 20.00%
  • magenta value is 0.00%
  • yellow value is 62.07%
  • key color value is 43.14%
CMYK:
(20,0,62,43)
C20M0Y62K43 
(20%,0%,62%,43%)
(0.20/0.00/0.62/0.43)	

CMYK percentages

%20
%0
%62.07
%43.14

Codes

Color #749137 in popluar color models

749137
RGB11614555
HSL79°45.00%39.22%
HSB/HSV79°62.07%56.86%
CMYK20.00%0.00%62.07%
43.14%

Color #749137 in popluar number systems.

HEX749137
Decimal11614555
Binary111010010010001110111
Octal16422167

Shades and tints

Shades of #749137

#749137
(116,145,55)
#6A8432
(106,132,50)
#60772D
(96,119,45)
#566A28
(86,106,40)
#4C5D23
(76,93,35)
#42501E
(66,80,30)
#384319
(56,67,25)
#2E3614
(46,54,20)
#24290F
(36,41,15)
#1A1C0A
(26,28,10)
#100F05
(16,15,5)
#000000
(0,0,0)

Tints of #749137

#749137
(116,145,55)
#809B49
(128,155,73)
#8CA55B
(140,165,91)
#98AF6D
(152,175,109)
#A4B97F
(164,185,127)
#B0C391
(176,195,145)
#BCCDA3
(188,205,163)
#C8D7B5
(200,215,181)
#D4E1C7
(212,225,199)
#E0EBD9
(224,235,217)
#ECF5EB
(236,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #749137 color. Also use rgb(116,145,55) instead hex code.

Text Font Color

.myTextColor { color: #749137; }

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

This text font color is #749137.


Background Color

.myBgColor { background-color: #749137; }

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

This div background color is #749137.


Border color

.myBorderColor { border: 1px solid #749137; }

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

This div border color is #749137.


Opacity

.myOpacity80 { color: #749137; opacity: 0.8; }

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

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

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

This text has shadow with #749137 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #749137 on black background.


Color preview on white background

This text has color #749137 on white background.



Black color preview on #749137 background

This text has black color on #749137 background.


White color preview on #749137 background

This text has white color on #749137 background.