COLOR #759579

HEX: #759579
RGB: (117,149,121)

Color info

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

RGB color model

#759579 color RGB value is (117,149,121).

  • red value is 117;
  • green value is 149;
  • blue value is 121.
RGB:
(117,149,121)
(46%,58%,47%)

RGB channels and saturation

R 117 of 255 = 46%
G 149 of 255 = 58%
B 121 of 255 = 47%

117
149
121

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

Portions of RGB colors in percentages

R + G + B =
117 + 149 + 121 = 387 (100%)
R 117 of 387 ~ 30.23%
G 149 of 387 ~ 38.5%
B 121 of 387 ~ 31.27%

%30.23
%38.5
%31.27

CMYK color model

#759579 color CMYK value is (21,0,19,42).

  • cyan value is 21.48%
  • magenta value is 0.00%
  • yellow value is 18.79%
  • key color value is 41.57%
CMYK:
(21,0,19,42)
C21M0Y19K42 
(21%,0%,19%,42%)
(0.21/0.00/0.19/0.42)	

CMYK percentages

%21.48
%0
%18.79
%41.57

Codes

Color #759579 in popluar color models

759579
RGB117149121
HSL128°13.11%52.16%
HSB/HSV128°21.48%58.43%
CMYK21.48%0.00%18.79%
41.57%

Color #759579 in popluar number systems.

HEX759579
Decimal117149121
Binary1110101100101011111001
Octal165225171

Shades and tints

Shades of #759579

#759579
(117,149,121)
#6B886E
(107,136,110)
#617B63
(97,123,99)
#576E58
(87,110,88)
#4D614D
(77,97,77)
#435442
(67,84,66)
#394737
(57,71,55)
#2F3A2C
(47,58,44)
#252D21
(37,45,33)
#1B2016
(27,32,22)
#11130B
(17,19,11)
#000000
(0,0,0)

Tints of #759579

#759579
(117,149,121)
#819E85
(129,158,133)
#8DA791
(141,167,145)
#99B09D
(153,176,157)
#A5B9A9
(165,185,169)
#B1C2B5
(177,194,181)
#BDCBC1
(189,203,193)
#C9D4CD
(201,212,205)
#D5DDD9
(213,221,217)
#E1E6E5
(225,230,229)
#EDEFF1
(237,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #759579 color. Also use rgb(117,149,121) instead hex code.

Text Font Color

.myTextColor { color: #759579; }

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

This text font color is #759579.


Background Color

.myBgColor { background-color: #759579; }

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

This div background color is #759579.


Border color

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

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

This div border color is #759579.


Opacity

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

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

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

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

This text has shadow with #759579 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #759579 on black background.


Color preview on white background

This text has color #759579 on white background.



Black color preview on #759579 background

This text has black color on #759579 background.


White color preview on #759579 background

This text has white color on #759579 background.