COLOR #4CA090

HEX: #4CA090 RGB: (76,160,144)

Color info

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

RGB color model

#4CA090 color RGB value is (76,160,144).

RGB: (76,160,144) (30%, 63%, 56%)

RGB channels and saturation

R 76 of 255 = 30%
G 160 of 255 = 63%
B 144 of 255 = 56%

76
160
144

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

Portions of RGB colors in percentages

R + G + B = 76 + 160 + 144 = 380 (100%)
R 76 of 380 ~ 20%
G 160 of 380 ~ 42.11%
B 144 of 380 ~ 37.89'%

%20
%42.11
%37.89

CMYK color model

#4CA090 color CMYK value is (53,0,10,37).

  • cyan value is 52.50%
  • magenta value is 0.00%
  • yellow value is 10.00%
  • key color value is 37.25%
CMYK: (53,0,10,37) C53M0Y10K37 (53%,0%,10%,37%) (0.53/0.00/0.10/0.37) 

CMYK percentages

%52.5
%0
%10
%37.25

Codes

Color #4CA090 in popluar color models

4C A0 90
RGB 76 160 144
HSL 169° 35.59% 46.27%
HSB/HSV 169° 52.50% 62.75%
CMYK 52.50% 0.00% 10.00%
37.25%

Color #4CA090 in popluar number systems.

HEX 4C A0 90
Decimal 76 160 144
Binary 1001100 10100000 10010000
Octal 114 240 220

Shades and tints

Shades of #4CA090

#4CA090
(76,160,144)
#469283
(70,146,131)
#408476
(64,132,118)
#3A7669
(58,118,105)
#34685C
(52,104,92)
#2E5A4F
(46,90,79)
#284C42
(40,76,66)
#223E35
(34,62,53)
#1C3028
(28,48,40)
#16221B
(22,34,27)
#10140E
(16,20,14)
#000000
(0,0,0)

Tints of #4CA090

#4CA090
(76,160,144)
#5CA89A
(92,168,154)
#6CB0A4
(108,176,164)
#7CB8AE
(124,184,174)
#8CC0B8
(140,192,184)
#9CC8C2
(156,200,194)
#ACD0CC
(172,208,204)
#BCD8D6
(188,216,214)
#CCE0E0
(204,224,224)
#DCE8EA
(220,232,234)
#ECF0F4
(236,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4CA090 color. Also use rgb(76,160,144) instead hex code.

Text Font Color

.myTextColor { color: #4CA090; }

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

This text font color is #4CA090.

Background Color

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

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

This div background color is #4CA090.

Border color

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

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

This div border color is #4CA090.

Opacity

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

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

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

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

This text has shadow with #4CA090 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4CA090.

Preview

Color preview on black background

This text has color #4CA090 on black background.


Color preview on white background

This text has color #4CA090 on white background.


Black color preview on #4CA090 background

This text has black color on #4CA090 background.


White color preview on #4CA090 background

This text has white color on #4CA090 background.


Related colors

Complementary color

Complementary color for #hex is #B35F6F.


I love getcolorcode.com

Triadic colors

1 #904CA0 and #A0904C with #4CA090 are triadic colors.

2 #90A04C and #A04C90 with #4CA090 are triadic colors.