COLOR #758499

HEX: #758499
RGB: (117,132,153)

Color info

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

RGB color model

#758499 color RGB value is (117,132,153).

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

RGB channels and saturation

R 117 of 255 = 46%
G 132 of 255 = 52%
B 153 of 255 = 60%

117
132
153

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

Portions of RGB colors in percentages

R + G + B =
117 + 132 + 153 = 402 (100%)
R 117 of 402 ~ 29.1%
G 132 of 402 ~ 32.84%
B 153 of 402 ~ 38.06%

%29.1
%32.84
%38.06

CMYK color model

#758499 color CMYK value is (24,14,0,40).

  • cyan value is 23.53%
  • magenta value is 13.73%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(24,14,0,40)
C24M14Y0K40 
(24%,14%,0%,40%)
(0.24/0.14/0.00/0.40)	

CMYK percentages

%23.53
%13.73
%0
%40

Codes

Color #758499 in popluar color models

758499
RGB117132153
HSL215°15.00%52.94%
HSB/HSV215°23.53%60.00%
CMYK23.53%13.73%0.00%
40.00%

Color #758499 in popluar number systems.

HEX758499
Decimal117132153
Binary11101011000010010011001
Octal165204231

Shades and tints

Shades of #758499

#758499
(117,132,153)
#6B788C
(107,120,140)
#616C7F
(97,108,127)
#576072
(87,96,114)
#4D5465
(77,84,101)
#434858
(67,72,88)
#393C4B
(57,60,75)
#2F303E
(47,48,62)
#252431
(37,36,49)
#1B1824
(27,24,36)
#110C17
(17,12,23)
#000000
(0,0,0)

Tints of #758499

#758499
(117,132,153)
#818FA2
(129,143,162)
#8D9AAB
(141,154,171)
#99A5B4
(153,165,180)
#A5B0BD
(165,176,189)
#B1BBC6
(177,187,198)
#BDC6CF
(189,198,207)
#C9D1D8
(201,209,216)
#D5DCE1
(213,220,225)
#E1E7EA
(225,231,234)
#EDF2F3
(237,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #758499; }

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

This text font color is #758499.


Background Color

.myBgColor { background-color: #758499; }

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

This div background color is #758499.


Border color

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

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

This div border color is #758499.


Opacity

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

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

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

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

This text has shadow with #758499 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #758499 on black background.


Color preview on white background

This text has color #758499 on white background.



Black color preview on #758499 background

This text has black color on #758499 background.


White color preview on #758499 background

This text has white color on #758499 background.