COLOR #4CA59D

HEX: #4CA59D
RGB: (76,165,157)

Color info

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

RGB color model

#4CA59D color RGB value is (76,165,157).

  • red value is 76;
  • green value is 165;
  • blue value is 157.
RGB:
(76,165,157)
(30%,65%,62%)

RGB channels and saturation

R 76 of 255 = 30%
G 165 of 255 = 65%
B 157 of 255 = 62%

76
165
157

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

Portions of RGB colors in percentages

R + G + B =
76 + 165 + 157 = 398 (100%)
R 76 of 398 ~ 19.1%
G 165 of 398 ~ 41.46%
B 157 of 398 ~ 39.45%

%19.1
%41.46
%39.45

CMYK color model

#4CA59D color CMYK value is (54,0,5,35).

  • cyan value is 53.94%
  • magenta value is 0.00%
  • yellow value is 4.85%
  • key color value is 35.29%
CMYK:
(54,0,5,35)
C54M0Y5K35 
(54%,0%,5%,35%)
(0.54/0.00/0.05/0.35)	

CMYK percentages

%53.94
%0
%4.85
%35.29

Codes

Color #4CA59D in popluar color models

4CA59D
RGB76165157
HSL175°36.93%47.25%
HSB/HSV175°53.94%64.71%
CMYK53.94%0.00%4.85%
35.29%

Color #4CA59D in popluar number systems.

HEX4CA59D
Decimal76165157
Binary10011001010010110011101
Octal114245235

Shades and tints

Shades of #4CA59D

#4CA59D
(76,165,157)
#46968F
(70,150,143)
#408781
(64,135,129)
#3A7873
(58,120,115)
#346965
(52,105,101)
#2E5A57
(46,90,87)
#284B49
(40,75,73)
#223C3B
(34,60,59)
#1C2D2D
(28,45,45)
#161E1F
(22,30,31)
#100F11
(16,15,17)
#000000
(0,0,0)

Tints of #4CA59D

#4CA59D
(76,165,157)
#5CADA5
(92,173,165)
#6CB5AD
(108,181,173)
#7CBDB5
(124,189,181)
#8CC5BD
(140,197,189)
#9CCDC5
(156,205,197)
#ACD5CD
(172,213,205)
#BCDDD5
(188,221,213)
#CCE5DD
(204,229,221)
#DCEDE5
(220,237,229)
#ECF5ED
(236,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4CA59D color. Also use rgb(76,165,157) instead hex code.

Text Font Color

.myTextColor { color: #4CA59D; }

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

This text font color is #4CA59D.


Background Color

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

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

This div background color is #4CA59D.


Border color

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

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

This div border color is #4CA59D.


Opacity

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

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

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

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

This text has shadow with #4CA59D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4CA59D on black background.


Color preview on white background

This text has color #4CA59D on white background.



Black color preview on #4CA59D background

This text has black color on #4CA59D background.


White color preview on #4CA59D background

This text has white color on #4CA59D background.