COLOR #4CB894

HEX: #4CB894
RGB: (76,184,148)

Color info

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

RGB color model

#4CB894 color RGB value is (76,184,148).

  • red value is 76;
  • green value is 184;
  • blue value is 148.
RGB:
(76,184,148)
(30%,72%,58%)

RGB channels and saturation

R 76 of 255 = 30%
G 184 of 255 = 72%
B 148 of 255 = 58%

76
184
148

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

Portions of RGB colors in percentages

R + G + B =
76 + 184 + 148 = 408 (100%)
R 76 of 408 ~ 18.63%
G 184 of 408 ~ 45.1%
B 148 of 408 ~ 36.27%

%18.63
%45.1
%36.27

CMYK color model

#4CB894 color CMYK value is (59,0,20,28).

  • cyan value is 58.70%
  • magenta value is 0.00%
  • yellow value is 19.57%
  • key color value is 27.84%
CMYK:
(59,0,20,28)
C59M0Y20K28 
(59%,0%,20%,28%)
(0.59/0.00/0.20/0.28)	

CMYK percentages

%58.7
%0
%19.57
%27.84

Codes

Color #4CB894 in popluar color models

4CB894
RGB76184148
HSL160°43.20%50.98%
HSB/HSV160°58.70%72.16%
CMYK58.70%0.00%19.57%
27.84%

Color #4CB894 in popluar number systems.

HEX4CB894
Decimal76184148
Binary10011001011100010010100
Octal114270224

Shades and tints

Shades of #4CB894

#4CB894
(76,184,148)
#46A887
(70,168,135)
#40987A
(64,152,122)
#3A886D
(58,136,109)
#347860
(52,120,96)
#2E6853
(46,104,83)
#285846
(40,88,70)
#224839
(34,72,57)
#1C382C
(28,56,44)
#16281F
(22,40,31)
#101812
(16,24,18)
#000000
(0,0,0)

Tints of #4CB894

#4CB894
(76,184,148)
#5CBE9D
(92,190,157)
#6CC4A6
(108,196,166)
#7CCAAF
(124,202,175)
#8CD0B8
(140,208,184)
#9CD6C1
(156,214,193)
#ACDCCA
(172,220,202)
#BCE2D3
(188,226,211)
#CCE8DC
(204,232,220)
#DCEEE5
(220,238,229)
#ECF4EE
(236,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4CB894 color. Also use rgb(76,184,148) instead hex code.

Text Font Color

.myTextColor { color: #4CB894; }

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

This text font color is #4CB894.


Background Color

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

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

This div background color is #4CB894.


Border color

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

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

This div border color is #4CB894.


Opacity

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

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

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

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

This text has shadow with #4CB894 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4CB894 on black background.


Color preview on white background

This text has color #4CB894 on white background.



Black color preview on #4CB894 background

This text has black color on #4CB894 background.


White color preview on #4CB894 background

This text has white color on #4CB894 background.