COLOR #74988A

HEX: #74988A RGB: (116,152,138)

Color info

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

RGB color model

#74988A color RGB value is (116,152,138).

RGB: (116,152,138) (45%, 60%, 54%)

RGB channels and saturation

R 116 of 255 = 45%
G 152 of 255 = 60%
B 138 of 255 = 54%

116
152
138

R + G + B ~ 53%. #74988A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 116 + 152 + 138 = 406 (100%)
R 116 of 406 ~ 28.57%
G 152 of 406 ~ 37.44%
B 138 of 406 ~ 33.99'%

%28.57
%37.44
%33.99

CMYK color model

#74988A color CMYK value is (24,0,9,40).

  • cyan value is 23.68%
  • magenta value is 0.00%
  • yellow value is 9.21%
  • key color value is 40.39%

CMYK: (24,0,9,40)
C24M0Y9K40 (24%, 0%, 9%, 40%)
(0.24 / 0.00 / 0.09 / 0.40)

CMYK percentages

%23.68
%0
%9.21
%40.39

Codes

Color #74988A in popluar color models

74 98 8A
RGB 116 152 138
HSL 157° 14.88% 52.55%
HSB/HSV 157° 23.68% 59.61%
CMYK 23.68% 0.00% 9.21%
40.39%

Color #74988A in popluar number systems.

HEX 74 98 8A
Decimal 116 152 138
Binary 1110100 10011000 10001010
Octal 164 230 212

Shades and tints

Shades of #74988A

#74988A
(116,152,138)
#6A8B7E
(106,139,126)
#607E72
(96,126,114)
#567166
(86,113,102)
#4C645A
(76,100,90)
#42574E
(66,87,78)
#384A42
(56,74,66)
#2E3D36
(46,61,54)
#24302A
(36,48,42)
#1A231E
(26,35,30)
#101612
(16,22,18)
#000000
(0,0,0)

Tints of #74988A

#74988A
(116,152,138)
#80A194
(128,161,148)
#8CAA9E
(140,170,158)
#98B3A8
(152,179,168)
#A4BCB2
(164,188,178)
#B0C5BC
(176,197,188)
#BCCEC6
(188,206,198)
#C8D7D0
(200,215,208)
#D4E0DA
(212,224,218)
#E0E9E4
(224,233,228)
#ECF2EE
(236,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74988A color. Also use rgb(116,152,138) instead hex code.

Text Font Color

.myTextColor { color: #74988A; }

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

This text font color is #74988A.

Background Color

.myBgColor { background-color: #74988A; }

<div style="background-color:#74988A">Inner text</div>

This div background color is #74988A.

Border color

.myBorderColor { border: 1px solid #74988A; }

<div style="border:3px solid #74988A">Div</div>

This div border color is #74988A.

Opacity

.myOpacity80 { color: #74988A; opacity: 0.8; }

<p style="color:#74988A;opacity:0.8;">80%</p>

Text with #74988A 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 #74988A;}

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

This text has shadow with #74988A color.


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

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

This text has shadow with #74988A primary color and red secondary color.


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

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

This text has shadow with #74988A and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #74988A.

Preview

Color preview on black background

This text has color #74988A on black background.


Color preview on white background

This text has color #74988A on white background.


Black color preview on #74988A background

This text has black color on #74988A background.


White color preview on #74988A background

This text has white color on #74988A background.


Related colors

Complementary color

Complementary color for #hex is #8B6775.


I love getcolorcode.com

Triadic colors

1 #8A7498 and #988A74 with #74988A are triadic colors.

2 #8A9874 and #98748A with #74988A are triadic colors.