COLOR #748BA5

HEX: #748BA5 RGB: (116,139,165)

Color info

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

RGB color model

#748BA5 color RGB value is (116,139,165).

RGB: (116,139,165) (45%, 55%, 65%)

RGB channels and saturation

R 116 of 255 = 45%
G 139 of 255 = 55%
B 165 of 255 = 65%

116
139
165

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

Portions of RGB colors in percentages

R + G + B = 116 + 139 + 165 = 420 (100%)
R 116 of 420 ~ 27.62%
G 139 of 420 ~ 33.1%
B 165 of 420 ~ 39.29'%

%27.62
%33.1
%39.29

CMYK color model

#748BA5 color CMYK value is (30,16,0,35).

  • cyan value is 29.70%
  • magenta value is 15.76%
  • yellow value is 0.00%
  • key color value is 35.29%

CMYK: (30,16,0,35)
C30M16Y0K35 (30%, 16%, 0%, 35%)
(0.30 / 0.16 / 0.00 / 0.35)

CMYK percentages

%29.7
%15.76
%0
%35.29

Codes

Color #748BA5 in popluar color models

74 8B A5
RGB 116 139 165
HSL 212° 21.40% 55.10%
HSB/HSV 212° 29.70% 64.71%
CMYK 29.70% 15.76% 0.00%
35.29%

Color #748BA5 in popluar number systems.

HEX 74 8B A5
Decimal 116 139 165
Binary 1110100 10001011 10100101
Octal 164 213 245

Shades and tints

Shades of #748BA5

#748BA5
(116,139,165)
#6A7F96
(106,127,150)
#607387
(96,115,135)
#566778
(86,103,120)
#4C5B69
(76,91,105)
#424F5A
(66,79,90)
#38434B
(56,67,75)
#2E373C
(46,55,60)
#242B2D
(36,43,45)
#1A1F1E
(26,31,30)
#10130F
(16,19,15)
#000000
(0,0,0)

Tints of #748BA5

#748BA5
(116,139,165)
#8095AD
(128,149,173)
#8C9FB5
(140,159,181)
#98A9BD
(152,169,189)
#A4B3C5
(164,179,197)
#B0BDCD
(176,189,205)
#BCC7D5
(188,199,213)
#C8D1DD
(200,209,221)
#D4DBE5
(212,219,229)
#E0E5ED
(224,229,237)
#ECEFF5
(236,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #748BA5; }

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

This text font color is #748BA5.

Background Color

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

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

This div background color is #748BA5.

Border color

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

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

This div border color is #748BA5.

Opacity

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

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

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

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

This text has shadow with #748BA5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #748BA5.

Preview

Color preview on black background

This text has color #748BA5 on black background.


Color preview on white background

This text has color #748BA5 on white background.


Black color preview on #748BA5 background

This text has black color on #748BA5 background.


White color preview on #748BA5 background

This text has white color on #748BA5 background.


Related colors

Complementary color

Complementary color for #hex is #8B745A.


I love getcolorcode.com

Triadic colors

1 #A5748B and #8BA574 with #748BA5 are triadic colors.

2 #A58B74 and #8B74A5 with #748BA5 are triadic colors.