COLOR #74A597

HEX: #74A597
RGB: (116,165,151)

Color info

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

RGB color model

#74A597 color RGB value is (116,165,151).

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

RGB channels and saturation

R 116 of 255 = 45%
G 165 of 255 = 65%
B 151 of 255 = 59%

116
165
151

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

Portions of RGB colors in percentages

R + G + B =
116 + 165 + 151 = 432 (100%)
R 116 of 432 ~ 26.85%
G 165 of 432 ~ 38.19%
B 151 of 432 ~ 34.95%

%26.85
%38.19
%34.95

CMYK color model

#74A597 color CMYK value is (30,0,8,35).

  • cyan value is 29.70%
  • magenta value is 0.00%
  • yellow value is 8.48%
  • key color value is 35.29%
CMYK:
(30,0,8,35)
C30M0Y8K35 
(30%,0%,8%,35%)
(0.30/0.00/0.08/0.35)	

CMYK percentages

%29.7
%0
%8.48
%35.29

Codes

Color #74A597 in popluar color models

74A597
RGB116165151
HSL163°21.40%55.10%
HSB/HSV163°29.70%64.71%
CMYK29.70%0.00%8.48%
35.29%

Color #74A597 in popluar number systems.

HEX74A597
Decimal116165151
Binary11101001010010110010111
Octal164245227

Shades and tints

Shades of #74A597

#74A597
(116,165,151)
#6A968A
(106,150,138)
#60877D
(96,135,125)
#567870
(86,120,112)
#4C6963
(76,105,99)
#425A56
(66,90,86)
#384B49
(56,75,73)
#2E3C3C
(46,60,60)
#242D2F
(36,45,47)
#1A1E22
(26,30,34)
#100F15
(16,15,21)
#000000
(0,0,0)

Tints of #74A597

#74A597
(116,165,151)
#80ADA0
(128,173,160)
#8CB5A9
(140,181,169)
#98BDB2
(152,189,178)
#A4C5BB
(164,197,187)
#B0CDC4
(176,205,196)
#BCD5CD
(188,213,205)
#C8DDD6
(200,221,214)
#D4E5DF
(212,229,223)
#E0EDE8
(224,237,232)
#ECF5F1
(236,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74A597; }

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

This text font color is #74A597.


Background Color

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

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

This div background color is #74A597.


Border color

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

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

This div border color is #74A597.


Opacity

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

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

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

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

This text has shadow with #74A597 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74A597 on black background.


Color preview on white background

This text has color #74A597 on white background.



Black color preview on #74A597 background

This text has black color on #74A597 background.


White color preview on #74A597 background

This text has white color on #74A597 background.