COLOR #4CA279

HEX: #4CA279 RGB: (76,162,121)

Color info

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

RGB color model

#4CA279 color RGB value is (76,162,121).

RGB: (76,162,121) (30%, 64%, 47%)

RGB channels and saturation

R 76 of 255 = 30%
G 162 of 255 = 64%
B 121 of 255 = 47%

76
162
121

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

Portions of RGB colors in percentages

R + G + B = 76 + 162 + 121 = 359 (100%)
R 76 of 359 ~ 21.17%
G 162 of 359 ~ 45.13%
B 121 of 359 ~ 33.7'%

%21.17
%45.13
%33.7

CMYK color model

#4CA279 color CMYK value is (53,0,25,36).

  • cyan value is 53.09%
  • magenta value is 0.00%
  • yellow value is 25.31%
  • key color value is 36.47%
CMYK: (53,0,25,36) C53M0Y25K36 (53%,0%,25%,36%) (0.53/0.00/0.25/0.36) 

CMYK percentages

%53.09
%0
%25.31
%36.47

Codes

Color #4CA279 in popluar color models

4C A2 79
RGB 76 162 121
HSL 151° 36.13% 46.67%
HSB/HSV 151° 53.09% 63.53%
CMYK 53.09% 0.00% 25.31%
36.47%

Color #4CA279 in popluar number systems.

HEX 4C A2 79
Decimal 76 162 121
Binary 1001100 10100010 1111001
Octal 114 242 171

Shades and tints

Shades of #4CA279

#4CA279
(76,162,121)
#46946E
(70,148,110)
#408663
(64,134,99)
#3A7858
(58,120,88)
#346A4D
(52,106,77)
#2E5C42
(46,92,66)
#284E37
(40,78,55)
#22402C
(34,64,44)
#1C3221
(28,50,33)
#162416
(22,36,22)
#10160B
(16,22,11)
#000000
(0,0,0)

Tints of #4CA279

#4CA279
(76,162,121)
#5CAA85
(92,170,133)
#6CB291
(108,178,145)
#7CBA9D
(124,186,157)
#8CC2A9
(140,194,169)
#9CCAB5
(156,202,181)
#ACD2C1
(172,210,193)
#BCDACD
(188,218,205)
#CCE2D9
(204,226,217)
#DCEAE5
(220,234,229)
#ECF2F1
(236,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4CA279 color. Also use rgb(76,162,121) instead hex code.

Text Font Color

.myTextColor { color: #4CA279; }

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

This text font color is #4CA279.

Background Color

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

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

This div background color is #4CA279.

Border color

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

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

This div border color is #4CA279.

Opacity

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

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

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

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

This text has shadow with #4CA279 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4CA279.

Preview

Color preview on black background

This text has color #4CA279 on black background.


Color preview on white background

This text has color #4CA279 on white background.


Black color preview on #4CA279 background

This text has black color on #4CA279 background.


White color preview on #4CA279 background

This text has white color on #4CA279 background.


Related colors

Complementary color

Complementary color for #hex is #B35D86.


I love getcolorcode.com

Triadic colors

1 #794CA2 and #A2794C with #4CA279 are triadic colors.

2 #79A24C and #A24C79 with #4CA279 are triadic colors.