COLOR #74A59B

HEX: #74A59B
RGB: (116,165,155)

Color info

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

RGB color model

#74A59B color RGB value is (116,165,155).

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

RGB channels and saturation

R 116 of 255 = 45%
G 165 of 255 = 65%
B 155 of 255 = 61%

116
165
155

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

Portions of RGB colors in percentages

R + G + B =
116 + 165 + 155 = 436 (100%)
R 116 of 436 ~ 26.61%
G 165 of 436 ~ 37.84%
B 155 of 436 ~ 35.55%

%26.61
%37.84
%35.55

CMYK color model

#74A59B color CMYK value is (30,0,6,35).

  • cyan value is 29.70%
  • magenta value is 0.00%
  • yellow value is 6.06%
  • key color value is 35.29%
CMYK:
(30,0,6,35)
C30M0Y6K35 
(30%,0%,6%,35%)
(0.30/0.00/0.06/0.35)	

CMYK percentages

%29.7
%0
%6.06
%35.29

Codes

Color #74A59B in popluar color models

74A59B
RGB116165155
HSL168°21.40%55.10%
HSB/HSV168°29.70%64.71%
CMYK29.70%0.00%6.06%
35.29%

Color #74A59B in popluar number systems.

HEX74A59B
Decimal116165155
Binary11101001010010110011011
Octal164245233

Shades and tints

Shades of #74A59B

#74A59B
(116,165,155)
#6A968D
(106,150,141)
#60877F
(96,135,127)
#567871
(86,120,113)
#4C6963
(76,105,99)
#425A55
(66,90,85)
#384B47
(56,75,71)
#2E3C39
(46,60,57)
#242D2B
(36,45,43)
#1A1E1D
(26,30,29)
#100F0F
(16,15,15)
#000000
(0,0,0)

Tints of #74A59B

#74A59B
(116,165,155)
#80ADA4
(128,173,164)
#8CB5AD
(140,181,173)
#98BDB6
(152,189,182)
#A4C5BF
(164,197,191)
#B0CDC8
(176,205,200)
#BCD5D1
(188,213,209)
#C8DDDA
(200,221,218)
#D4E5E3
(212,229,227)
#E0EDEC
(224,237,236)
#ECF5F5
(236,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74A59B; }

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

This text font color is #74A59B.


Background Color

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

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

This div background color is #74A59B.


Border color

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

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

This div border color is #74A59B.


Opacity

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

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

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

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

This text has shadow with #74A59B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74A59B on black background.


Color preview on white background

This text has color #74A59B on white background.



Black color preview on #74A59B background

This text has black color on #74A59B background.


White color preview on #74A59B background

This text has white color on #74A59B background.