COLOR #74A09E

HEX: #74A09E
RGB: (116,160,158)

Color info

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

RGB color model

#74A09E color RGB value is (116,160,158).

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

RGB channels and saturation

R 116 of 255 = 45%
G 160 of 255 = 63%
B 158 of 255 = 62%

116
160
158

R + G + B ~ 57%. #74A09E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
116 + 160 + 158 = 434 (100%)
R 116 of 434 ~ 26.73%
G 160 of 434 ~ 36.87%
B 158 of 434 ~ 36.41%

%26.73
%36.87
%36.41

CMYK color model

#74A09E color CMYK value is (28,0,1,37).

  • cyan value is 27.50%
  • magenta value is 0.00%
  • yellow value is 1.25%
  • key color value is 37.25%
CMYK:
(28,0,1,37)
C28M0Y1K37 
(28%,0%,1%,37%)
(0.28/0.00/0.01/0.37)	

CMYK percentages

%27.5
%0
%1.25
%37.25

Codes

Color #74A09E in popluar color models

74A09E
RGB116160158
HSL177°18.80%54.12%
HSB/HSV177°27.50%62.75%
CMYK27.50%0.00%1.25%
37.25%

Color #74A09E in popluar number systems.

HEX74A09E
Decimal116160158
Binary11101001010000010011110
Octal164240236

Shades and tints

Shades of #74A09E

#74A09E
(116,160,158)
#6A9290
(106,146,144)
#608482
(96,132,130)
#567674
(86,118,116)
#4C6866
(76,104,102)
#425A58
(66,90,88)
#384C4A
(56,76,74)
#2E3E3C
(46,62,60)
#24302E
(36,48,46)
#1A2220
(26,34,32)
#101412
(16,20,18)
#000000
(0,0,0)

Tints of #74A09E

#74A09E
(116,160,158)
#80A8A6
(128,168,166)
#8CB0AE
(140,176,174)
#98B8B6
(152,184,182)
#A4C0BE
(164,192,190)
#B0C8C6
(176,200,198)
#BCD0CE
(188,208,206)
#C8D8D6
(200,216,214)
#D4E0DE
(212,224,222)
#E0E8E6
(224,232,230)
#ECF0EE
(236,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74A09E color. Also use rgb(116,160,158) instead hex code.

Text Font Color

.myTextColor { color: #74A09E; }

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

This text font color is #74A09E.


Background Color

.myBgColor { background-color: #74A09E; }

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

This div background color is #74A09E.


Border color

.myBorderColor { border: 1px solid #74A09E; }

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

This div border color is #74A09E.


Opacity

.myOpacity80 { color: #74A09E; opacity: 0.8; }

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

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

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

This text has shadow with #74A09E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74A09E on black background.


Color preview on white background

This text has color #74A09E on white background.



Black color preview on #74A09E background

This text has black color on #74A09E background.


White color preview on #74A09E background

This text has white color on #74A09E background.