COLOR #749D88

HEX: #749D88 RGB: (116,157,136)

Color info

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

RGB color model

#749D88 color RGB value is (116,157,136).

RGB: (116,157,136) (45%, 62%, 53%)

RGB channels and saturation

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

116
157
136

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

Portions of RGB colors in percentages

R + G + B = 116 + 157 + 136 = 409 (100%)
R 116 of 409 ~ 28.36%
G 157 of 409 ~ 38.39%
B 136 of 409 ~ 33.25'%

%28.36
%38.39
%33.25

CMYK color model

#749D88 color CMYK value is (26,0,13,38).

  • cyan value is 26.11%
  • magenta value is 0.00%
  • yellow value is 13.38%
  • key color value is 38.43%

CMYK: (26,0,13,38)
C26M0Y13K38 (26%, 0%, 13%, 38%)
(0.26 / 0.00 / 0.13 / 0.38)

CMYK percentages

%26.11
%0
%13.38
%38.43

Codes

Color #749D88 in popluar color models

74 9D 88
RGB 116 157 136
HSL 149° 17.30% 53.53%
HSB/HSV 149° 26.11% 61.57%
CMYK 26.11% 0.00% 13.38%
38.43%

Color #749D88 in popluar number systems.

HEX 74 9D 88
Decimal 116 157 136
Binary 1110100 10011101 10001000
Octal 164 235 210

Shades and tints

Shades of #749D88

#749D88
(116,157,136)
#6A8F7C
(106,143,124)
#608170
(96,129,112)
#567364
(86,115,100)
#4C6558
(76,101,88)
#42574C
(66,87,76)
#384940
(56,73,64)
#2E3B34
(46,59,52)
#242D28
(36,45,40)
#1A1F1C
(26,31,28)
#101110
(16,17,16)
#000000
(0,0,0)

Tints of #749D88

#749D88
(116,157,136)
#80A592
(128,165,146)
#8CAD9C
(140,173,156)
#98B5A6
(152,181,166)
#A4BDB0
(164,189,176)
#B0C5BA
(176,197,186)
#BCCDC4
(188,205,196)
#C8D5CE
(200,213,206)
#D4DDD8
(212,221,216)
#E0E5E2
(224,229,226)
#ECEDEC
(236,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #749D88; }

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

This text font color is #749D88.

Background Color

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

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

This div background color is #749D88.

Border color

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

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

This div border color is #749D88.

Opacity

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

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

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

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

This text has shadow with #749D88 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #749D88.

Preview

Color preview on black background

This text has color #749D88 on black background.


Color preview on white background

This text has color #749D88 on white background.


Black color preview on #749D88 background

This text has black color on #749D88 background.


White color preview on #749D88 background

This text has white color on #749D88 background.


Related colors

Complementary color

Complementary color for #hex is #8B6277.


I love getcolorcode.com

Triadic colors

1 #88749D and #9D8874 with #749D88 are triadic colors.

2 #889D74 and #9D7488 with #749D88 are triadic colors.