COLOR #4CB186

HEX: #4CB186
RGB: (76,177,134)

Color info

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

RGB color model

#4CB186 color RGB value is (76,177,134).

  • red value is 76;
  • green value is 177;
  • blue value is 134.
RGB:
(76,177,134)
(30%,69%,53%)

RGB channels and saturation

R 76 of 255 = 30%
G 177 of 255 = 69%
B 134 of 255 = 53%

76
177
134

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

Portions of RGB colors in percentages

R + G + B =
76 + 177 + 134 = 387 (100%)
R 76 of 387 ~ 19.64%
G 177 of 387 ~ 45.74%
B 134 of 387 ~ 34.63%

%19.64
%45.74
%34.63

CMYK color model

#4CB186 color CMYK value is (57,0,24,31).

  • cyan value is 57.06%
  • magenta value is 0.00%
  • yellow value is 24.29%
  • key color value is 30.59%
CMYK:
(57,0,24,31)
C57M0Y24K31 
(57%,0%,24%,31%)
(0.57/0.00/0.24/0.31)	

CMYK percentages

%57.06
%0
%24.29
%30.59

Codes

Color #4CB186 in popluar color models

4CB186
RGB76177134
HSL154°39.92%49.61%
HSB/HSV154°57.06%69.41%
CMYK57.06%0.00%24.29%
30.59%

Color #4CB186 in popluar number systems.

HEX4CB186
Decimal76177134
Binary10011001011000110000110
Octal114261206

Shades and tints

Shades of #4CB186

#4CB186
(76,177,134)
#46A17A
(70,161,122)
#40916E
(64,145,110)
#3A8162
(58,129,98)
#347156
(52,113,86)
#2E614A
(46,97,74)
#28513E
(40,81,62)
#224132
(34,65,50)
#1C3126
(28,49,38)
#16211A
(22,33,26)
#10110E
(16,17,14)
#000000
(0,0,0)

Tints of #4CB186

#4CB186
(76,177,134)
#5CB891
(92,184,145)
#6CBF9C
(108,191,156)
#7CC6A7
(124,198,167)
#8CCDB2
(140,205,178)
#9CD4BD
(156,212,189)
#ACDBC8
(172,219,200)
#BCE2D3
(188,226,211)
#CCE9DE
(204,233,222)
#DCF0E9
(220,240,233)
#ECF7F4
(236,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4CB186 color. Also use rgb(76,177,134) instead hex code.

Text Font Color

.myTextColor { color: #4CB186; }

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

This text font color is #4CB186.


Background Color

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

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

This div background color is #4CB186.


Border color

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

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

This div border color is #4CB186.


Opacity

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

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

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

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

This text has shadow with #4CB186 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4CB186 on black background.


Color preview on white background

This text has color #4CB186 on white background.



Black color preview on #4CB186 background

This text has black color on #4CB186 background.


White color preview on #4CB186 background

This text has white color on #4CB186 background.