COLOR #759893

HEX: #759893
RGB: (117,152,147)

Color info

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

RGB color model

#759893 color RGB value is (117,152,147).

  • red value is 117;
  • green value is 152;
  • blue value is 147.
RGB:
(117,152,147)
(46%,60%,58%)

RGB channels and saturation

R 117 of 255 = 46%
G 152 of 255 = 60%
B 147 of 255 = 58%

117
152
147

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

Portions of RGB colors in percentages

R + G + B =
117 + 152 + 147 = 416 (100%)
R 117 of 416 ~ 28.13%
G 152 of 416 ~ 36.54%
B 147 of 416 ~ 35.34%

%28.13
%36.54
%35.34

CMYK color model

#759893 color CMYK value is (23,0,3,40).

  • cyan value is 23.03%
  • magenta value is 0.00%
  • yellow value is 3.29%
  • key color value is 40.39%
CMYK:
(23,0,3,40)
C23M0Y3K40 
(23%,0%,3%,40%)
(0.23/0.00/0.03/0.40)	

CMYK percentages

%23.03
%0
%3.29
%40.39

Codes

Color #759893 in popluar color models

759893
RGB117152147
HSL171°14.52%52.75%
HSB/HSV171°23.03%59.61%
CMYK23.03%0.00%3.29%
40.39%

Color #759893 in popluar number systems.

HEX759893
Decimal117152147
Binary11101011001100010010011
Octal165230223

Shades and tints

Shades of #759893

#759893
(117,152,147)
#6B8B86
(107,139,134)
#617E79
(97,126,121)
#57716C
(87,113,108)
#4D645F
(77,100,95)
#435752
(67,87,82)
#394A45
(57,74,69)
#2F3D38
(47,61,56)
#25302B
(37,48,43)
#1B231E
(27,35,30)
#111611
(17,22,17)
#000000
(0,0,0)

Tints of #759893

#759893
(117,152,147)
#81A19C
(129,161,156)
#8DAAA5
(141,170,165)
#99B3AE
(153,179,174)
#A5BCB7
(165,188,183)
#B1C5C0
(177,197,192)
#BDCEC9
(189,206,201)
#C9D7D2
(201,215,210)
#D5E0DB
(213,224,219)
#E1E9E4
(225,233,228)
#EDF2ED
(237,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #759893 color. Also use rgb(117,152,147) instead hex code.

Text Font Color

.myTextColor { color: #759893; }

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

This text font color is #759893.


Background Color

.myBgColor { background-color: #759893; }

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

This div background color is #759893.


Border color

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

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

This div border color is #759893.


Opacity

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

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

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

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

This text has shadow with #759893 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #759893 on black background.


Color preview on white background

This text has color #759893 on white background.



Black color preview on #759893 background

This text has black color on #759893 background.


White color preview on #759893 background

This text has white color on #759893 background.