COLOR #74977C

HEX: #74977C
RGB: (116,151,124)

Color info

#74977C contains red, green and blue colors in about the same proportion. Web safe color of #74977C is #669966 (or #696).

RGB color model

#74977C color RGB value is (116,151,124).

  • red value is 116;
  • green value is 151;
  • blue value is 124.
RGB:
(116,151,124)
(45%,59%,49%)

RGB channels and saturation

R 116 of 255 = 45%
G 151 of 255 = 59%
B 124 of 255 = 49%

116
151
124

R + G + B ~ 51%. #74977C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
116 + 151 + 124 = 391 (100%)
R 116 of 391 ~ 29.67%
G 151 of 391 ~ 38.62%
B 124 of 391 ~ 31.71%

%29.67
%38.62
%31.71

CMYK color model

#74977C color CMYK value is (23,0,18,41).

  • cyan value is 23.18%
  • magenta value is 0.00%
  • yellow value is 17.88%
  • key color value is 40.78%
CMYK:
(23,0,18,41)
C23M0Y18K41 
(23%,0%,18%,41%)
(0.23/0.00/0.18/0.41)	

CMYK percentages

%23.18
%0
%17.88
%40.78

Codes

Color #74977C in popluar color models

74977C
RGB116151124
HSL134°14.40%52.35%
HSB/HSV134°23.18%59.22%
CMYK23.18%0.00%17.88%
40.78%

Color #74977C in popluar number systems.

HEX74977C
Decimal116151124
Binary1110100100101111111100
Octal164227174

Shades and tints

Shades of #74977C

#74977C
(116,151,124)
#6A8A71
(106,138,113)
#607D66
(96,125,102)
#56705B
(86,112,91)
#4C6350
(76,99,80)
#425645
(66,86,69)
#38493A
(56,73,58)
#2E3C2F
(46,60,47)
#242F24
(36,47,36)
#1A2219
(26,34,25)
#10150E
(16,21,14)
#000000
(0,0,0)

Tints of #74977C

#74977C
(116,151,124)
#80A087
(128,160,135)
#8CA992
(140,169,146)
#98B29D
(152,178,157)
#A4BBA8
(164,187,168)
#B0C4B3
(176,196,179)
#BCCDBE
(188,205,190)
#C8D6C9
(200,214,201)
#D4DFD4
(212,223,212)
#E0E8DF
(224,232,223)
#ECF1EA
(236,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74977C color. Also use rgb(116,151,124) instead hex code.

Text Font Color

.myTextColor { color: #74977C; }

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

This text font color is #74977C.


Background Color

.myBgColor { background-color: #74977C; }

<div style="background-color:#74977C">Inner text</div>

This div background color is #74977C.


Border color

.myBorderColor { border: 1px solid #74977C; }

<div style="border:3px solid #74977C">Div</div>

This div border color is #74977C.


Opacity

.myOpacity80 { color: #74977C; opacity: 0.8; }

<p style="color:#74977C;opacity:0.8;">80%</p>

Text with #74977C 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 #74977C;}

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

This text has shadow with #74977C color.

.textShadow {text-shadow: 3px 3px 1px #74977C, 3px 3px 1px red;}

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

This text has shadow with #74977C primary color and red secondary color.


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

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

This text has shadow with #74977C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74977C on black background.


Color preview on white background

This text has color #74977C on white background.



Black color preview on #74977C background

This text has black color on #74977C background.


White color preview on #74977C background

This text has white color on #74977C background.