COLOR #74C48B

HEX: #74C48B RGB: (116,196,139)

Color info

#74C48B contains mainly green and blue colors. Web safe color of #74C48B is #66CC99 (or #6C9).

RGB color model

#74C48B color RGB value is (116,196,139).

RGB: (116,196,139) (45%, 77%, 55%)

RGB channels and saturation

R 116 of 255 = 45%
G 196 of 255 = 77%
B 139 of 255 = 55%

116
196
139

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

Portions of RGB colors in percentages

R + G + B = 116 + 196 + 139 = 451 (100%)
R 116 of 451 ~ 25.72%
G 196 of 451 ~ 43.46%
B 139 of 451 ~ 30.82'%

%25.72
%43.46
%30.82

CMYK color model

#74C48B color CMYK value is (41,0,29,23).

  • cyan value is 40.82%
  • magenta value is 0.00%
  • yellow value is 29.08%
  • key color value is 23.14%

CMYK: (41,0,29,23)
C41M0Y29K23 (41%, 0%, 29%, 23%)
(0.41 / 0.00 / 0.29 / 0.23)

CMYK percentages

%40.82
%0
%29.08
%23.14

Codes

Color #74C48B in popluar color models

74 C4 8B
RGB 116 196 139
HSL 137° 40.40% 61.18%
HSB/HSV 137° 40.82% 76.86%
CMYK 40.82% 0.00% 29.08%
23.14%

Color #74C48B in popluar number systems.

HEX 74 C4 8B
Decimal 116 196 139
Binary 1110100 11000100 10001011
Octal 164 304 213

Shades and tints

Shades of #74C48B

#74C48B
(116,196,139)
#6AB37F
(106,179,127)
#60A273
(96,162,115)
#569167
(86,145,103)
#4C805B
(76,128,91)
#426F4F
(66,111,79)
#385E43
(56,94,67)
#2E4D37
(46,77,55)
#243C2B
(36,60,43)
#1A2B1F
(26,43,31)
#101A13
(16,26,19)
#000000
(0,0,0)

Tints of #74C48B

#74C48B
(116,196,139)
#80C995
(128,201,149)
#8CCE9F
(140,206,159)
#98D3A9
(152,211,169)
#A4D8B3
(164,216,179)
#B0DDBD
(176,221,189)
#BCE2C7
(188,226,199)
#C8E7D1
(200,231,209)
#D4ECDB
(212,236,219)
#E0F1E5
(224,241,229)
#ECF6EF
(236,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74C48B; }

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

This text font color is #74C48B.

Background Color

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

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

This div background color is #74C48B.

Border color

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

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

This div border color is #74C48B.

Opacity

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

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

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

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

This text has shadow with #74C48B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #74C48B.

Preview

Color preview on black background

This text has color #74C48B on black background.


Color preview on white background

This text has color #74C48B on white background.


Black color preview on #74C48B background

This text has black color on #74C48B background.


White color preview on #74C48B background

This text has white color on #74C48B background.


Related colors

Complementary color

Complementary color for #hex is #8B3B74.


I love getcolorcode.com

Triadic colors

1 #8B74C4 and #C48B74 with #74C48B are triadic colors.

2 #8BC474 and #C4748B with #74C48B are triadic colors.