COLOR #74B44D

HEX: #74B44D RGB: (116,180,77)

Color info

#74B44D contains mainly green color. Web safe color of #74B44D is #66CC33 (or #6C3).

RGB color model

#74B44D color RGB value is (116,180,77).

RGB: (116,180,77) (45%, 71%, 30%)

RGB channels and saturation

R 116 of 255 = 45%
G 180 of 255 = 71%
B 77 of 255 = 30%

116
180
77

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

Portions of RGB colors in percentages

R + G + B = 116 + 180 + 77 = 373 (100%)
R 116 of 373 ~ 31.1%
G 180 of 373 ~ 48.26%
B 77 of 373 ~ 20.64'%

%31.1
%48.26
%20.64

CMYK color model

#74B44D color CMYK value is (36,0,57,29).

  • cyan value is 35.56%
  • magenta value is 0.00%
  • yellow value is 57.22%
  • key color value is 29.41%

CMYK: (36,0,57,29)
C36M0Y57K29 (36%, 0%, 57%, 29%)
(0.36 / 0.00 / 0.57 / 0.29)

CMYK percentages

%35.56
%0
%57.22
%29.41

Codes

Color #74B44D in popluar color models

74 B4 4D
RGB 116 180 77
HSL 97° 40.71% 50.39%
HSB/HSV 97° 57.22% 70.59%
CMYK 35.56% 0.00% 57.22%
29.41%

Color #74B44D in popluar number systems.

HEX 74 B4 4D
Decimal 116 180 77
Binary 1110100 10110100 1001101
Octal 164 264 115

Shades and tints

Shades of #74B44D

#74B44D
(116,180,77)
#6AA446
(106,164,70)
#60943F
(96,148,63)
#568438
(86,132,56)
#4C7431
(76,116,49)
#42642A
(66,100,42)
#385423
(56,84,35)
#2E441C
(46,68,28)
#243415
(36,52,21)
#1A240E
(26,36,14)
#101407
(16,20,7)
#000000
(0,0,0)

Tints of #74B44D

#74B44D
(116,180,77)
#80BA5D
(128,186,93)
#8CC06D
(140,192,109)
#98C67D
(152,198,125)
#A4CC8D
(164,204,141)
#B0D29D
(176,210,157)
#BCD8AD
(188,216,173)
#C8DEBD
(200,222,189)
#D4E4CD
(212,228,205)
#E0EADD
(224,234,221)
#ECF0ED
(236,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74B44D color. Also use rgb(116,180,77) instead hex code.

Text Font Color

.myTextColor { color: #74B44D; }

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

This text font color is #74B44D.

Background Color

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

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

This div background color is #74B44D.

Border color

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

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

This div border color is #74B44D.

Opacity

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

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

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

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

This text has shadow with #74B44D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #74B44D.

Preview

Color preview on black background

This text has color #74B44D on black background.


Color preview on white background

This text has color #74B44D on white background.


Black color preview on #74B44D background

This text has black color on #74B44D background.


White color preview on #74B44D background

This text has white color on #74B44D background.


Related colors

Complementary color

Complementary color for #hex is #8B4BB2.


I love getcolorcode.com

Triadic colors

1 #4D74B4 and #B44D74 with #74B44D are triadic colors.

2 #4DB474 and #B4744D with #74B44D are triadic colors.