COLOR #74A091

HEX: #74A091
RGB: (116,160,145)

Color info

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

RGB color model

#74A091 color RGB value is (116,160,145).

  • red value is 116;
  • green value is 160;
  • blue value is 145.
RGB:
(116,160,145)
(45%,63%,57%)

RGB channels and saturation

R 116 of 255 = 45%
G 160 of 255 = 63%
B 145 of 255 = 57%

116
160
145

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

Portions of RGB colors in percentages

R + G + B =
116 + 160 + 145 = 421 (100%)
R 116 of 421 ~ 27.55%
G 160 of 421 ~ 38%
B 145 of 421 ~ 34.44%

%27.55
%38
%34.44

CMYK color model

#74A091 color CMYK value is (28,0,9,37).

  • cyan value is 27.50%
  • magenta value is 0.00%
  • yellow value is 9.38%
  • key color value is 37.25%
CMYK:
(28,0,9,37)
C28M0Y9K37 
(28%,0%,9%,37%)
(0.28/0.00/0.09/0.37)	

CMYK percentages

%27.5
%0
%9.38
%37.25

Codes

Color #74A091 in popluar color models

74A091
RGB116160145
HSL160°18.80%54.12%
HSB/HSV160°27.50%62.75%
CMYK27.50%0.00%9.38%
37.25%

Color #74A091 in popluar number systems.

HEX74A091
Decimal116160145
Binary11101001010000010010001
Octal164240221

Shades and tints

Shades of #74A091

#74A091
(116,160,145)
#6A9284
(106,146,132)
#608477
(96,132,119)
#56766A
(86,118,106)
#4C685D
(76,104,93)
#425A50
(66,90,80)
#384C43
(56,76,67)
#2E3E36
(46,62,54)
#243029
(36,48,41)
#1A221C
(26,34,28)
#10140F
(16,20,15)
#000000
(0,0,0)

Tints of #74A091

#74A091
(116,160,145)
#80A89B
(128,168,155)
#8CB0A5
(140,176,165)
#98B8AF
(152,184,175)
#A4C0B9
(164,192,185)
#B0C8C3
(176,200,195)
#BCD0CD
(188,208,205)
#C8D8D7
(200,216,215)
#D4E0E1
(212,224,225)
#E0E8EB
(224,232,235)
#ECF0F5
(236,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74A091 color. Also use rgb(116,160,145) instead hex code.

Text Font Color

.myTextColor { color: #74A091; }

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

This text font color is #74A091.


Background Color

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

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

This div background color is #74A091.


Border color

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

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

This div border color is #74A091.


Opacity

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

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

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

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

This text has shadow with #74A091 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74A091 on black background.


Color preview on white background

This text has color #74A091 on white background.



Black color preview on #74A091 background

This text has black color on #74A091 background.


White color preview on #74A091 background

This text has white color on #74A091 background.