COLOR #4CA480

HEX: #4CA480
RGB: (76,164,128)

Color info

#4CA480 contains mainly green and blue colors. Web safe color of #4CA480 is #339966 (or #396).

RGB color model

#4CA480 color RGB value is (76,164,128).

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

RGB channels and saturation

R 76 of 255 = 30%
G 164 of 255 = 64%
B 128 of 255 = 50%

76
164
128

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

Portions of RGB colors in percentages

R + G + B =
76 + 164 + 128 = 368 (100%)
R 76 of 368 ~ 20.65%
G 164 of 368 ~ 44.57%
B 128 of 368 ~ 34.78%

%20.65
%44.57
%34.78

CMYK color model

#4CA480 color CMYK value is (54,0,22,36).

  • cyan value is 53.66%
  • magenta value is 0.00%
  • yellow value is 21.95%
  • key color value is 35.69%
CMYK:
(54,0,22,36)
C54M0Y22K36 
(54%,0%,22%,36%)
(0.54/0.00/0.22/0.36)	

CMYK percentages

%53.66
%0
%21.95
%35.69

Codes

Color #4CA480 in popluar color models

4CA480
RGB76164128
HSL155°36.67%47.06%
HSB/HSV155°53.66%64.31%
CMYK53.66%0.00%21.95%
35.69%

Color #4CA480 in popluar number systems.

HEX4CA480
Decimal76164128
Binary10011001010010010000000
Octal114244200

Shades and tints

Shades of #4CA480

#4CA480
(76,164,128)
#469675
(70,150,117)
#40886A
(64,136,106)
#3A7A5F
(58,122,95)
#346C54
(52,108,84)
#2E5E49
(46,94,73)
#28503E
(40,80,62)
#224233
(34,66,51)
#1C3428
(28,52,40)
#16261D
(22,38,29)
#101812
(16,24,18)
#000000
(0,0,0)

Tints of #4CA480

#4CA480
(76,164,128)
#5CAC8B
(92,172,139)
#6CB496
(108,180,150)
#7CBCA1
(124,188,161)
#8CC4AC
(140,196,172)
#9CCCB7
(156,204,183)
#ACD4C2
(172,212,194)
#BCDCCD
(188,220,205)
#CCE4D8
(204,228,216)
#DCECE3
(220,236,227)
#ECF4EE
(236,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4CA480; }

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

This text font color is #4CA480.


Background Color

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

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

This div background color is #4CA480.


Border color

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

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

This div border color is #4CA480.


Opacity

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

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

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

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

This text has shadow with #4CA480 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4CA480 on black background.


Color preview on white background

This text has color #4CA480 on white background.



Black color preview on #4CA480 background

This text has black color on #4CA480 background.


White color preview on #4CA480 background

This text has white color on #4CA480 background.