COLOR #749889

HEX: #749889
RGB: (116,152,137)

Color info

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

RGB color model

#749889 color RGB value is (116,152,137).

  • red value is 116;
  • green value is 152;
  • blue value is 137.
RGB:
(116,152,137)
(45%,60%,54%)

RGB channels and saturation

R 116 of 255 = 45%
G 152 of 255 = 60%
B 137 of 255 = 54%

116
152
137

R + G + B ~ 53%. #749889 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
116 + 152 + 137 = 405 (100%)
R 116 of 405 ~ 28.64%
G 152 of 405 ~ 37.53%
B 137 of 405 ~ 33.83%

%28.64
%37.53
%33.83

CMYK color model

#749889 color CMYK value is (24,0,10,40).

  • cyan value is 23.68%
  • magenta value is 0.00%
  • yellow value is 9.87%
  • key color value is 40.39%
CMYK:
(24,0,10,40)
C24M0Y10K40 
(24%,0%,10%,40%)
(0.24/0.00/0.10/0.40)	

CMYK percentages

%23.68
%0
%9.87
%40.39

Codes

Color #749889 in popluar color models

749889
RGB116152137
HSL155°14.88%52.55%
HSB/HSV155°23.68%59.61%
CMYK23.68%0.00%9.87%
40.39%

Color #749889 in popluar number systems.

HEX749889
Decimal116152137
Binary11101001001100010001001
Octal164230211

Shades and tints

Shades of #749889

#749889
(116,152,137)
#6A8B7D
(106,139,125)
#607E71
(96,126,113)
#567165
(86,113,101)
#4C6459
(76,100,89)
#42574D
(66,87,77)
#384A41
(56,74,65)
#2E3D35
(46,61,53)
#243029
(36,48,41)
#1A231D
(26,35,29)
#101611
(16,22,17)
#000000
(0,0,0)

Tints of #749889

#749889
(116,152,137)
#80A193
(128,161,147)
#8CAA9D
(140,170,157)
#98B3A7
(152,179,167)
#A4BCB1
(164,188,177)
#B0C5BB
(176,197,187)
#BCCEC5
(188,206,197)
#C8D7CF
(200,215,207)
#D4E0D9
(212,224,217)
#E0E9E3
(224,233,227)
#ECF2ED
(236,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #749889 color. Also use rgb(116,152,137) instead hex code.

Text Font Color

.myTextColor { color: #749889; }

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

This text font color is #749889.


Background Color

.myBgColor { background-color: #749889; }

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

This div background color is #749889.


Border color

.myBorderColor { border: 1px solid #749889; }

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

This div border color is #749889.


Opacity

.myOpacity80 { color: #749889; opacity: 0.8; }

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

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

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

This text has shadow with #749889 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #749889 on black background.


Color preview on white background

This text has color #749889 on white background.



Black color preview on #749889 background

This text has black color on #749889 background.


White color preview on #749889 background

This text has white color on #749889 background.