COLOR #748DA0

HEX: #748DA0 RGB: (116,141,160)

Color info

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

RGB color model

#748DA0 color RGB value is (116,141,160).

RGB: (116,141,160) (45%, 55%, 63%)

RGB channels and saturation

R 116 of 255 = 45%
G 141 of 255 = 55%
B 160 of 255 = 63%

116
141
160

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

Portions of RGB colors in percentages

R + G + B = 116 + 141 + 160 = 417 (100%)
R 116 of 417 ~ 27.82%
G 141 of 417 ~ 33.81%
B 160 of 417 ~ 38.37'%

%27.82
%33.81
%38.37

CMYK color model

#748DA0 color CMYK value is (28,12,0,37).

  • cyan value is 27.50%
  • magenta value is 11.88%
  • yellow value is 0.00%
  • key color value is 37.25%

CMYK: (28,12,0,37)
C28M12Y0K37 (28%, 12%, 0%, 37%)
(0.28 / 0.12 / 0.00 / 0.37)

CMYK percentages

%27.5
%11.88
%0
%37.25

Codes

Color #748DA0 in popluar color models

74 8D A0
RGB 116 141 160
HSL 206° 18.80% 54.12%
HSB/HSV 206° 27.50% 62.75%
CMYK 27.50% 11.88% 0.00%
37.25%

Color #748DA0 in popluar number systems.

HEX 74 8D A0
Decimal 116 141 160
Binary 1110100 10001101 10100000
Octal 164 215 240

Shades and tints

Shades of #748DA0

#748DA0
(116,141,160)
#6A8192
(106,129,146)
#607584
(96,117,132)
#566976
(86,105,118)
#4C5D68
(76,93,104)
#42515A
(66,81,90)
#38454C
(56,69,76)
#2E393E
(46,57,62)
#242D30
(36,45,48)
#1A2122
(26,33,34)
#101514
(16,21,20)
#000000
(0,0,0)

Tints of #748DA0

#748DA0
(116,141,160)
#8097A8
(128,151,168)
#8CA1B0
(140,161,176)
#98ABB8
(152,171,184)
#A4B5C0
(164,181,192)
#B0BFC8
(176,191,200)
#BCC9D0
(188,201,208)
#C8D3D8
(200,211,216)
#D4DDE0
(212,221,224)
#E0E7E8
(224,231,232)
#ECF1F0
(236,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #748DA0 color. Also use rgb(116,141,160) instead hex code.

Text Font Color

.myTextColor { color: #748DA0; }

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

This text font color is #748DA0.

Background Color

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

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

This div background color is #748DA0.

Border color

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

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

This div border color is #748DA0.

Opacity

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

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

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

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

This text has shadow with #748DA0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #748DA0.

Preview

Color preview on black background

This text has color #748DA0 on black background.


Color preview on white background

This text has color #748DA0 on white background.


Black color preview on #748DA0 background

This text has black color on #748DA0 background.


White color preview on #748DA0 background

This text has white color on #748DA0 background.


Related colors

Complementary color

Complementary color for #hex is #8B725F.


I love getcolorcode.com

Triadic colors

1 #A0748D and #8DA074 with #748DA0 are triadic colors.

2 #A08D74 and #8D74A0 with #748DA0 are triadic colors.