COLOR #749CA7

HEX: #749CA7
RGB: (116,156,167)

Color info

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

RGB color model

#749CA7 color RGB value is (116,156,167).

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

RGB channels and saturation

R 116 of 255 = 45%
G 156 of 255 = 61%
B 167 of 255 = 65%

116
156
167

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

Portions of RGB colors in percentages

R + G + B =
116 + 156 + 167 = 439 (100%)
R 116 of 439 ~ 26.42%
G 156 of 439 ~ 35.54%
B 167 of 439 ~ 38.04%

%26.42
%35.54
%38.04

CMYK color model

#749CA7 color CMYK value is (31,7,0,35).

  • cyan value is 30.54%
  • magenta value is 6.59%
  • yellow value is 0.00%
  • key color value is 34.51%
CMYK:
(31,7,0,35)
C31M7Y0K35 
(31%,7%,0%,35%)
(0.31/0.07/0.00/0.35)	

CMYK percentages

%30.54
%6.59
%0
%34.51

Codes

Color #749CA7 in popluar color models

749CA7
RGB116156167
HSL193°22.47%55.49%
HSB/HSV193°30.54%65.49%
CMYK30.54%6.59%0.00%
34.51%

Color #749CA7 in popluar number systems.

HEX749CA7
Decimal116156167
Binary11101001001110010100111
Octal164234247

Shades and tints

Shades of #749CA7

#749CA7
(116,156,167)
#6A8E98
(106,142,152)
#608089
(96,128,137)
#56727A
(86,114,122)
#4C646B
(76,100,107)
#42565C
(66,86,92)
#38484D
(56,72,77)
#2E3A3E
(46,58,62)
#242C2F
(36,44,47)
#1A1E20
(26,30,32)
#101011
(16,16,17)
#000000
(0,0,0)

Tints of #749CA7

#749CA7
(116,156,167)
#80A5AF
(128,165,175)
#8CAEB7
(140,174,183)
#98B7BF
(152,183,191)
#A4C0C7
(164,192,199)
#B0C9CF
(176,201,207)
#BCD2D7
(188,210,215)
#C8DBDF
(200,219,223)
#D4E4E7
(212,228,231)
#E0EDEF
(224,237,239)
#ECF6F7
(236,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #749CA7 color. Also use rgb(116,156,167) instead hex code.

Text Font Color

.myTextColor { color: #749CA7; }

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

This text font color is #749CA7.


Background Color

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

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

This div background color is #749CA7.


Border color

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

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

This div border color is #749CA7.


Opacity

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

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

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

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

This text has shadow with #749CA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #749CA7 on black background.


Color preview on white background

This text has color #749CA7 on white background.



Black color preview on #749CA7 background

This text has black color on #749CA7 background.


White color preview on #749CA7 background

This text has white color on #749CA7 background.