COLOR #74898D

HEX: #74898D
RGB: (116,137,141)

Color info

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

RGB color model

#74898D color RGB value is (116,137,141).

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

RGB channels and saturation

R 116 of 255 = 45%
G 137 of 255 = 54%
B 141 of 255 = 55%

116
137
141

R + G + B ~ 51%. #74898D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
116 + 137 + 141 = 394 (100%)
R 116 of 394 ~ 29.44%
G 137 of 394 ~ 34.77%
B 141 of 394 ~ 35.79%

%29.44
%34.77
%35.79

CMYK color model

#74898D color CMYK value is (18,3,0,45).

  • cyan value is 17.73%
  • magenta value is 2.84%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(18,3,0,45)
C18M3Y0K45 
(18%,3%,0%,45%)
(0.18/0.03/0.00/0.45)	

CMYK percentages

%17.73
%2.84
%0
%44.71

Codes

Color #74898D in popluar color models

74898D
RGB116137141
HSL190°9.88%50.39%
HSB/HSV190°17.73%55.29%
CMYK17.73%2.84%0.00%
44.71%

Color #74898D in popluar number systems.

HEX74898D
Decimal116137141
Binary11101001000100110001101
Octal164211215

Shades and tints

Shades of #74898D

#74898D
(116,137,141)
#6A7D81
(106,125,129)
#607175
(96,113,117)
#566569
(86,101,105)
#4C595D
(76,89,93)
#424D51
(66,77,81)
#384145
(56,65,69)
#2E3539
(46,53,57)
#24292D
(36,41,45)
#1A1D21
(26,29,33)
#101115
(16,17,21)
#000000
(0,0,0)

Tints of #74898D

#74898D
(116,137,141)
#809397
(128,147,151)
#8C9DA1
(140,157,161)
#98A7AB
(152,167,171)
#A4B1B5
(164,177,181)
#B0BBBF
(176,187,191)
#BCC5C9
(188,197,201)
#C8CFD3
(200,207,211)
#D4D9DD
(212,217,221)
#E0E3E7
(224,227,231)
#ECEDF1
(236,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74898D; }

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

This text font color is #74898D.


Background Color

.myBgColor { background-color: #74898D; }

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

This div background color is #74898D.


Border color

.myBorderColor { border: 1px solid #74898D; }

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

This div border color is #74898D.


Opacity

.myOpacity80 { color: #74898D; opacity: 0.8; }

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

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

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

This text has shadow with #74898D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74898D on black background.


Color preview on white background

This text has color #74898D on white background.



Black color preview on #74898D background

This text has black color on #74898D background.


White color preview on #74898D background

This text has white color on #74898D background.