COLOR #748A9E

HEX: #748A9E
RGB: (116,138,158)

Color info

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

RGB color model

#748A9E color RGB value is (116,138,158).

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

RGB channels and saturation

R 116 of 255 = 45%
G 138 of 255 = 54%
B 158 of 255 = 62%

116
138
158

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

Portions of RGB colors in percentages

R + G + B =
116 + 138 + 158 = 412 (100%)
R 116 of 412 ~ 28.16%
G 138 of 412 ~ 33.5%
B 158 of 412 ~ 38.35%

%28.16
%33.5
%38.35

CMYK color model

#748A9E color CMYK value is (27,13,0,38).

  • cyan value is 26.58%
  • magenta value is 12.66%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(27,13,0,38)
C27M13Y0K38 
(27%,13%,0%,38%)
(0.27/0.13/0.00/0.38)	

CMYK percentages

%26.58
%12.66
%0
%38.04

Codes

Color #748A9E in popluar color models

748A9E
RGB116138158
HSL209°17.80%53.73%
HSB/HSV209°26.58%61.96%
CMYK26.58%12.66%0.00%
38.04%

Color #748A9E in popluar number systems.

HEX748A9E
Decimal116138158
Binary11101001000101010011110
Octal164212236

Shades and tints

Shades of #748A9E

#748A9E
(116,138,158)
#6A7E90
(106,126,144)
#607282
(96,114,130)
#566674
(86,102,116)
#4C5A66
(76,90,102)
#424E58
(66,78,88)
#38424A
(56,66,74)
#2E363C
(46,54,60)
#242A2E
(36,42,46)
#1A1E20
(26,30,32)
#101212
(16,18,18)
#000000
(0,0,0)

Tints of #748A9E

#748A9E
(116,138,158)
#8094A6
(128,148,166)
#8C9EAE
(140,158,174)
#98A8B6
(152,168,182)
#A4B2BE
(164,178,190)
#B0BCC6
(176,188,198)
#BCC6CE
(188,198,206)
#C8D0D6
(200,208,214)
#D4DADE
(212,218,222)
#E0E4E6
(224,228,230)
#ECEEEE
(236,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #748A9E color. Also use rgb(116,138,158) instead hex code.

Text Font Color

.myTextColor { color: #748A9E; }

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

This text font color is #748A9E.


Background Color

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

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

This div background color is #748A9E.


Border color

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

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

This div border color is #748A9E.


Opacity

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

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

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

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

This text has shadow with #748A9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #748A9E on black background.


Color preview on white background

This text has color #748A9E on white background.



Black color preview on #748A9E background

This text has black color on #748A9E background.


White color preview on #748A9E background

This text has white color on #748A9E background.