COLOR #758AA3

HEX: #758AA3
RGB: (117,138,163)

Color info

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

RGB color model

#758AA3 color RGB value is (117,138,163).

  • red value is 117;
  • green value is 138;
  • blue value is 163.
RGB:
(117,138,163)
(46%,54%,64%)

RGB channels and saturation

R 117 of 255 = 46%
G 138 of 255 = 54%
B 163 of 255 = 64%

117
138
163

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

Portions of RGB colors in percentages

R + G + B =
117 + 138 + 163 = 418 (100%)
R 117 of 418 ~ 27.99%
G 138 of 418 ~ 33.01%
B 163 of 418 ~ 39%

%27.99
%33.01
%39

CMYK color model

#758AA3 color CMYK value is (28,15,0,36).

  • cyan value is 28.22%
  • magenta value is 15.34%
  • yellow value is 0.00%
  • key color value is 36.08%
CMYK:
(28,15,0,36)
C28M15Y0K36 
(28%,15%,0%,36%)
(0.28/0.15/0.00/0.36)	

CMYK percentages

%28.22
%15.34
%0
%36.08

Codes

Color #758AA3 in popluar color models

758AA3
RGB117138163
HSL213°20.00%54.90%
HSB/HSV213°28.22%63.92%
CMYK28.22%15.34%0.00%
36.08%

Color #758AA3 in popluar number systems.

HEX758AA3
Decimal117138163
Binary11101011000101010100011
Octal165212243

Shades and tints

Shades of #758AA3

#758AA3
(117,138,163)
#6B7E95
(107,126,149)
#617287
(97,114,135)
#576679
(87,102,121)
#4D5A6B
(77,90,107)
#434E5D
(67,78,93)
#39424F
(57,66,79)
#2F3641
(47,54,65)
#252A33
(37,42,51)
#1B1E25
(27,30,37)
#111217
(17,18,23)
#000000
(0,0,0)

Tints of #758AA3

#758AA3
(117,138,163)
#8194AB
(129,148,171)
#8D9EB3
(141,158,179)
#99A8BB
(153,168,187)
#A5B2C3
(165,178,195)
#B1BCCB
(177,188,203)
#BDC6D3
(189,198,211)
#C9D0DB
(201,208,219)
#D5DAE3
(213,218,227)
#E1E4EB
(225,228,235)
#EDEEF3
(237,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #758AA3 color. Also use rgb(117,138,163) instead hex code.

Text Font Color

.myTextColor { color: #758AA3; }

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

This text font color is #758AA3.


Background Color

.myBgColor { background-color: #758AA3; }

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

This div background color is #758AA3.


Border color

.myBorderColor { border: 1px solid #758AA3; }

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

This div border color is #758AA3.


Opacity

.myOpacity80 { color: #758AA3; opacity: 0.8; }

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

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

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

This text has shadow with #758AA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #758AA3 on black background.


Color preview on white background

This text has color #758AA3 on white background.



Black color preview on #758AA3 background

This text has black color on #758AA3 background.


White color preview on #758AA3 background

This text has white color on #758AA3 background.