COLOR #74937F

HEX: #74937F
RGB: (116,147,127)

Color info

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

RGB color model

#74937F color RGB value is (116,147,127).

  • red value is 116;
  • green value is 147;
  • blue value is 127.
RGB:
(116,147,127)
(45%,58%,50%)

RGB channels and saturation

R 116 of 255 = 45%
G 147 of 255 = 58%
B 127 of 255 = 50%

116
147
127

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

Portions of RGB colors in percentages

R + G + B =
116 + 147 + 127 = 390 (100%)
R 116 of 390 ~ 29.74%
G 147 of 390 ~ 37.69%
B 127 of 390 ~ 32.56%

%29.74
%37.69
%32.56

CMYK color model

#74937F color CMYK value is (21,0,14,42).

  • cyan value is 21.09%
  • magenta value is 0.00%
  • yellow value is 13.61%
  • key color value is 42.35%
CMYK:
(21,0,14,42)
C21M0Y14K42 
(21%,0%,14%,42%)
(0.21/0.00/0.14/0.42)	

CMYK percentages

%21.09
%0
%13.61
%42.35

Codes

Color #74937F in popluar color models

74937F
RGB116147127
HSL141°12.55%51.57%
HSB/HSV141°21.09%57.65%
CMYK21.09%0.00%13.61%
42.35%

Color #74937F in popluar number systems.

HEX74937F
Decimal116147127
Binary1110100100100111111111
Octal164223177

Shades and tints

Shades of #74937F

#74937F
(116,147,127)
#6A8674
(106,134,116)
#607969
(96,121,105)
#566C5E
(86,108,94)
#4C5F53
(76,95,83)
#425248
(66,82,72)
#38453D
(56,69,61)
#2E3832
(46,56,50)
#242B27
(36,43,39)
#1A1E1C
(26,30,28)
#101111
(16,17,17)
#000000
(0,0,0)

Tints of #74937F

#74937F
(116,147,127)
#809C8A
(128,156,138)
#8CA595
(140,165,149)
#98AEA0
(152,174,160)
#A4B7AB
(164,183,171)
#B0C0B6
(176,192,182)
#BCC9C1
(188,201,193)
#C8D2CC
(200,210,204)
#D4DBD7
(212,219,215)
#E0E4E2
(224,228,226)
#ECEDED
(236,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74937F color. Also use rgb(116,147,127) instead hex code.

Text Font Color

.myTextColor { color: #74937F; }

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

This text font color is #74937F.


Background Color

.myBgColor { background-color: #74937F; }

<div style="background-color:#74937F">Inner text</div>

This div background color is #74937F.


Border color

.myBorderColor { border: 1px solid #74937F; }

<div style="border:3px solid #74937F">Div</div>

This div border color is #74937F.


Opacity

.myOpacity80 { color: #74937F; opacity: 0.8; }

<p style="color:#74937F;opacity:0.8;">80%</p>

Text with #74937F 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 #74937F;}

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

This text has shadow with #74937F color.

.textShadow {text-shadow: 3px 3px 1px #74937F, 3px 3px 1px red;}

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

This text has shadow with #74937F primary color and red secondary color.


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

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

This text has shadow with #74937F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74937F on black background.


Color preview on white background

This text has color #74937F on white background.



Black color preview on #74937F background

This text has black color on #74937F background.


White color preview on #74937F background

This text has white color on #74937F background.