COLOR #4CA48C

HEX: #4CA48C
RGB: (76,164,140)

Color info

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

RGB color model

#4CA48C color RGB value is (76,164,140).

  • red value is 76;
  • green value is 164;
  • blue value is 140.
RGB:
(76,164,140)
(30%,64%,55%)

RGB channels and saturation

R 76 of 255 = 30%
G 164 of 255 = 64%
B 140 of 255 = 55%

76
164
140

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

Portions of RGB colors in percentages

R + G + B =
76 + 164 + 140 = 380 (100%)
R 76 of 380 ~ 20%
G 164 of 380 ~ 43.16%
B 140 of 380 ~ 36.84%

%20
%43.16
%36.84

CMYK color model

#4CA48C color CMYK value is (54,0,15,36).

  • cyan value is 53.66%
  • magenta value is 0.00%
  • yellow value is 14.63%
  • key color value is 35.69%
CMYK:
(54,0,15,36)
C54M0Y15K36 
(54%,0%,15%,36%)
(0.54/0.00/0.15/0.36)	

CMYK percentages

%53.66
%0
%14.63
%35.69

Codes

Color #4CA48C in popluar color models

4CA48C
RGB76164140
HSL164°36.67%47.06%
HSB/HSV164°53.66%64.31%
CMYK53.66%0.00%14.63%
35.69%

Color #4CA48C in popluar number systems.

HEX4CA48C
Decimal76164140
Binary10011001010010010001100
Octal114244214

Shades and tints

Shades of #4CA48C

#4CA48C
(76,164,140)
#469680
(70,150,128)
#408874
(64,136,116)
#3A7A68
(58,122,104)
#346C5C
(52,108,92)
#2E5E50
(46,94,80)
#285044
(40,80,68)
#224238
(34,66,56)
#1C342C
(28,52,44)
#162620
(22,38,32)
#101814
(16,24,20)
#000000
(0,0,0)

Tints of #4CA48C

#4CA48C
(76,164,140)
#5CAC96
(92,172,150)
#6CB4A0
(108,180,160)
#7CBCAA
(124,188,170)
#8CC4B4
(140,196,180)
#9CCCBE
(156,204,190)
#ACD4C8
(172,212,200)
#BCDCD2
(188,220,210)
#CCE4DC
(204,228,220)
#DCECE6
(220,236,230)
#ECF4F0
(236,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4CA48C color. Also use rgb(76,164,140) instead hex code.

Text Font Color

.myTextColor { color: #4CA48C; }

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

This text font color is #4CA48C.


Background Color

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

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

This div background color is #4CA48C.


Border color

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

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

This div border color is #4CA48C.


Opacity

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

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

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

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

This text has shadow with #4CA48C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4CA48C on black background.


Color preview on white background

This text has color #4CA48C on white background.



Black color preview on #4CA48C background

This text has black color on #4CA48C background.


White color preview on #4CA48C background

This text has white color on #4CA48C background.