COLOR #4CB49B

HEX: #4CB49B
RGB: (76,180,155)

Color info

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

RGB color model

#4CB49B color RGB value is (76,180,155).

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

RGB channels and saturation

R 76 of 255 = 30%
G 180 of 255 = 71%
B 155 of 255 = 61%

76
180
155

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

Portions of RGB colors in percentages

R + G + B =
76 + 180 + 155 = 411 (100%)
R 76 of 411 ~ 18.49%
G 180 of 411 ~ 43.8%
B 155 of 411 ~ 37.71%

%18.49
%43.8
%37.71

CMYK color model

#4CB49B color CMYK value is (58,0,14,29).

  • cyan value is 57.78%
  • magenta value is 0.00%
  • yellow value is 13.89%
  • key color value is 29.41%
CMYK:
(58,0,14,29)
C58M0Y14K29 
(58%,0%,14%,29%)
(0.58/0.00/0.14/0.29)	

CMYK percentages

%57.78
%0
%13.89
%29.41

Codes

Color #4CB49B in popluar color models

4CB49B
RGB76180155
HSL166°40.94%50.20%
HSB/HSV166°57.78%70.59%
CMYK57.78%0.00%13.89%
29.41%

Color #4CB49B in popluar number systems.

HEX4CB49B
Decimal76180155
Binary10011001011010010011011
Octal114264233

Shades and tints

Shades of #4CB49B

#4CB49B
(76,180,155)
#46A48D
(70,164,141)
#40947F
(64,148,127)
#3A8471
(58,132,113)
#347463
(52,116,99)
#2E6455
(46,100,85)
#285447
(40,84,71)
#224439
(34,68,57)
#1C342B
(28,52,43)
#16241D
(22,36,29)
#10140F
(16,20,15)
#000000
(0,0,0)

Tints of #4CB49B

#4CB49B
(76,180,155)
#5CBAA4
(92,186,164)
#6CC0AD
(108,192,173)
#7CC6B6
(124,198,182)
#8CCCBF
(140,204,191)
#9CD2C8
(156,210,200)
#ACD8D1
(172,216,209)
#BCDEDA
(188,222,218)
#CCE4E3
(204,228,227)
#DCEAEC
(220,234,236)
#ECF0F5
(236,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4CB49B; }

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

This text font color is #4CB49B.


Background Color

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

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

This div background color is #4CB49B.


Border color

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

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

This div border color is #4CB49B.


Opacity

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

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

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

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

This text has shadow with #4CB49B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4CB49B on black background.


Color preview on white background

This text has color #4CB49B on white background.



Black color preview on #4CB49B background

This text has black color on #4CB49B background.


White color preview on #4CB49B background

This text has white color on #4CB49B background.