COLOR #4CA48E

HEX: #4CA48E
RGB: (76,164,142)

Color info

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

RGB color model

#4CA48E color RGB value is (76,164,142).

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

RGB channels and saturation

R 76 of 255 = 30%
G 164 of 255 = 64%
B 142 of 255 = 56%

76
164
142

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

Portions of RGB colors in percentages

R + G + B =
76 + 164 + 142 = 382 (100%)
R 76 of 382 ~ 19.9%
G 164 of 382 ~ 42.93%
B 142 of 382 ~ 37.17%

%19.9
%42.93
%37.17

CMYK color model

#4CA48E color CMYK value is (54,0,13,36).

  • cyan value is 53.66%
  • magenta value is 0.00%
  • yellow value is 13.41%
  • key color value is 35.69%
CMYK:
(54,0,13,36)
C54M0Y13K36 
(54%,0%,13%,36%)
(0.54/0.00/0.13/0.36)	

CMYK percentages

%53.66
%0
%13.41
%35.69

Codes

Color #4CA48E in popluar color models

4CA48E
RGB76164142
HSL165°36.67%47.06%
HSB/HSV165°53.66%64.31%
CMYK53.66%0.00%13.41%
35.69%

Color #4CA48E in popluar number systems.

HEX4CA48E
Decimal76164142
Binary10011001010010010001110
Octal114244216

Shades and tints

Shades of #4CA48E

#4CA48E
(76,164,142)
#469682
(70,150,130)
#408876
(64,136,118)
#3A7A6A
(58,122,106)
#346C5E
(52,108,94)
#2E5E52
(46,94,82)
#285046
(40,80,70)
#22423A
(34,66,58)
#1C342E
(28,52,46)
#162622
(22,38,34)
#101816
(16,24,22)
#000000
(0,0,0)

Tints of #4CA48E

#4CA48E
(76,164,142)
#5CAC98
(92,172,152)
#6CB4A2
(108,180,162)
#7CBCAC
(124,188,172)
#8CC4B6
(140,196,182)
#9CCCC0
(156,204,192)
#ACD4CA
(172,212,202)
#BCDCD4
(188,220,212)
#CCE4DE
(204,228,222)
#DCECE8
(220,236,232)
#ECF4F2
(236,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4CA48E; }

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

This text font color is #4CA48E.


Background Color

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

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

This div background color is #4CA48E.


Border color

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

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

This div border color is #4CA48E.


Opacity

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

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

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

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

This text has shadow with #4CA48E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4CA48E on black background.


Color preview on white background

This text has color #4CA48E on white background.



Black color preview on #4CA48E background

This text has black color on #4CA48E background.


White color preview on #4CA48E background

This text has white color on #4CA48E background.