COLOR #749BA5

HEX: #749BA5
RGB: (116,155,165)

Color info

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

RGB color model

#749BA5 color RGB value is (116,155,165).

  • red value is 116;
  • green value is 155;
  • blue value is 165.
RGB:
(116,155,165)
(45%,61%,65%)

RGB channels and saturation

R 116 of 255 = 45%
G 155 of 255 = 61%
B 165 of 255 = 65%

116
155
165

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

Portions of RGB colors in percentages

R + G + B =
116 + 155 + 165 = 436 (100%)
R 116 of 436 ~ 26.61%
G 155 of 436 ~ 35.55%
B 165 of 436 ~ 37.84%

%26.61
%35.55
%37.84

CMYK color model

#749BA5 color CMYK value is (30,6,0,35).

  • cyan value is 29.70%
  • magenta value is 6.06%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK:
(30,6,0,35)
C30M6Y0K35 
(30%,6%,0%,35%)
(0.30/0.06/0.00/0.35)	

CMYK percentages

%29.7
%6.06
%0
%35.29

Codes

Color #749BA5 in popluar color models

749BA5
RGB116155165
HSL192°21.40%55.10%
HSB/HSV192°29.70%64.71%
CMYK29.70%6.06%0.00%
35.29%

Color #749BA5 in popluar number systems.

HEX749BA5
Decimal116155165
Binary11101001001101110100101
Octal164233245

Shades and tints

Shades of #749BA5

#749BA5
(116,155,165)
#6A8D96
(106,141,150)
#607F87
(96,127,135)
#567178
(86,113,120)
#4C6369
(76,99,105)
#42555A
(66,85,90)
#38474B
(56,71,75)
#2E393C
(46,57,60)
#242B2D
(36,43,45)
#1A1D1E
(26,29,30)
#100F0F
(16,15,15)
#000000
(0,0,0)

Tints of #749BA5

#749BA5
(116,155,165)
#80A4AD
(128,164,173)
#8CADB5
(140,173,181)
#98B6BD
(152,182,189)
#A4BFC5
(164,191,197)
#B0C8CD
(176,200,205)
#BCD1D5
(188,209,213)
#C8DADD
(200,218,221)
#D4E3E5
(212,227,229)
#E0ECED
(224,236,237)
#ECF5F5
(236,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #749BA5; }

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

This text font color is #749BA5.


Background Color

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

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

This div background color is #749BA5.


Border color

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

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

This div border color is #749BA5.


Opacity

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

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

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

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

This text has shadow with #749BA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #749BA5 on black background.


Color preview on white background

This text has color #749BA5 on white background.



Black color preview on #749BA5 background

This text has black color on #749BA5 background.


White color preview on #749BA5 background

This text has white color on #749BA5 background.