COLOR #4CB49F

HEX: #4CB49F
RGB: (76,180,159)

Color info

#4CB49F contains mainly green and blue colors. Web safe color of #4CB49F is #33CC99 (or #3C9).

RGB color model

#4CB49F color RGB value is (76,180,159).

  • red value is 76;
  • green value is 180;
  • blue value is 159.
RGB:
(76,180,159)
(30%,71%,62%)

RGB channels and saturation

R 76 of 255 = 30%
G 180 of 255 = 71%
B 159 of 255 = 62%

76
180
159

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

Portions of RGB colors in percentages

R + G + B =
76 + 180 + 159 = 415 (100%)
R 76 of 415 ~ 18.31%
G 180 of 415 ~ 43.37%
B 159 of 415 ~ 38.31%

%18.31
%43.37
%38.31

CMYK color model

#4CB49F color CMYK value is (58,0,12,29).

  • cyan value is 57.78%
  • magenta value is 0.00%
  • yellow value is 11.67%
  • key color value is 29.41%
CMYK:
(58,0,12,29)
C58M0Y12K29 
(58%,0%,12%,29%)
(0.58/0.00/0.12/0.29)	

CMYK percentages

%57.78
%0
%11.67
%29.41

Codes

Color #4CB49F in popluar color models

4CB49F
RGB76180159
HSL168°40.94%50.20%
HSB/HSV168°57.78%70.59%
CMYK57.78%0.00%11.67%
29.41%

Color #4CB49F in popluar number systems.

HEX4CB49F
Decimal76180159
Binary10011001011010010011111
Octal114264237

Shades and tints

Shades of #4CB49F

#4CB49F
(76,180,159)
#46A491
(70,164,145)
#409483
(64,148,131)
#3A8475
(58,132,117)
#347467
(52,116,103)
#2E6459
(46,100,89)
#28544B
(40,84,75)
#22443D
(34,68,61)
#1C342F
(28,52,47)
#162421
(22,36,33)
#101413
(16,20,19)
#000000
(0,0,0)

Tints of #4CB49F

#4CB49F
(76,180,159)
#5CBAA7
(92,186,167)
#6CC0AF
(108,192,175)
#7CC6B7
(124,198,183)
#8CCCBF
(140,204,191)
#9CD2C7
(156,210,199)
#ACD8CF
(172,216,207)
#BCDED7
(188,222,215)
#CCE4DF
(204,228,223)
#DCEAE7
(220,234,231)
#ECF0EF
(236,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4CB49F color. Also use rgb(76,180,159) instead hex code.

Text Font Color

.myTextColor { color: #4CB49F; }

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

This text font color is #4CB49F.


Background Color

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

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

This div background color is #4CB49F.


Border color

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

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

This div border color is #4CB49F.


Opacity

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

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

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

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

This text has shadow with #4CB49F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4CB49F on black background.


Color preview on white background

This text has color #4CB49F on white background.



Black color preview on #4CB49F background

This text has black color on #4CB49F background.


White color preview on #4CB49F background

This text has white color on #4CB49F background.