COLOR #74AD3D

HEX: #74AD3D
RGB: (116,173,61)

Color info

#74AD3D contains mainly red and green colors. Web safe color of #74AD3D is #669933 (or #693).

RGB color model

#74AD3D color RGB value is (116,173,61).

  • red value is 116;
  • green value is 173;
  • blue value is 61.
RGB:
(116,173,61)
(45%,68%,24%)

RGB channels and saturation

R 116 of 255 = 45%
G 173 of 255 = 68%
B 61 of 255 = 24%

116
173
61

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

Portions of RGB colors in percentages

R + G + B =
116 + 173 + 61 = 350 (100%)
R 116 of 350 ~ 33.14%
G 173 of 350 ~ 49.43%
B 61 of 350 ~ 17.43%

%33.14
%49.43
%17.43

CMYK color model

#74AD3D color CMYK value is (33,0,65,32).

  • cyan value is 32.95%
  • magenta value is 0.00%
  • yellow value is 64.74%
  • key color value is 32.16%
CMYK:
(33,0,65,32)
C33M0Y65K32 
(33%,0%,65%,32%)
(0.33/0.00/0.65/0.32)	

CMYK percentages

%32.95
%0
%64.74
%32.16

Codes

Color #74AD3D in popluar color models

74AD3D
RGB11617361
HSL91°47.86%45.88%
HSB/HSV91°64.74%67.84%
CMYK32.95%0.00%64.74%
32.16%

Color #74AD3D in popluar number systems.

HEX74AD3D
Decimal11617361
Binary111010010101101111101
Octal16425575

Shades and tints

Shades of #74AD3D

#74AD3D
(116,173,61)
#6A9E38
(106,158,56)
#608F33
(96,143,51)
#56802E
(86,128,46)
#4C7129
(76,113,41)
#426224
(66,98,36)
#38531F
(56,83,31)
#2E441A
(46,68,26)
#243515
(36,53,21)
#1A2610
(26,38,16)
#10170B
(16,23,11)
#000000
(0,0,0)

Tints of #74AD3D

#74AD3D
(116,173,61)
#80B44E
(128,180,78)
#8CBB5F
(140,187,95)
#98C270
(152,194,112)
#A4C981
(164,201,129)
#B0D092
(176,208,146)
#BCD7A3
(188,215,163)
#C8DEB4
(200,222,180)
#D4E5C5
(212,229,197)
#E0ECD6
(224,236,214)
#ECF3E7
(236,243,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74AD3D color. Also use rgb(116,173,61) instead hex code.

Text Font Color

.myTextColor { color: #74AD3D; }

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

This text font color is #74AD3D.


Background Color

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

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

This div background color is #74AD3D.


Border color

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

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

This div border color is #74AD3D.


Opacity

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

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

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

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

This text has shadow with #74AD3D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74AD3D on black background.


Color preview on white background

This text has color #74AD3D on white background.



Black color preview on #74AD3D background

This text has black color on #74AD3D background.


White color preview on #74AD3D background

This text has white color on #74AD3D background.