COLOR #759487

HEX: #759487
RGB: (117,148,135)

Color info

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

RGB color model

#759487 color RGB value is (117,148,135).

  • red value is 117;
  • green value is 148;
  • blue value is 135.
RGB:
(117,148,135)
(46%,58%,53%)

RGB channels and saturation

R 117 of 255 = 46%
G 148 of 255 = 58%
B 135 of 255 = 53%

117
148
135

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

Portions of RGB colors in percentages

R + G + B =
117 + 148 + 135 = 400 (100%)
R 117 of 400 ~ 29.25%
G 148 of 400 ~ 37%
B 135 of 400 ~ 33.75%

%29.25
%37
%33.75

CMYK color model

#759487 color CMYK value is (21,0,9,42).

  • cyan value is 20.95%
  • magenta value is 0.00%
  • yellow value is 8.78%
  • key color value is 41.96%
CMYK:
(21,0,9,42)
C21M0Y9K42 
(21%,0%,9%,42%)
(0.21/0.00/0.09/0.42)	

CMYK percentages

%20.95
%0
%8.78
%41.96

Codes

Color #759487 in popluar color models

759487
RGB117148135
HSL155°12.65%51.96%
HSB/HSV155°20.95%58.04%
CMYK20.95%0.00%8.78%
41.96%

Color #759487 in popluar number systems.

HEX759487
Decimal117148135
Binary11101011001010010000111
Octal165224207

Shades and tints

Shades of #759487

#759487
(117,148,135)
#6B877B
(107,135,123)
#617A6F
(97,122,111)
#576D63
(87,109,99)
#4D6057
(77,96,87)
#43534B
(67,83,75)
#39463F
(57,70,63)
#2F3933
(47,57,51)
#252C27
(37,44,39)
#1B1F1B
(27,31,27)
#11120F
(17,18,15)
#000000
(0,0,0)

Tints of #759487

#759487
(117,148,135)
#819D91
(129,157,145)
#8DA69B
(141,166,155)
#99AFA5
(153,175,165)
#A5B8AF
(165,184,175)
#B1C1B9
(177,193,185)
#BDCAC3
(189,202,195)
#C9D3CD
(201,211,205)
#D5DCD7
(213,220,215)
#E1E5E1
(225,229,225)
#EDEEEB
(237,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #759487 color. Also use rgb(117,148,135) instead hex code.

Text Font Color

.myTextColor { color: #759487; }

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

This text font color is #759487.


Background Color

.myBgColor { background-color: #759487; }

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

This div background color is #759487.


Border color

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

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

This div border color is #759487.


Opacity

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

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

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

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

This text has shadow with #759487 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #759487 on black background.


Color preview on white background

This text has color #759487 on white background.



Black color preview on #759487 background

This text has black color on #759487 background.


White color preview on #759487 background

This text has white color on #759487 background.