COLOR #748EAE

HEX: #748EAE
RGB: (116,142,174)

Color info

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

RGB color model

#748EAE color RGB value is (116,142,174).

  • red value is 116;
  • green value is 142;
  • blue value is 174.
RGB:
(116,142,174)
(45%,56%,68%)

RGB channels and saturation

R 116 of 255 = 45%
G 142 of 255 = 56%
B 174 of 255 = 68%

116
142
174

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

Portions of RGB colors in percentages

R + G + B =
116 + 142 + 174 = 432 (100%)
R 116 of 432 ~ 26.85%
G 142 of 432 ~ 32.87%
B 174 of 432 ~ 40.28%

%26.85
%32.87
%40.28

CMYK color model

#748EAE color CMYK value is (33,18,0,32).

  • cyan value is 33.33%
  • magenta value is 18.39%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(33,18,0,32)
C33M18Y0K32 
(33%,18%,0%,32%)
(0.33/0.18/0.00/0.32)	

CMYK percentages

%33.33
%18.39
%0
%31.76

Codes

Color #748EAE in popluar color models

748EAE
RGB116142174
HSL213°26.36%56.86%
HSB/HSV213°33.33%68.24%
CMYK33.33%18.39%0.00%
31.76%

Color #748EAE in popluar number systems.

HEX748EAE
Decimal116142174
Binary11101001000111010101110
Octal164216256

Shades and tints

Shades of #748EAE

#748EAE
(116,142,174)
#6A829F
(106,130,159)
#607690
(96,118,144)
#566A81
(86,106,129)
#4C5E72
(76,94,114)
#425263
(66,82,99)
#384654
(56,70,84)
#2E3A45
(46,58,69)
#242E36
(36,46,54)
#1A2227
(26,34,39)
#101618
(16,22,24)
#000000
(0,0,0)

Tints of #748EAE

#748EAE
(116,142,174)
#8098B5
(128,152,181)
#8CA2BC
(140,162,188)
#98ACC3
(152,172,195)
#A4B6CA
(164,182,202)
#B0C0D1
(176,192,209)
#BCCAD8
(188,202,216)
#C8D4DF
(200,212,223)
#D4DEE6
(212,222,230)
#E0E8ED
(224,232,237)
#ECF2F4
(236,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #748EAE color. Also use rgb(116,142,174) instead hex code.

Text Font Color

.myTextColor { color: #748EAE; }

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

This text font color is #748EAE.


Background Color

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

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

This div background color is #748EAE.


Border color

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

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

This div border color is #748EAE.


Opacity

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

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

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

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

This text has shadow with #748EAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #748EAE on black background.


Color preview on white background

This text has color #748EAE on white background.



Black color preview on #748EAE background

This text has black color on #748EAE background.


White color preview on #748EAE background

This text has white color on #748EAE background.