COLOR #749F88

HEX: #749F88
RGB: (116,159,136)

Color info

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

RGB color model

#749F88 color RGB value is (116,159,136).

  • red value is 116;
  • green value is 159;
  • blue value is 136.
RGB:
(116,159,136)
(45%,62%,53%)

RGB channels and saturation

R 116 of 255 = 45%
G 159 of 255 = 62%
B 136 of 255 = 53%

116
159
136

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

Portions of RGB colors in percentages

R + G + B =
116 + 159 + 136 = 411 (100%)
R 116 of 411 ~ 28.22%
G 159 of 411 ~ 38.69%
B 136 of 411 ~ 33.09%

%28.22
%38.69
%33.09

CMYK color model

#749F88 color CMYK value is (27,0,14,38).

  • cyan value is 27.04%
  • magenta value is 0.00%
  • yellow value is 14.47%
  • key color value is 37.65%
CMYK:
(27,0,14,38)
C27M0Y14K38 
(27%,0%,14%,38%)
(0.27/0.00/0.14/0.38)	

CMYK percentages

%27.04
%0
%14.47
%37.65

Codes

Color #749F88 in popluar color models

749F88
RGB116159136
HSL148°18.30%53.92%
HSB/HSV148°27.04%62.35%
CMYK27.04%0.00%14.47%
37.65%

Color #749F88 in popluar number systems.

HEX749F88
Decimal116159136
Binary11101001001111110001000
Octal164237210

Shades and tints

Shades of #749F88

#749F88
(116,159,136)
#6A917C
(106,145,124)
#608370
(96,131,112)
#567564
(86,117,100)
#4C6758
(76,103,88)
#42594C
(66,89,76)
#384B40
(56,75,64)
#2E3D34
(46,61,52)
#242F28
(36,47,40)
#1A211C
(26,33,28)
#101310
(16,19,16)
#000000
(0,0,0)

Tints of #749F88

#749F88
(116,159,136)
#80A792
(128,167,146)
#8CAF9C
(140,175,156)
#98B7A6
(152,183,166)
#A4BFB0
(164,191,176)
#B0C7BA
(176,199,186)
#BCCFC4
(188,207,196)
#C8D7CE
(200,215,206)
#D4DFD8
(212,223,216)
#E0E7E2
(224,231,226)
#ECEFEC
(236,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #749F88 color. Also use rgb(116,159,136) instead hex code.

Text Font Color

.myTextColor { color: #749F88; }

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

This text font color is #749F88.


Background Color

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

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

This div background color is #749F88.


Border color

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

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

This div border color is #749F88.


Opacity

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

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

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

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

This text has shadow with #749F88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #749F88 on black background.


Color preview on white background

This text has color #749F88 on white background.



Black color preview on #749F88 background

This text has black color on #749F88 background.


White color preview on #749F88 background

This text has white color on #749F88 background.