COLOR #74B44C

HEX: #74B44C RGB: (116,180,76)

Color info

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

RGB color model

#74B44C color RGB value is (116,180,76).

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

RGB channels and saturation

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

116
180
76

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

Portions of RGB colors in percentages

R + G + B = 116 + 180 + 76 = 372 (100%)
R 116 of 372 ~ 31.18%
G 180 of 372 ~ 48.39%
B 76 of 372 ~ 20.43'%

%31.18
%48.39
%20.43

CMYK color model

#74B44C color CMYK value is (36,0,58,29).

  • cyan value is 35.56%
  • magenta value is 0.00%
  • yellow value is 57.78%
  • key color value is 29.41%
CMYK: (36,0,58,29) C36M0Y58K29 (36%,0%,58%,29%) (0.36/0.00/0.58/0.29) 

CMYK percentages

%35.56
%0
%57.78
%29.41

Codes

Color #74B44C in popluar color models

74 B4 4C
RGB 116 180 76
HSL 97° 40.94% 50.20%
HSB/HSV 97° 57.78% 70.59%
CMYK 35.56% 0.00% 57.78%
29.41%

Color #74B44C in popluar number systems.

HEX 74 B4 4C
Decimal 116 180 76
Binary 1110100 10110100 1001100
Octal 164 264 114

Shades and tints

Shades of #74B44C

#74B44C
(116,180,76)
#6AA446
(106,164,70)
#609440
(96,148,64)
#56843A
(86,132,58)
#4C7434
(76,116,52)
#42642E
(66,100,46)
#385428
(56,84,40)
#2E4422
(46,68,34)
#24341C
(36,52,28)
#1A2416
(26,36,22)
#101410
(16,20,16)
#000000
(0,0,0)

Tints of #74B44C

#74B44C
(116,180,76)
#80BA5C
(128,186,92)
#8CC06C
(140,192,108)
#98C67C
(152,198,124)
#A4CC8C
(164,204,140)
#B0D29C
(176,210,156)
#BCD8AC
(188,216,172)
#C8DEBC
(200,222,188)
#D4E4CC
(212,228,204)
#E0EADC
(224,234,220)
#ECF0EC
(236,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74B44C; }

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

This text font color is #74B44C.

Background Color

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

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

This div background color is #74B44C.

Border color

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

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

This div border color is #74B44C.

Opacity

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

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

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

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

This text has shadow with #74B44C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #74B44C.

Preview

Color preview on black background

This text has color #74B44C on black background.


Color preview on white background

This text has color #74B44C on white background.


Black color preview on #74B44C background

This text has black color on #74B44C background.


White color preview on #74B44C background

This text has white color on #74B44C background.


Related colors

Complementary color

Complementary color for #hex is #8B4BB3.


I love getcolorcode.com

Triadic colors

1 #4C74B4 and #B44C74 with #74B44C are triadic colors.

2 #4CB474 and #B4744C with #74B44C are triadic colors.