COLOR #74A88B

HEX: #74A88B RGB: (116,168,139)

Color info

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

RGB color model

#74A88B color RGB value is (116,168,139).

RGB: (116,168,139) (45%, 66%, 55%)

RGB channels and saturation

R 116 of 255 = 45%
G 168 of 255 = 66%
B 139 of 255 = 55%

116
168
139

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

Portions of RGB colors in percentages

R + G + B = 116 + 168 + 139 = 423 (100%)
R 116 of 423 ~ 27.42%
G 168 of 423 ~ 39.72%
B 139 of 423 ~ 32.86'%

%27.42
%39.72
%32.86

CMYK color model

#74A88B color CMYK value is (31,0,17,34).

  • cyan value is 30.95%
  • magenta value is 0.00%
  • yellow value is 17.26%
  • key color value is 34.12%
CMYK: (31,0,17,34) C31M0Y17K34 (31%,0%,17%,34%) (0.31/0.00/0.17/0.34) 

CMYK percentages

%30.95
%0
%17.26
%34.12

Codes

Color #74A88B in popluar color models

74 A8 8B
RGB 116 168 139
HSL 147° 23.01% 55.69%
HSB/HSV 147° 30.95% 65.88%
CMYK 30.95% 0.00% 17.26%
34.12%

Color #74A88B in popluar number systems.

HEX 74 A8 8B
Decimal 116 168 139
Binary 1110100 10101000 10001011
Octal 164 250 213

Shades and tints

Shades of #74A88B

#74A88B
(116,168,139)
#6A997F
(106,153,127)
#608A73
(96,138,115)
#567B67
(86,123,103)
#4C6C5B
(76,108,91)
#425D4F
(66,93,79)
#384E43
(56,78,67)
#2E3F37
(46,63,55)
#24302B
(36,48,43)
#1A211F
(26,33,31)
#101213
(16,18,19)
#000000
(0,0,0)

Tints of #74A88B

#74A88B
(116,168,139)
#80AF95
(128,175,149)
#8CB69F
(140,182,159)
#98BDA9
(152,189,169)
#A4C4B3
(164,196,179)
#B0CBBD
(176,203,189)
#BCD2C7
(188,210,199)
#C8D9D1
(200,217,209)
#D4E0DB
(212,224,219)
#E0E7E5
(224,231,229)
#ECEEEF
(236,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74A88B color. Also use rgb(116,168,139) instead hex code.

Text Font Color

.myTextColor { color: #74A88B; }

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

This text font color is #74A88B.

Background Color

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

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

This div background color is #74A88B.

Border color

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

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

This div border color is #74A88B.

Opacity

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

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

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

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

This text has shadow with #74A88B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #74A88B.

Preview

Color preview on black background

This text has color #74A88B on black background.


Color preview on white background

This text has color #74A88B on white background.


Black color preview on #74A88B background

This text has black color on #74A88B background.


White color preview on #74A88B background

This text has white color on #74A88B background.


Related colors

Complementary color

Complementary color for #hex is #8B5774.


I love getcolorcode.com

Triadic colors

1 #8B74A8 and #A88B74 with #74A88B are triadic colors.

2 #8BA874 and #A8748B with #74A88B are triadic colors.