COLOR #74A59D

HEX: #74A59D
RGB: (116,165,157)

Color info

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

RGB color model

#74A59D color RGB value is (116,165,157).

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

RGB channels and saturation

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

116
165
157

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

Portions of RGB colors in percentages

R + G + B =
116 + 165 + 157 = 438 (100%)
R 116 of 438 ~ 26.48%
G 165 of 438 ~ 37.67%
B 157 of 438 ~ 35.84%

%26.48
%37.67
%35.84

CMYK color model

#74A59D color CMYK value is (30,0,5,35).

  • cyan value is 29.70%
  • magenta value is 0.00%
  • yellow value is 4.85%
  • key color value is 35.29%
CMYK:
(30,0,5,35)
C30M0Y5K35 
(30%,0%,5%,35%)
(0.30/0.00/0.05/0.35)	

CMYK percentages

%29.7
%0
%4.85
%35.29

Codes

Color #74A59D in popluar color models

74A59D
RGB116165157
HSL170°21.40%55.10%
HSB/HSV170°29.70%64.71%
CMYK29.70%0.00%4.85%
35.29%

Color #74A59D in popluar number systems.

HEX74A59D
Decimal116165157
Binary11101001010010110011101
Octal164245235

Shades and tints

Shades of #74A59D

#74A59D
(116,165,157)
#6A968F
(106,150,143)
#608781
(96,135,129)
#567873
(86,120,115)
#4C6965
(76,105,101)
#425A57
(66,90,87)
#384B49
(56,75,73)
#2E3C3B
(46,60,59)
#242D2D
(36,45,45)
#1A1E1F
(26,30,31)
#100F11
(16,15,17)
#000000
(0,0,0)

Tints of #74A59D

#74A59D
(116,165,157)
#80ADA5
(128,173,165)
#8CB5AD
(140,181,173)
#98BDB5
(152,189,181)
#A4C5BD
(164,197,189)
#B0CDC5
(176,205,197)
#BCD5CD
(188,213,205)
#C8DDD5
(200,221,213)
#D4E5DD
(212,229,221)
#E0EDE5
(224,237,229)
#ECF5ED
(236,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74A59D; }

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

This text font color is #74A59D.


Background Color

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

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

This div background color is #74A59D.


Border color

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

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

This div border color is #74A59D.


Opacity

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

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

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

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

This text has shadow with #74A59D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74A59D on black background.


Color preview on white background

This text has color #74A59D on white background.



Black color preview on #74A59D background

This text has black color on #74A59D background.


White color preview on #74A59D background

This text has white color on #74A59D background.