COLOR #4CB08B

HEX: #4CB08B RGB: (76,176,139)

Color info

#4CB08B contains mainly green and blue colors. Web safe color of #4CB08B is #339999 (or #399).

RGB color model

#4CB08B color RGB value is (76,176,139).

RGB: (76,176,139) (30%, 69%, 55%)

RGB channels and saturation

R 76 of 255 = 30%
G 176 of 255 = 69%
B 139 of 255 = 55%

76
176
139

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

Portions of RGB colors in percentages

R + G + B = 76 + 176 + 139 = 391 (100%)
R 76 of 391 ~ 19.44%
G 176 of 391 ~ 45.01%
B 139 of 391 ~ 35.55'%

%19.44
%45.01
%35.55

CMYK color model

#4CB08B color CMYK value is (57,0,21,31).

  • cyan value is 56.82%
  • magenta value is 0.00%
  • yellow value is 21.02%
  • key color value is 30.98%

CMYK: (57,0,21,31)
C57M0Y21K31 (57%, 0%, 21%, 31%)
(0.57 / 0.00 / 0.21 / 0.31)

CMYK percentages

%56.82
%0
%21.02
%30.98

Codes

Color #4CB08B in popluar color models

4C B0 8B
RGB 76 176 139
HSL 158° 39.68% 49.41%
HSB/HSV 158° 56.82% 69.02%
CMYK 56.82% 0.00% 21.02%
30.98%

Color #4CB08B in popluar number systems.

HEX 4C B0 8B
Decimal 76 176 139
Binary 1001100 10110000 10001011
Octal 114 260 213

Shades and tints

Shades of #4CB08B

#4CB08B
(76,176,139)
#46A07F
(70,160,127)
#409073
(64,144,115)
#3A8067
(58,128,103)
#34705B
(52,112,91)
#2E604F
(46,96,79)
#285043
(40,80,67)
#224037
(34,64,55)
#1C302B
(28,48,43)
#16201F
(22,32,31)
#101013
(16,16,19)
#000000
(0,0,0)

Tints of #4CB08B

#4CB08B
(76,176,139)
#5CB795
(92,183,149)
#6CBE9F
(108,190,159)
#7CC5A9
(124,197,169)
#8CCCB3
(140,204,179)
#9CD3BD
(156,211,189)
#ACDAC7
(172,218,199)
#BCE1D1
(188,225,209)
#CCE8DB
(204,232,219)
#DCEFE5
(220,239,229)
#ECF6EF
(236,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4CB08B color. Also use rgb(76,176,139) instead hex code.

Text Font Color

.myTextColor { color: #4CB08B; }

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

This text font color is #4CB08B.

Background Color

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

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

This div background color is #4CB08B.

Border color

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

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

This div border color is #4CB08B.

Opacity

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

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

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

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

This text has shadow with #4CB08B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4CB08B.

Preview

Color preview on black background

This text has color #4CB08B on black background.


Color preview on white background

This text has color #4CB08B on white background.


Black color preview on #4CB08B background

This text has black color on #4CB08B background.


White color preview on #4CB08B background

This text has white color on #4CB08B background.


Related colors

Complementary color

Complementary color for #hex is #B34F74.


I love getcolorcode.com

Triadic colors

1 #8B4CB0 and #B08B4C with #4CB08B are triadic colors.

2 #8BB04C and #B04C8B with #4CB08B are triadic colors.