COLOR #749459

HEX: #749459
RGB: (116,148,89)

Color info

#749459 contains red, green and blue colors in about the same proportion. Web safe color of #749459 is #669966 (or #696).

RGB color model

#749459 color RGB value is (116,148,89).

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

RGB channels and saturation

R 116 of 255 = 45%
G 148 of 255 = 58%
B 89 of 255 = 35%

116
148
89

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

Portions of RGB colors in percentages

R + G + B =
116 + 148 + 89 = 353 (100%)
R 116 of 353 ~ 32.86%
G 148 of 353 ~ 41.93%
B 89 of 353 ~ 25.21%

%32.86
%41.93
%25.21

CMYK color model

#749459 color CMYK value is (22,0,40,42).

  • cyan value is 21.62%
  • magenta value is 0.00%
  • yellow value is 39.86%
  • key color value is 41.96%
CMYK:
(22,0,40,42)
C22M0Y40K42 
(22%,0%,40%,42%)
(0.22/0.00/0.40/0.42)	

CMYK percentages

%21.62
%0
%39.86
%41.96

Codes

Color #749459 in popluar color models

749459
RGB11614889
HSL93°24.89%46.47%
HSB/HSV93°39.86%58.04%
CMYK21.62%0.00%39.86%
41.96%

Color #749459 in popluar number systems.

HEX749459
Decimal11614889
Binary1110100100101001011001
Octal164224131

Shades and tints

Shades of #749459

#749459
(116,148,89)
#6A8751
(106,135,81)
#607A49
(96,122,73)
#566D41
(86,109,65)
#4C6039
(76,96,57)
#425331
(66,83,49)
#384629
(56,70,41)
#2E3921
(46,57,33)
#242C19
(36,44,25)
#1A1F11
(26,31,17)
#101209
(16,18,9)
#000000
(0,0,0)

Tints of #749459

#749459
(116,148,89)
#809D68
(128,157,104)
#8CA677
(140,166,119)
#98AF86
(152,175,134)
#A4B895
(164,184,149)
#B0C1A4
(176,193,164)
#BCCAB3
(188,202,179)
#C8D3C2
(200,211,194)
#D4DCD1
(212,220,209)
#E0E5E0
(224,229,224)
#ECEEEF
(236,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #749459; }

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

This text font color is #749459.


Background Color

.myBgColor { background-color: #749459; }

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

This div background color is #749459.


Border color

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

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

This div border color is #749459.


Opacity

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

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

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

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

This text has shadow with #749459 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #749459 on black background.


Color preview on white background

This text has color #749459 on white background.



Black color preview on #749459 background

This text has black color on #749459 background.


White color preview on #749459 background

This text has white color on #749459 background.