COLOR #74AE50

HEX: #74AE50
RGB: (116,174,80)

Color info

#74AE50 contains mainly red and green colors. Web safe color of #74AE50 is #669966 (or #696).

RGB color model

#74AE50 color RGB value is (116,174,80).

  • red value is 116;
  • green value is 174;
  • blue value is 80.
RGB:
(116,174,80)
(45%,68%,31%)

RGB channels and saturation

R 116 of 255 = 45%
G 174 of 255 = 68%
B 80 of 255 = 31%

116
174
80

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

Portions of RGB colors in percentages

R + G + B =
116 + 174 + 80 = 370 (100%)
R 116 of 370 ~ 31.35%
G 174 of 370 ~ 47.03%
B 80 of 370 ~ 21.62%

%31.35
%47.03
%21.62

CMYK color model

#74AE50 color CMYK value is (33,0,54,32).

  • cyan value is 33.33%
  • magenta value is 0.00%
  • yellow value is 54.02%
  • key color value is 31.76%
CMYK:
(33,0,54,32)
C33M0Y54K32 
(33%,0%,54%,32%)
(0.33/0.00/0.54/0.32)	

CMYK percentages

%33.33
%0
%54.02
%31.76

Codes

Color #74AE50 in popluar color models

74AE50
RGB11617480
HSL97°37.01%49.80%
HSB/HSV97°54.02%68.24%
CMYK33.33%0.00%54.02%
31.76%

Color #74AE50 in popluar number systems.

HEX74AE50
Decimal11617480
Binary1110100101011101010000
Octal164256120

Shades and tints

Shades of #74AE50

#74AE50
(116,174,80)
#6A9F49
(106,159,73)
#609042
(96,144,66)
#56813B
(86,129,59)
#4C7234
(76,114,52)
#42632D
(66,99,45)
#385426
(56,84,38)
#2E451F
(46,69,31)
#243618
(36,54,24)
#1A2711
(26,39,17)
#10180A
(16,24,10)
#000000
(0,0,0)

Tints of #74AE50

#74AE50
(116,174,80)
#80B55F
(128,181,95)
#8CBC6E
(140,188,110)
#98C37D
(152,195,125)
#A4CA8C
(164,202,140)
#B0D19B
(176,209,155)
#BCD8AA
(188,216,170)
#C8DFB9
(200,223,185)
#D4E6C8
(212,230,200)
#E0EDD7
(224,237,215)
#ECF4E6
(236,244,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74AE50 color. Also use rgb(116,174,80) instead hex code.

Text Font Color

.myTextColor { color: #74AE50; }

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

This text font color is #74AE50.


Background Color

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

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

This div background color is #74AE50.


Border color

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

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

This div border color is #74AE50.


Opacity

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

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

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

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

This text has shadow with #74AE50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74AE50 on black background.


Color preview on white background

This text has color #74AE50 on white background.



Black color preview on #74AE50 background

This text has black color on #74AE50 background.


White color preview on #74AE50 background

This text has white color on #74AE50 background.