COLOR #74A59E

HEX: #74A59E
RGB: (116,165,158)

Color info

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

RGB color model

#74A59E color RGB value is (116,165,158).

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

RGB channels and saturation

R 116 of 255 = 45%
G 165 of 255 = 65%
B 158 of 255 = 62%

116
165
158

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

Portions of RGB colors in percentages

R + G + B =
116 + 165 + 158 = 439 (100%)
R 116 of 439 ~ 26.42%
G 165 of 439 ~ 37.59%
B 158 of 439 ~ 35.99%

%26.42
%37.59
%35.99

CMYK color model

#74A59E color CMYK value is (30,0,4,35).

  • cyan value is 29.70%
  • magenta value is 0.00%
  • yellow value is 4.24%
  • key color value is 35.29%
CMYK:
(30,0,4,35)
C30M0Y4K35 
(30%,0%,4%,35%)
(0.30/0.00/0.04/0.35)	

CMYK percentages

%29.7
%0
%4.24
%35.29

Codes

Color #74A59E in popluar color models

74A59E
RGB116165158
HSL171°21.40%55.10%
HSB/HSV171°29.70%64.71%
CMYK29.70%0.00%4.24%
35.29%

Color #74A59E in popluar number systems.

HEX74A59E
Decimal116165158
Binary11101001010010110011110
Octal164245236

Shades and tints

Shades of #74A59E

#74A59E
(116,165,158)
#6A9690
(106,150,144)
#608782
(96,135,130)
#567874
(86,120,116)
#4C6966
(76,105,102)
#425A58
(66,90,88)
#384B4A
(56,75,74)
#2E3C3C
(46,60,60)
#242D2E
(36,45,46)
#1A1E20
(26,30,32)
#100F12
(16,15,18)
#000000
(0,0,0)

Tints of #74A59E

#74A59E
(116,165,158)
#80ADA6
(128,173,166)
#8CB5AE
(140,181,174)
#98BDB6
(152,189,182)
#A4C5BE
(164,197,190)
#B0CDC6
(176,205,198)
#BCD5CE
(188,213,206)
#C8DDD6
(200,221,214)
#D4E5DE
(212,229,222)
#E0EDE6
(224,237,230)
#ECF5EE
(236,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74A59E; }

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

This text font color is #74A59E.


Background Color

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

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

This div background color is #74A59E.


Border color

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

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

This div border color is #74A59E.


Opacity

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

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

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

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

This text has shadow with #74A59E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74A59E on black background.


Color preview on white background

This text has color #74A59E on white background.



Black color preview on #74A59E background

This text has black color on #74A59E background.


White color preview on #74A59E background

This text has white color on #74A59E background.