COLOR #749EA8

HEX: #749EA8
RGB: (116,158,168)

Color info

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

RGB color model

#749EA8 color RGB value is (116,158,168).

  • red value is 116;
  • green value is 158;
  • blue value is 168.
RGB:
(116,158,168)
(45%,62%,66%)

RGB channels and saturation

R 116 of 255 = 45%
G 158 of 255 = 62%
B 168 of 255 = 66%

116
158
168

R + G + B ~ 58%. #749EA8 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
116 + 158 + 168 = 442 (100%)
R 116 of 442 ~ 26.24%
G 158 of 442 ~ 35.75%
B 168 of 442 ~ 38.01%

%26.24
%35.75
%38.01

CMYK color model

#749EA8 color CMYK value is (31,6,0,34).

  • cyan value is 30.95%
  • magenta value is 5.95%
  • yellow value is 0.00%
  • key color value is 34.12%
CMYK:
(31,6,0,34)
C31M6Y0K34 
(31%,6%,0%,34%)
(0.31/0.06/0.00/0.34)	

CMYK percentages

%30.95
%5.95
%0
%34.12

Codes

Color #749EA8 in popluar color models

749EA8
RGB116158168
HSL192°23.01%55.69%
HSB/HSV192°30.95%65.88%
CMYK30.95%5.95%0.00%
34.12%

Color #749EA8 in popluar number systems.

HEX749EA8
Decimal116158168
Binary11101001001111010101000
Octal164236250

Shades and tints

Shades of #749EA8

#749EA8
(116,158,168)
#6A9099
(106,144,153)
#60828A
(96,130,138)
#56747B
(86,116,123)
#4C666C
(76,102,108)
#42585D
(66,88,93)
#384A4E
(56,74,78)
#2E3C3F
(46,60,63)
#242E30
(36,46,48)
#1A2021
(26,32,33)
#101212
(16,18,18)
#000000
(0,0,0)

Tints of #749EA8

#749EA8
(116,158,168)
#80A6AF
(128,166,175)
#8CAEB6
(140,174,182)
#98B6BD
(152,182,189)
#A4BEC4
(164,190,196)
#B0C6CB
(176,198,203)
#BCCED2
(188,206,210)
#C8D6D9
(200,214,217)
#D4DEE0
(212,222,224)
#E0E6E7
(224,230,231)
#ECEEEE
(236,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #749EA8 color. Also use rgb(116,158,168) instead hex code.

Text Font Color

.myTextColor { color: #749EA8; }

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

This text font color is #749EA8.


Background Color

.myBgColor { background-color: #749EA8; }

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

This div background color is #749EA8.


Border color

.myBorderColor { border: 1px solid #749EA8; }

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

This div border color is #749EA8.


Opacity

.myOpacity80 { color: #749EA8; opacity: 0.8; }

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

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

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

This text has shadow with #749EA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #749EA8 on black background.


Color preview on white background

This text has color #749EA8 on white background.



Black color preview on #749EA8 background

This text has black color on #749EA8 background.


White color preview on #749EA8 background

This text has white color on #749EA8 background.