COLOR #759569

HEX: #759569
RGB: (117,149,105)

Color info

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

RGB color model

#759569 color RGB value is (117,149,105).

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

RGB channels and saturation

R 117 of 255 = 46%
G 149 of 255 = 58%
B 105 of 255 = 41%

117
149
105

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

Portions of RGB colors in percentages

R + G + B =
117 + 149 + 105 = 371 (100%)
R 117 of 371 ~ 31.54%
G 149 of 371 ~ 40.16%
B 105 of 371 ~ 28.3%

%31.54
%40.16
%28.3

CMYK color model

#759569 color CMYK value is (21,0,30,42).

  • cyan value is 21.48%
  • magenta value is 0.00%
  • yellow value is 29.53%
  • key color value is 41.57%
CMYK:
(21,0,30,42)
C21M0Y30K42 
(21%,0%,30%,42%)
(0.21/0.00/0.30/0.42)	

CMYK percentages

%21.48
%0
%29.53
%41.57

Codes

Color #759569 in popluar color models

759569
RGB117149105
HSL104°17.32%49.80%
HSB/HSV104°29.53%58.43%
CMYK21.48%0.00%29.53%
41.57%

Color #759569 in popluar number systems.

HEX759569
Decimal117149105
Binary1110101100101011101001
Octal165225151

Shades and tints

Shades of #759569

#759569
(117,149,105)
#6B8860
(107,136,96)
#617B57
(97,123,87)
#576E4E
(87,110,78)
#4D6145
(77,97,69)
#43543C
(67,84,60)
#394733
(57,71,51)
#2F3A2A
(47,58,42)
#252D21
(37,45,33)
#1B2018
(27,32,24)
#11130F
(17,19,15)
#000000
(0,0,0)

Tints of #759569

#759569
(117,149,105)
#819E76
(129,158,118)
#8DA783
(141,167,131)
#99B090
(153,176,144)
#A5B99D
(165,185,157)
#B1C2AA
(177,194,170)
#BDCBB7
(189,203,183)
#C9D4C4
(201,212,196)
#D5DDD1
(213,221,209)
#E1E6DE
(225,230,222)
#EDEFEB
(237,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #759569; }

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

This text font color is #759569.


Background Color

.myBgColor { background-color: #759569; }

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

This div background color is #759569.


Border color

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

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

This div border color is #759569.


Opacity

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

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

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

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

This text has shadow with #759569 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #759569 on black background.


Color preview on white background

This text has color #759569 on white background.



Black color preview on #759569 background

This text has black color on #759569 background.


White color preview on #759569 background

This text has white color on #759569 background.