COLOR #74A08F

HEX: #74A08F
RGB: (116,160,143)

Color info

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

RGB color model

#74A08F color RGB value is (116,160,143).

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

RGB channels and saturation

R 116 of 255 = 45%
G 160 of 255 = 63%
B 143 of 255 = 56%

116
160
143

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

Portions of RGB colors in percentages

R + G + B =
116 + 160 + 143 = 419 (100%)
R 116 of 419 ~ 27.68%
G 160 of 419 ~ 38.19%
B 143 of 419 ~ 34.13%

%27.68
%38.19
%34.13

CMYK color model

#74A08F color CMYK value is (28,0,11,37).

  • cyan value is 27.50%
  • magenta value is 0.00%
  • yellow value is 10.63%
  • key color value is 37.25%
CMYK:
(28,0,11,37)
C28M0Y11K37 
(28%,0%,11%,37%)
(0.28/0.00/0.11/0.37)	

CMYK percentages

%27.5
%0
%10.63
%37.25

Codes

Color #74A08F in popluar color models

74A08F
RGB116160143
HSL157°18.80%54.12%
HSB/HSV157°27.50%62.75%
CMYK27.50%0.00%10.63%
37.25%

Color #74A08F in popluar number systems.

HEX74A08F
Decimal116160143
Binary11101001010000010001111
Octal164240217

Shades and tints

Shades of #74A08F

#74A08F
(116,160,143)
#6A9282
(106,146,130)
#608475
(96,132,117)
#567668
(86,118,104)
#4C685B
(76,104,91)
#425A4E
(66,90,78)
#384C41
(56,76,65)
#2E3E34
(46,62,52)
#243027
(36,48,39)
#1A221A
(26,34,26)
#10140D
(16,20,13)
#000000
(0,0,0)

Tints of #74A08F

#74A08F
(116,160,143)
#80A899
(128,168,153)
#8CB0A3
(140,176,163)
#98B8AD
(152,184,173)
#A4C0B7
(164,192,183)
#B0C8C1
(176,200,193)
#BCD0CB
(188,208,203)
#C8D8D5
(200,216,213)
#D4E0DF
(212,224,223)
#E0E8E9
(224,232,233)
#ECF0F3
(236,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74A08F; }

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

This text font color is #74A08F.


Background Color

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

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

This div background color is #74A08F.


Border color

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

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

This div border color is #74A08F.


Opacity

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

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

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

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

This text has shadow with #74A08F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74A08F on black background.


Color preview on white background

This text has color #74A08F on white background.



Black color preview on #74A08F background

This text has black color on #74A08F background.


White color preview on #74A08F background

This text has white color on #74A08F background.