COLOR #74889E

HEX: #74889E
RGB: (116,136,158)

Color info

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

RGB color model

#74889E color RGB value is (116,136,158).

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

RGB channels and saturation

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

116
136
158

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

Portions of RGB colors in percentages

R + G + B =
116 + 136 + 158 = 410 (100%)
R 116 of 410 ~ 28.29%
G 136 of 410 ~ 33.17%
B 158 of 410 ~ 38.54%

%28.29
%33.17
%38.54

CMYK color model

#74889E color CMYK value is (27,14,0,38).

  • cyan value is 26.58%
  • magenta value is 13.92%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(27,14,0,38)
C27M14Y0K38 
(27%,14%,0%,38%)
(0.27/0.14/0.00/0.38)	

CMYK percentages

%26.58
%13.92
%0
%38.04

Codes

Color #74889E in popluar color models

74889E
RGB116136158
HSL211°17.80%53.73%
HSB/HSV211°26.58%61.96%
CMYK26.58%13.92%0.00%
38.04%

Color #74889E in popluar number systems.

HEX74889E
Decimal116136158
Binary11101001000100010011110
Octal164210236

Shades and tints

Shades of #74889E

#74889E
(116,136,158)
#6A7C90
(106,124,144)
#607082
(96,112,130)
#566474
(86,100,116)
#4C5866
(76,88,102)
#424C58
(66,76,88)
#38404A
(56,64,74)
#2E343C
(46,52,60)
#24282E
(36,40,46)
#1A1C20
(26,28,32)
#101012
(16,16,18)
#000000
(0,0,0)

Tints of #74889E

#74889E
(116,136,158)
#8092A6
(128,146,166)
#8C9CAE
(140,156,174)
#98A6B6
(152,166,182)
#A4B0BE
(164,176,190)
#B0BAC6
(176,186,198)
#BCC4CE
(188,196,206)
#C8CED6
(200,206,214)
#D4D8DE
(212,216,222)
#E0E2E6
(224,226,230)
#ECECEE
(236,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74889E color. Also use rgb(116,136,158) instead hex code.

Text Font Color

.myTextColor { color: #74889E; }

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

This text font color is #74889E.


Background Color

.myBgColor { background-color: #74889E; }

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

This div background color is #74889E.


Border color

.myBorderColor { border: 1px solid #74889E; }

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

This div border color is #74889E.


Opacity

.myOpacity80 { color: #74889E; opacity: 0.8; }

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

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

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

This text has shadow with #74889E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74889E on black background.


Color preview on white background

This text has color #74889E on white background.



Black color preview on #74889E background

This text has black color on #74889E background.


White color preview on #74889E background

This text has white color on #74889E background.