COLOR #748CA8

HEX: #748CA8
RGB: (116,140,168)

Color info

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

RGB color model

#748CA8 color RGB value is (116,140,168).

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

RGB channels and saturation

R 116 of 255 = 45%
G 140 of 255 = 55%
B 168 of 255 = 66%

116
140
168

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

Portions of RGB colors in percentages

R + G + B =
116 + 140 + 168 = 424 (100%)
R 116 of 424 ~ 27.36%
G 140 of 424 ~ 33.02%
B 168 of 424 ~ 39.62%

%27.36
%33.02
%39.62

CMYK color model

#748CA8 color CMYK value is (31,17,0,34).

  • cyan value is 30.95%
  • magenta value is 16.67%
  • yellow value is 0.00%
  • key color value is 34.12%
CMYK:
(31,17,0,34)
C31M17Y0K34 
(31%,17%,0%,34%)
(0.31/0.17/0.00/0.34)	

CMYK percentages

%30.95
%16.67
%0
%34.12

Codes

Color #748CA8 in popluar color models

748CA8
RGB116140168
HSL212°23.01%55.69%
HSB/HSV212°30.95%65.88%
CMYK30.95%16.67%0.00%
34.12%

Color #748CA8 in popluar number systems.

HEX748CA8
Decimal116140168
Binary11101001000110010101000
Octal164214250

Shades and tints

Shades of #748CA8

#748CA8
(116,140,168)
#6A8099
(106,128,153)
#60748A
(96,116,138)
#56687B
(86,104,123)
#4C5C6C
(76,92,108)
#42505D
(66,80,93)
#38444E
(56,68,78)
#2E383F
(46,56,63)
#242C30
(36,44,48)
#1A2021
(26,32,33)
#101412
(16,20,18)
#000000
(0,0,0)

Tints of #748CA8

#748CA8
(116,140,168)
#8096AF
(128,150,175)
#8CA0B6
(140,160,182)
#98AABD
(152,170,189)
#A4B4C4
(164,180,196)
#B0BECB
(176,190,203)
#BCC8D2
(188,200,210)
#C8D2D9
(200,210,217)
#D4DCE0
(212,220,224)
#E0E6E7
(224,230,231)
#ECF0EE
(236,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #748CA8 color. Also use rgb(116,140,168) instead hex code.

Text Font Color

.myTextColor { color: #748CA8; }

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

This text font color is #748CA8.


Background Color

.myBgColor { background-color: #748CA8; }

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

This div background color is #748CA8.


Border color

.myBorderColor { border: 1px solid #748CA8; }

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

This div border color is #748CA8.


Opacity

.myOpacity80 { color: #748CA8; opacity: 0.8; }

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

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

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

This text has shadow with #748CA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #748CA8 on black background.


Color preview on white background

This text has color #748CA8 on white background.



Black color preview on #748CA8 background

This text has black color on #748CA8 background.


White color preview on #748CA8 background

This text has white color on #748CA8 background.