COLOR #749444

HEX: #749444
RGB: (116,148,68)

Color info

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

RGB color model

#749444 color RGB value is (116,148,68).

  • red value is 116;
  • green value is 148;
  • blue value is 68.
RGB:
(116,148,68)
(45%,58%,27%)

RGB channels and saturation

R 116 of 255 = 45%
G 148 of 255 = 58%
B 68 of 255 = 27%

116
148
68

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

Portions of RGB colors in percentages

R + G + B =
116 + 148 + 68 = 332 (100%)
R 116 of 332 ~ 34.94%
G 148 of 332 ~ 44.58%
B 68 of 332 ~ 20.48%

%34.94
%44.58
%20.48

CMYK color model

#749444 color CMYK value is (22,0,54,42).

  • cyan value is 21.62%
  • magenta value is 0.00%
  • yellow value is 54.05%
  • key color value is 41.96%
CMYK:
(22,0,54,42)
C22M0Y54K42 
(22%,0%,54%,42%)
(0.22/0.00/0.54/0.42)	

CMYK percentages

%21.62
%0
%54.05
%41.96

Codes

Color #749444 in popluar color models

749444
RGB11614868
HSL84°37.04%42.35%
HSB/HSV84°54.05%58.04%
CMYK21.62%0.00%54.05%
41.96%

Color #749444 in popluar number systems.

HEX749444
Decimal11614868
Binary1110100100101001000100
Octal164224104

Shades and tints

Shades of #749444

#749444
(116,148,68)
#6A873E
(106,135,62)
#607A38
(96,122,56)
#566D32
(86,109,50)
#4C602C
(76,96,44)
#425326
(66,83,38)
#384620
(56,70,32)
#2E391A
(46,57,26)
#242C14
(36,44,20)
#1A1F0E
(26,31,14)
#101208
(16,18,8)
#000000
(0,0,0)

Tints of #749444

#749444
(116,148,68)
#809D55
(128,157,85)
#8CA666
(140,166,102)
#98AF77
(152,175,119)
#A4B888
(164,184,136)
#B0C199
(176,193,153)
#BCCAAA
(188,202,170)
#C8D3BB
(200,211,187)
#D4DCCC
(212,220,204)
#E0E5DD
(224,229,221)
#ECEEEE
(236,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #749444 color. Also use rgb(116,148,68) instead hex code.

Text Font Color

.myTextColor { color: #749444; }

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

This text font color is #749444.


Background Color

.myBgColor { background-color: #749444; }

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

This div background color is #749444.


Border color

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

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

This div border color is #749444.


Opacity

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

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

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

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

This text has shadow with #749444 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #749444 on black background.


Color preview on white background

This text has color #749444 on white background.



Black color preview on #749444 background

This text has black color on #749444 background.


White color preview on #749444 background

This text has white color on #749444 background.