COLOR #74C47C

HEX: #74C47C RGB: (116,196,124)

Color info

#74C47C contains mainly green color. Web safe color of #74C47C is #66CC66 (or #6C6).

RGB color model

#74C47C color RGB value is (116,196,124).

RGB: (116,196,124) (45%, 77%, 49%)

RGB channels and saturation

R 116 of 255 = 45%
G 196 of 255 = 77%
B 124 of 255 = 49%

116
196
124

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

Portions of RGB colors in percentages

R + G + B = 116 + 196 + 124 = 436 (100%)
R 116 of 436 ~ 26.61%
G 196 of 436 ~ 44.95%
B 124 of 436 ~ 28.44'%

%26.61
%44.95
%28.44

CMYK color model

#74C47C color CMYK value is (41,0,37,23).

  • cyan value is 40.82%
  • magenta value is 0.00%
  • yellow value is 36.73%
  • key color value is 23.14%
CMYK: (41,0,37,23) C41M0Y37K23 (41%,0%,37%,23%) (0.41/0.00/0.37/0.23) 

CMYK percentages

%40.82
%0
%36.73
%23.14

Codes

Color #74C47C in popluar color models

74 C4 7C
RGB 116 196 124
HSL 126° 40.40% 61.18%
HSB/HSV 126° 40.82% 76.86%
CMYK 40.82% 0.00% 36.73%
23.14%

Color #74C47C in popluar number systems.

HEX 74 C4 7C
Decimal 116 196 124
Binary 1110100 11000100 1111100
Octal 164 304 174

Shades and tints

Shades of #74C47C

#74C47C
(116,196,124)
#6AB371
(106,179,113)
#60A266
(96,162,102)
#56915B
(86,145,91)
#4C8050
(76,128,80)
#426F45
(66,111,69)
#385E3A
(56,94,58)
#2E4D2F
(46,77,47)
#243C24
(36,60,36)
#1A2B19
(26,43,25)
#101A0E
(16,26,14)
#000000
(0,0,0)

Tints of #74C47C

#74C47C
(116,196,124)
#80C987
(128,201,135)
#8CCE92
(140,206,146)
#98D39D
(152,211,157)
#A4D8A8
(164,216,168)
#B0DDB3
(176,221,179)
#BCE2BE
(188,226,190)
#C8E7C9
(200,231,201)
#D4ECD4
(212,236,212)
#E0F1DF
(224,241,223)
#ECF6EA
(236,246,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74C47C color. Also use rgb(116,196,124) instead hex code.

Text Font Color

.myTextColor { color: #74C47C; }

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

This text font color is #74C47C.

Background Color

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

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

This div background color is #74C47C.

Border color

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

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

This div border color is #74C47C.

Opacity

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

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

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

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

This text has shadow with #74C47C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #74C47C.

Preview

Color preview on black background

This text has color #74C47C on black background.


Color preview on white background

This text has color #74C47C on white background.


Black color preview on #74C47C background

This text has black color on #74C47C background.


White color preview on #74C47C background

This text has white color on #74C47C background.


Related colors

Complementary color

Complementary color for #hex is #8B3B83.


I love getcolorcode.com

Triadic colors

1 #7C74C4 and #C47C74 with #74C47C are triadic colors.

2 #7CC474 and #C4747C with #74C47C are triadic colors.