COLOR #74A592

HEX: #74A592
RGB: (116,165,146)

Color info

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

RGB color model

#74A592 color RGB value is (116,165,146).

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

RGB channels and saturation

R 116 of 255 = 45%
G 165 of 255 = 65%
B 146 of 255 = 57%

116
165
146

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

Portions of RGB colors in percentages

R + G + B =
116 + 165 + 146 = 427 (100%)
R 116 of 427 ~ 27.17%
G 165 of 427 ~ 38.64%
B 146 of 427 ~ 34.19%

%27.17
%38.64
%34.19

CMYK color model

#74A592 color CMYK value is (30,0,12,35).

  • cyan value is 29.70%
  • magenta value is 0.00%
  • yellow value is 11.52%
  • key color value is 35.29%
CMYK:
(30,0,12,35)
C30M0Y12K35 
(30%,0%,12%,35%)
(0.30/0.00/0.12/0.35)	

CMYK percentages

%29.7
%0
%11.52
%35.29

Codes

Color #74A592 in popluar color models

74A592
RGB116165146
HSL157°21.40%55.10%
HSB/HSV157°29.70%64.71%
CMYK29.70%0.00%11.52%
35.29%

Color #74A592 in popluar number systems.

HEX74A592
Decimal116165146
Binary11101001010010110010010
Octal164245222

Shades and tints

Shades of #74A592

#74A592
(116,165,146)
#6A9685
(106,150,133)
#608778
(96,135,120)
#56786B
(86,120,107)
#4C695E
(76,105,94)
#425A51
(66,90,81)
#384B44
(56,75,68)
#2E3C37
(46,60,55)
#242D2A
(36,45,42)
#1A1E1D
(26,30,29)
#100F10
(16,15,16)
#000000
(0,0,0)

Tints of #74A592

#74A592
(116,165,146)
#80AD9B
(128,173,155)
#8CB5A4
(140,181,164)
#98BDAD
(152,189,173)
#A4C5B6
(164,197,182)
#B0CDBF
(176,205,191)
#BCD5C8
(188,213,200)
#C8DDD1
(200,221,209)
#D4E5DA
(212,229,218)
#E0EDE3
(224,237,227)
#ECF5EC
(236,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74A592; }

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

This text font color is #74A592.


Background Color

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

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

This div background color is #74A592.


Border color

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

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

This div border color is #74A592.


Opacity

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

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

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

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

This text has shadow with #74A592 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74A592 on black background.


Color preview on white background

This text has color #74A592 on white background.



Black color preview on #74A592 background

This text has black color on #74A592 background.


White color preview on #74A592 background

This text has white color on #74A592 background.