COLOR #4CAD7B

HEX: #4CAD7B RGB: (76,173,123)

Color info

#4CAD7B contains mainly green and blue colors. Web safe color of #4CAD7B is #339966 (or #396).

RGB color model

#4CAD7B color RGB value is (76,173,123).

RGB: (76,173,123) (30%, 68%, 48%)

RGB channels and saturation

R 76 of 255 = 30%
G 173 of 255 = 68%
B 123 of 255 = 48%

76
173
123

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

Portions of RGB colors in percentages

R + G + B = 76 + 173 + 123 = 372 (100%)
R 76 of 372 ~ 20.43%
G 173 of 372 ~ 46.51%
B 123 of 372 ~ 33.06'%

%20.43
%46.51
%33.06

CMYK color model

#4CAD7B color CMYK value is (56,0,29,32).

  • cyan value is 56.07%
  • magenta value is 0.00%
  • yellow value is 28.90%
  • key color value is 32.16%
CMYK: (56,0,29,32) C56M0Y29K32 (56%,0%,29%,32%) (0.56/0.00/0.29/0.32) 

CMYK percentages

%56.07
%0
%28.9
%32.16

Codes

Color #4CAD7B in popluar color models

4C AD 7B
RGB 76 173 123
HSL 149° 38.96% 48.82%
HSB/HSV 149° 56.07% 67.84%
CMYK 56.07% 0.00% 28.90%
32.16%

Color #4CAD7B in popluar number systems.

HEX 4C AD 7B
Decimal 76 173 123
Binary 1001100 10101101 1111011
Octal 114 255 173

Shades and tints

Shades of #4CAD7B

#4CAD7B
(76,173,123)
#469E70
(70,158,112)
#408F65
(64,143,101)
#3A805A
(58,128,90)
#34714F
(52,113,79)
#2E6244
(46,98,68)
#285339
(40,83,57)
#22442E
(34,68,46)
#1C3523
(28,53,35)
#162618
(22,38,24)
#10170D
(16,23,13)
#000000
(0,0,0)

Tints of #4CAD7B

#4CAD7B
(76,173,123)
#5CB487
(92,180,135)
#6CBB93
(108,187,147)
#7CC29F
(124,194,159)
#8CC9AB
(140,201,171)
#9CD0B7
(156,208,183)
#ACD7C3
(172,215,195)
#BCDECF
(188,222,207)
#CCE5DB
(204,229,219)
#DCECE7
(220,236,231)
#ECF3F3
(236,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4CAD7B color. Also use rgb(76,173,123) instead hex code.

Text Font Color

.myTextColor { color: #4CAD7B; }

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

This text font color is #4CAD7B.

Background Color

.myBgColor { background-color: #4CAD7B; }

<div style="background-color:#4CAD7B">Inner text</div>

This div background color is #4CAD7B.

Border color

.myBorderColor { border: 1px solid #4CAD7B; }

<div style="border:3px solid #4CAD7B">Div</div>

This div border color is #4CAD7B.

Opacity

.myOpacity80 { color: #4CAD7B; opacity: 0.8; }

<p style="color:#4CAD7B;opacity:0.8;">80%</p>

Text with #4CAD7B 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 #4CAD7B;}

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

This text has shadow with #4CAD7B color.


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

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

This text has shadow with #4CAD7B primary color and red secondary color.


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

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

This text has shadow with #4CAD7B and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #4CAD7B.

Preview

Color preview on black background

This text has color #4CAD7B on black background.


Color preview on white background

This text has color #4CAD7B on white background.


Black color preview on #4CAD7B background

This text has black color on #4CAD7B background.


White color preview on #4CAD7B background

This text has white color on #4CAD7B background.


Related colors

Complementary color

Complementary color for #hex is #B35284.


I love getcolorcode.com

Triadic colors

1 #7B4CAD and #AD7B4C with #4CAD7B are triadic colors.

2 #7BAD4C and #AD4C7B with #4CAD7B are triadic colors.