COLOR #759584

HEX: #759584
RGB: (117,149,132)

Color info

#759584 contains red, green and blue colors in about the same proportion. Web safe color of #759584 is #669999 (or #699).

RGB color model

#759584 color RGB value is (117,149,132).

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

RGB channels and saturation

R 117 of 255 = 46%
G 149 of 255 = 58%
B 132 of 255 = 52%

117
149
132

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

Portions of RGB colors in percentages

R + G + B =
117 + 149 + 132 = 398 (100%)
R 117 of 398 ~ 29.4%
G 149 of 398 ~ 37.44%
B 132 of 398 ~ 33.17%

%29.4
%37.44
%33.17

CMYK color model

#759584 color CMYK value is (21,0,11,42).

  • cyan value is 21.48%
  • magenta value is 0.00%
  • yellow value is 11.41%
  • key color value is 41.57%
CMYK:
(21,0,11,42)
C21M0Y11K42 
(21%,0%,11%,42%)
(0.21/0.00/0.11/0.42)	

CMYK percentages

%21.48
%0
%11.41
%41.57

Codes

Color #759584 in popluar color models

759584
RGB117149132
HSL148°13.11%52.16%
HSB/HSV148°21.48%58.43%
CMYK21.48%0.00%11.41%
41.57%

Color #759584 in popluar number systems.

HEX759584
Decimal117149132
Binary11101011001010110000100
Octal165225204

Shades and tints

Shades of #759584

#759584
(117,149,132)
#6B8878
(107,136,120)
#617B6C
(97,123,108)
#576E60
(87,110,96)
#4D6154
(77,97,84)
#435448
(67,84,72)
#39473C
(57,71,60)
#2F3A30
(47,58,48)
#252D24
(37,45,36)
#1B2018
(27,32,24)
#11130C
(17,19,12)
#000000
(0,0,0)

Tints of #759584

#759584
(117,149,132)
#819E8F
(129,158,143)
#8DA79A
(141,167,154)
#99B0A5
(153,176,165)
#A5B9B0
(165,185,176)
#B1C2BB
(177,194,187)
#BDCBC6
(189,203,198)
#C9D4D1
(201,212,209)
#D5DDDC
(213,221,220)
#E1E6E7
(225,230,231)
#EDEFF2
(237,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #759584; }

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

This text font color is #759584.


Background Color

.myBgColor { background-color: #759584; }

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

This div background color is #759584.


Border color

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

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

This div border color is #759584.


Opacity

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

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

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

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

This text has shadow with #759584 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #759584 on black background.


Color preview on white background

This text has color #759584 on white background.



Black color preview on #759584 background

This text has black color on #759584 background.


White color preview on #759584 background

This text has white color on #759584 background.