COLOR #749949

HEX: #749949
RGB: (116,153,73)

Color info

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

RGB color model

#749949 color RGB value is (116,153,73).

  • red value is 116;
  • green value is 153;
  • blue value is 73.
RGB:
(116,153,73)
(45%,60%,29%)

RGB channels and saturation

R 116 of 255 = 45%
G 153 of 255 = 60%
B 73 of 255 = 29%

116
153
73

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

Portions of RGB colors in percentages

R + G + B =
116 + 153 + 73 = 342 (100%)
R 116 of 342 ~ 33.92%
G 153 of 342 ~ 44.74%
B 73 of 342 ~ 21.35%

%33.92
%44.74
%21.35

CMYK color model

#749949 color CMYK value is (24,0,52,40).

  • cyan value is 24.18%
  • magenta value is 0.00%
  • yellow value is 52.29%
  • key color value is 40.00%
CMYK:
(24,0,52,40)
C24M0Y52K40 
(24%,0%,52%,40%)
(0.24/0.00/0.52/0.40)	

CMYK percentages

%24.18
%0
%52.29
%40

Codes

Color #749949 in popluar color models

749949
RGB11615373
HSL88°35.40%44.31%
HSB/HSV88°52.29%60.00%
CMYK24.18%0.00%52.29%
40.00%

Color #749949 in popluar number systems.

HEX749949
Decimal11615373
Binary1110100100110011001001
Octal164231111

Shades and tints

Shades of #749949

#749949
(116,153,73)
#6A8C43
(106,140,67)
#607F3D
(96,127,61)
#567237
(86,114,55)
#4C6531
(76,101,49)
#42582B
(66,88,43)
#384B25
(56,75,37)
#2E3E1F
(46,62,31)
#243119
(36,49,25)
#1A2413
(26,36,19)
#10170D
(16,23,13)
#000000
(0,0,0)

Tints of #749949

#749949
(116,153,73)
#80A259
(128,162,89)
#8CAB69
(140,171,105)
#98B479
(152,180,121)
#A4BD89
(164,189,137)
#B0C699
(176,198,153)
#BCCFA9
(188,207,169)
#C8D8B9
(200,216,185)
#D4E1C9
(212,225,201)
#E0EAD9
(224,234,217)
#ECF3E9
(236,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #749949 color. Also use rgb(116,153,73) instead hex code.

Text Font Color

.myTextColor { color: #749949; }

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

This text font color is #749949.


Background Color

.myBgColor { background-color: #749949; }

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

This div background color is #749949.


Border color

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

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

This div border color is #749949.


Opacity

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

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

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

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

This text has shadow with #749949 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #749949 on black background.


Color preview on white background

This text has color #749949 on white background.



Black color preview on #749949 background

This text has black color on #749949 background.


White color preview on #749949 background

This text has white color on #749949 background.