COLOR #74A28F

HEX: #74A28F RGB: (116,162,143)

Color info

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

RGB color model

#74A28F color RGB value is (116,162,143).

RGB: (116,162,143) (45%, 64%, 56%)

RGB channels and saturation

R 116 of 255 = 45%
G 162 of 255 = 64%
B 143 of 255 = 56%

116
162
143

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

Portions of RGB colors in percentages

R + G + B = 116 + 162 + 143 = 421 (100%)
R 116 of 421 ~ 27.55%
G 162 of 421 ~ 38.48%
B 143 of 421 ~ 33.97'%

%27.55
%38.48
%33.97

CMYK color model

#74A28F color CMYK value is (28,0,12,36).

  • cyan value is 28.40%
  • magenta value is 0.00%
  • yellow value is 11.73%
  • key color value is 36.47%

CMYK: (28,0,12,36)
C28M0Y12K36 (28%, 0%, 12%, 36%)
(0.28 / 0.00 / 0.12 / 0.36)

CMYK percentages

%28.4
%0
%11.73
%36.47

Codes

Color #74A28F in popluar color models

74 A2 8F
RGB 116 162 143
HSL 155° 19.83% 54.51%
HSB/HSV 155° 28.40% 63.53%
CMYK 28.40% 0.00% 11.73%
36.47%

Color #74A28F in popluar number systems.

HEX 74 A2 8F
Decimal 116 162 143
Binary 1110100 10100010 10001111
Octal 164 242 217

Shades and tints

Shades of #74A28F

#74A28F
(116,162,143)
#6A9482
(106,148,130)
#608675
(96,134,117)
#567868
(86,120,104)
#4C6A5B
(76,106,91)
#425C4E
(66,92,78)
#384E41
(56,78,65)
#2E4034
(46,64,52)
#243227
(36,50,39)
#1A241A
(26,36,26)
#10160D
(16,22,13)
#000000
(0,0,0)

Tints of #74A28F

#74A28F
(116,162,143)
#80AA99
(128,170,153)
#8CB2A3
(140,178,163)
#98BAAD
(152,186,173)
#A4C2B7
(164,194,183)
#B0CAC1
(176,202,193)
#BCD2CB
(188,210,203)
#C8DAD5
(200,218,213)
#D4E2DF
(212,226,223)
#E0EAE9
(224,234,233)
#ECF2F3
(236,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74A28F; }

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

This text font color is #74A28F.

Background Color

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

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

This div background color is #74A28F.

Border color

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

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

This div border color is #74A28F.

Opacity

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

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

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

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

This text has shadow with #74A28F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #74A28F.

Preview

Color preview on black background

This text has color #74A28F on black background.


Color preview on white background

This text has color #74A28F on white background.


Black color preview on #74A28F background

This text has black color on #74A28F background.


White color preview on #74A28F background

This text has white color on #74A28F background.


Related colors

Complementary color

Complementary color for #hex is #8B5D70.


I love getcolorcode.com

Triadic colors

1 #8F74A2 and #A28F74 with #74A28F are triadic colors.

2 #8FA274 and #A2748F with #74A28F are triadic colors.