COLOR #4C9D7B

HEX: #4C9D7B RGB: (76,157,123)

Color info

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

RGB color model

#4C9D7B color RGB value is (76,157,123).

RGB: (76,157,123) (30%, 62%, 48%)

RGB channels and saturation

R 76 of 255 = 30%
G 157 of 255 = 62%
B 123 of 255 = 48%

76
157
123

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

Portions of RGB colors in percentages

R + G + B = 76 + 157 + 123 = 356 (100%)
R 76 of 356 ~ 21.35%
G 157 of 356 ~ 44.1%
B 123 of 356 ~ 34.55'%

%21.35
%44.1
%34.55

CMYK color model

#4C9D7B color CMYK value is (52,0,22,38).

  • cyan value is 51.59%
  • magenta value is 0.00%
  • yellow value is 21.66%
  • key color value is 38.43%

CMYK: (52,0,22,38)
C52M0Y22K38 (52%, 0%, 22%, 38%)
(0.52 / 0.00 / 0.22 / 0.38)

CMYK percentages

%51.59
%0
%21.66
%38.43

Codes

Color #4C9D7B in popluar color models

4C 9D 7B
RGB 76 157 123
HSL 155° 34.76% 45.69%
HSB/HSV 155° 51.59% 61.57%
CMYK 51.59% 0.00% 21.66%
38.43%

Color #4C9D7B in popluar number systems.

HEX 4C 9D 7B
Decimal 76 157 123
Binary 1001100 10011101 1111011
Octal 114 235 173

Shades and tints

Shades of #4C9D7B

#4C9D7B
(76,157,123)
#468F70
(70,143,112)
#408165
(64,129,101)
#3A735A
(58,115,90)
#34654F
(52,101,79)
#2E5744
(46,87,68)
#284939
(40,73,57)
#223B2E
(34,59,46)
#1C2D23
(28,45,35)
#161F18
(22,31,24)
#10110D
(16,17,13)
#000000
(0,0,0)

Tints of #4C9D7B

#4C9D7B
(76,157,123)
#5CA587
(92,165,135)
#6CAD93
(108,173,147)
#7CB59F
(124,181,159)
#8CBDAB
(140,189,171)
#9CC5B7
(156,197,183)
#ACCDC3
(172,205,195)
#BCD5CF
(188,213,207)
#CCDDDB
(204,221,219)
#DCE5E7
(220,229,231)
#ECEDF3
(236,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C9D7B; }

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

This text font color is #4C9D7B.

Background Color

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

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

This div background color is #4C9D7B.

Border color

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

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

This div border color is #4C9D7B.

Opacity

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

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

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

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

This text has shadow with #4C9D7B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C9D7B.

Preview

Color preview on black background

This text has color #4C9D7B on black background.


Color preview on white background

This text has color #4C9D7B on white background.


Black color preview on #4C9D7B background

This text has black color on #4C9D7B background.


White color preview on #4C9D7B background

This text has white color on #4C9D7B background.


Related colors

Complementary color

Complementary color for #hex is #B36284.


I love getcolorcode.com

Triadic colors

1 #7B4C9D and #9D7B4C with #4C9D7B are triadic colors.

2 #7B9D4C and #9D4C7B with #4C9D7B are triadic colors.