COLOR #74AE5E

HEX: #74AE5E
RGB: (116,174,94)

Color info

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

RGB color model

#74AE5E color RGB value is (116,174,94).

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

RGB channels and saturation

R 116 of 255 = 45%
G 174 of 255 = 68%
B 94 of 255 = 37%

116
174
94

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

Portions of RGB colors in percentages

R + G + B =
116 + 174 + 94 = 384 (100%)
R 116 of 384 ~ 30.21%
G 174 of 384 ~ 45.31%
B 94 of 384 ~ 24.48%

%30.21
%45.31
%24.48

CMYK color model

#74AE5E color CMYK value is (33,0,46,32).

  • cyan value is 33.33%
  • magenta value is 0.00%
  • yellow value is 45.98%
  • key color value is 31.76%
CMYK:
(33,0,46,32)
C33M0Y46K32 
(33%,0%,46%,32%)
(0.33/0.00/0.46/0.32)	

CMYK percentages

%33.33
%0
%45.98
%31.76

Codes

Color #74AE5E in popluar color models

74AE5E
RGB11617494
HSL104°33.06%52.55%
HSB/HSV104°45.98%68.24%
CMYK33.33%0.00%45.98%
31.76%

Color #74AE5E in popluar number systems.

HEX74AE5E
Decimal11617494
Binary1110100101011101011110
Octal164256136

Shades and tints

Shades of #74AE5E

#74AE5E
(116,174,94)
#6A9F56
(106,159,86)
#60904E
(96,144,78)
#568146
(86,129,70)
#4C723E
(76,114,62)
#426336
(66,99,54)
#38542E
(56,84,46)
#2E4526
(46,69,38)
#24361E
(36,54,30)
#1A2716
(26,39,22)
#10180E
(16,24,14)
#000000
(0,0,0)

Tints of #74AE5E

#74AE5E
(116,174,94)
#80B56C
(128,181,108)
#8CBC7A
(140,188,122)
#98C388
(152,195,136)
#A4CA96
(164,202,150)
#B0D1A4
(176,209,164)
#BCD8B2
(188,216,178)
#C8DFC0
(200,223,192)
#D4E6CE
(212,230,206)
#E0EDDC
(224,237,220)
#ECF4EA
(236,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74AE5E; }

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

This text font color is #74AE5E.


Background Color

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

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

This div background color is #74AE5E.


Border color

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

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

This div border color is #74AE5E.


Opacity

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

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

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

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

This text has shadow with #74AE5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74AE5E on black background.


Color preview on white background

This text has color #74AE5E on white background.



Black color preview on #74AE5E background

This text has black color on #74AE5E background.


White color preview on #74AE5E background

This text has white color on #74AE5E background.