COLOR #748BA1

HEX: #748BA1
RGB: (116,139,161)

Color info

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

RGB color model

#748BA1 color RGB value is (116,139,161).

  • red value is 116;
  • green value is 139;
  • blue value is 161.
RGB:
(116,139,161)
(45%,55%,63%)

RGB channels and saturation

R 116 of 255 = 45%
G 139 of 255 = 55%
B 161 of 255 = 63%

116
139
161

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

Portions of RGB colors in percentages

R + G + B =
116 + 139 + 161 = 416 (100%)
R 116 of 416 ~ 27.88%
G 139 of 416 ~ 33.41%
B 161 of 416 ~ 38.7%

%27.88
%33.41
%38.7

CMYK color model

#748BA1 color CMYK value is (28,14,0,37).

  • cyan value is 27.95%
  • magenta value is 13.66%
  • yellow value is 0.00%
  • key color value is 36.86%
CMYK:
(28,14,0,37)
C28M14Y0K37 
(28%,14%,0%,37%)
(0.28/0.14/0.00/0.37)	

CMYK percentages

%27.95
%13.66
%0
%36.86

Codes

Color #748BA1 in popluar color models

748BA1
RGB116139161
HSL209°19.31%54.31%
HSB/HSV209°27.95%63.14%
CMYK27.95%13.66%0.00%
36.86%

Color #748BA1 in popluar number systems.

HEX748BA1
Decimal116139161
Binary11101001000101110100001
Octal164213241

Shades and tints

Shades of #748BA1

#748BA1
(116,139,161)
#6A7F93
(106,127,147)
#607385
(96,115,133)
#566777
(86,103,119)
#4C5B69
(76,91,105)
#424F5B
(66,79,91)
#38434D
(56,67,77)
#2E373F
(46,55,63)
#242B31
(36,43,49)
#1A1F23
(26,31,35)
#101315
(16,19,21)
#000000
(0,0,0)

Tints of #748BA1

#748BA1
(116,139,161)
#8095A9
(128,149,169)
#8C9FB1
(140,159,177)
#98A9B9
(152,169,185)
#A4B3C1
(164,179,193)
#B0BDC9
(176,189,201)
#BCC7D1
(188,199,209)
#C8D1D9
(200,209,217)
#D4DBE1
(212,219,225)
#E0E5E9
(224,229,233)
#ECEFF1
(236,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #748BA1 color. Also use rgb(116,139,161) instead hex code.

Text Font Color

.myTextColor { color: #748BA1; }

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

This text font color is #748BA1.


Background Color

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

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

This div background color is #748BA1.


Border color

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

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

This div border color is #748BA1.


Opacity

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

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

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

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

This text has shadow with #748BA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #748BA1 on black background.


Color preview on white background

This text has color #748BA1 on white background.



Black color preview on #748BA1 background

This text has black color on #748BA1 background.


White color preview on #748BA1 background

This text has white color on #748BA1 background.