COLOR #759049

HEX: #759049
RGB: (117,144,73)

Color info

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

RGB color model

#759049 color RGB value is (117,144,73).

  • red value is 117;
  • green value is 144;
  • blue value is 73.
RGB:
(117,144,73)
(46%,56%,29%)

RGB channels and saturation

R 117 of 255 = 46%
G 144 of 255 = 56%
B 73 of 255 = 29%

117
144
73

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

Portions of RGB colors in percentages

R + G + B =
117 + 144 + 73 = 334 (100%)
R 117 of 334 ~ 35.03%
G 144 of 334 ~ 43.11%
B 73 of 334 ~ 21.86%

%35.03
%43.11
%21.86

CMYK color model

#759049 color CMYK value is (19,0,49,44).

  • cyan value is 18.75%
  • magenta value is 0.00%
  • yellow value is 49.31%
  • key color value is 43.53%
CMYK:
(19,0,49,44)
C19M0Y49K44 
(19%,0%,49%,44%)
(0.19/0.00/0.49/0.44)	

CMYK percentages

%18.75
%0
%49.31
%43.53

Codes

Color #759049 in popluar color models

759049
RGB11714473
HSL83°32.72%42.55%
HSB/HSV83°49.31%56.47%
CMYK18.75%0.00%49.31%
43.53%

Color #759049 in popluar number systems.

HEX759049
Decimal11714473
Binary1110101100100001001001
Octal165220111

Shades and tints

Shades of #759049

#759049
(117,144,73)
#6B8343
(107,131,67)
#61763D
(97,118,61)
#576937
(87,105,55)
#4D5C31
(77,92,49)
#434F2B
(67,79,43)
#394225
(57,66,37)
#2F351F
(47,53,31)
#252819
(37,40,25)
#1B1B13
(27,27,19)
#110E0D
(17,14,13)
#000000
(0,0,0)

Tints of #759049

#759049
(117,144,73)
#819A59
(129,154,89)
#8DA469
(141,164,105)
#99AE79
(153,174,121)
#A5B889
(165,184,137)
#B1C299
(177,194,153)
#BDCCA9
(189,204,169)
#C9D6B9
(201,214,185)
#D5E0C9
(213,224,201)
#E1EAD9
(225,234,217)
#EDF4E9
(237,244,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #759049 color. Also use rgb(117,144,73) instead hex code.

Text Font Color

.myTextColor { color: #759049; }

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

This text font color is #759049.


Background Color

.myBgColor { background-color: #759049; }

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

This div background color is #759049.


Border color

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

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

This div border color is #759049.


Opacity

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

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

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

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

This text has shadow with #759049 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #759049 on black background.


Color preview on white background

This text has color #759049 on white background.



Black color preview on #759049 background

This text has black color on #759049 background.


White color preview on #759049 background

This text has white color on #759049 background.