COLOR #758CA3

HEX: #758CA3
RGB: (117,140,163)

Color info

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

RGB color model

#758CA3 color RGB value is (117,140,163).

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

RGB channels and saturation

R 117 of 255 = 46%
G 140 of 255 = 55%
B 163 of 255 = 64%

117
140
163

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

Portions of RGB colors in percentages

R + G + B =
117 + 140 + 163 = 420 (100%)
R 117 of 420 ~ 27.86%
G 140 of 420 ~ 33.33%
B 163 of 420 ~ 38.81%

%27.86
%33.33
%38.81

CMYK color model

#758CA3 color CMYK value is (28,14,0,36).

  • cyan value is 28.22%
  • magenta value is 14.11%
  • yellow value is 0.00%
  • key color value is 36.08%
CMYK:
(28,14,0,36)
C28M14Y0K36 
(28%,14%,0%,36%)
(0.28/0.14/0.00/0.36)	

CMYK percentages

%28.22
%14.11
%0
%36.08

Codes

Color #758CA3 in popluar color models

758CA3
RGB117140163
HSL210°20.00%54.90%
HSB/HSV210°28.22%63.92%
CMYK28.22%14.11%0.00%
36.08%

Color #758CA3 in popluar number systems.

HEX758CA3
Decimal117140163
Binary11101011000110010100011
Octal165214243

Shades and tints

Shades of #758CA3

#758CA3
(117,140,163)
#6B8095
(107,128,149)
#617487
(97,116,135)
#576879
(87,104,121)
#4D5C6B
(77,92,107)
#43505D
(67,80,93)
#39444F
(57,68,79)
#2F3841
(47,56,65)
#252C33
(37,44,51)
#1B2025
(27,32,37)
#111417
(17,20,23)
#000000
(0,0,0)

Tints of #758CA3

#758CA3
(117,140,163)
#8196AB
(129,150,171)
#8DA0B3
(141,160,179)
#99AABB
(153,170,187)
#A5B4C3
(165,180,195)
#B1BECB
(177,190,203)
#BDC8D3
(189,200,211)
#C9D2DB
(201,210,219)
#D5DCE3
(213,220,227)
#E1E6EB
(225,230,235)
#EDF0F3
(237,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #758CA3; }

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

This text font color is #758CA3.


Background Color

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

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

This div background color is #758CA3.


Border color

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

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

This div border color is #758CA3.


Opacity

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

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

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

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

This text has shadow with #758CA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #758CA3 on black background.


Color preview on white background

This text has color #758CA3 on white background.



Black color preview on #758CA3 background

This text has black color on #758CA3 background.


White color preview on #758CA3 background

This text has white color on #758CA3 background.