COLOR #749287

HEX: #749287
RGB: (116,146,135)

Color info

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

RGB color model

#749287 color RGB value is (116,146,135).

  • red value is 116;
  • green value is 146;
  • blue value is 135.
RGB:
(116,146,135)
(45%,57%,53%)

RGB channels and saturation

R 116 of 255 = 45%
G 146 of 255 = 57%
B 135 of 255 = 53%

116
146
135

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

Portions of RGB colors in percentages

R + G + B =
116 + 146 + 135 = 397 (100%)
R 116 of 397 ~ 29.22%
G 146 of 397 ~ 36.78%
B 135 of 397 ~ 34.01%

%29.22
%36.78
%34.01

CMYK color model

#749287 color CMYK value is (21,0,8,43).

  • cyan value is 20.55%
  • magenta value is 0.00%
  • yellow value is 7.53%
  • key color value is 42.75%
CMYK:
(21,0,8,43)
C21M0Y8K43 
(21%,0%,8%,43%)
(0.21/0.00/0.08/0.43)	

CMYK percentages

%20.55
%0
%7.53
%42.75

Codes

Color #749287 in popluar color models

749287
RGB116146135
HSL158°12.10%51.37%
HSB/HSV158°20.55%57.25%
CMYK20.55%0.00%7.53%
42.75%

Color #749287 in popluar number systems.

HEX749287
Decimal116146135
Binary11101001001001010000111
Octal164222207

Shades and tints

Shades of #749287

#749287
(116,146,135)
#6A857B
(106,133,123)
#60786F
(96,120,111)
#566B63
(86,107,99)
#4C5E57
(76,94,87)
#42514B
(66,81,75)
#38443F
(56,68,63)
#2E3733
(46,55,51)
#242A27
(36,42,39)
#1A1D1B
(26,29,27)
#10100F
(16,16,15)
#000000
(0,0,0)

Tints of #749287

#749287
(116,146,135)
#809B91
(128,155,145)
#8CA49B
(140,164,155)
#98ADA5
(152,173,165)
#A4B6AF
(164,182,175)
#B0BFB9
(176,191,185)
#BCC8C3
(188,200,195)
#C8D1CD
(200,209,205)
#D4DAD7
(212,218,215)
#E0E3E1
(224,227,225)
#ECECEB
(236,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #749287 color. Also use rgb(116,146,135) instead hex code.

Text Font Color

.myTextColor { color: #749287; }

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

This text font color is #749287.


Background Color

.myBgColor { background-color: #749287; }

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

This div background color is #749287.


Border color

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

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

This div border color is #749287.


Opacity

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

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

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

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

This text has shadow with #749287 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #749287 on black background.


Color preview on white background

This text has color #749287 on white background.



Black color preview on #749287 background

This text has black color on #749287 background.


White color preview on #749287 background

This text has white color on #749287 background.