COLOR #4CA089

HEX: #4CA089
RGB: (76,160,137)

Color info

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

RGB color model

#4CA089 color RGB value is (76,160,137).

  • red value is 76;
  • green value is 160;
  • blue value is 137.
RGB:
(76,160,137)
(30%,63%,54%)

RGB channels and saturation

R 76 of 255 = 30%
G 160 of 255 = 63%
B 137 of 255 = 54%

76
160
137

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

Portions of RGB colors in percentages

R + G + B =
76 + 160 + 137 = 373 (100%)
R 76 of 373 ~ 20.38%
G 160 of 373 ~ 42.9%
B 137 of 373 ~ 36.73%

%20.38
%42.9
%36.73

CMYK color model

#4CA089 color CMYK value is (53,0,14,37).

  • cyan value is 52.50%
  • magenta value is 0.00%
  • yellow value is 14.38%
  • key color value is 37.25%
CMYK:
(53,0,14,37)
C53M0Y14K37 
(53%,0%,14%,37%)
(0.53/0.00/0.14/0.37)	

CMYK percentages

%52.5
%0
%14.38
%37.25

Codes

Color #4CA089 in popluar color models

4CA089
RGB76160137
HSL164°35.59%46.27%
HSB/HSV164°52.50%62.75%
CMYK52.50%0.00%14.38%
37.25%

Color #4CA089 in popluar number systems.

HEX4CA089
Decimal76160137
Binary10011001010000010001001
Octal114240211

Shades and tints

Shades of #4CA089

#4CA089
(76,160,137)
#46927D
(70,146,125)
#408471
(64,132,113)
#3A7665
(58,118,101)
#346859
(52,104,89)
#2E5A4D
(46,90,77)
#284C41
(40,76,65)
#223E35
(34,62,53)
#1C3029
(28,48,41)
#16221D
(22,34,29)
#101411
(16,20,17)
#000000
(0,0,0)

Tints of #4CA089

#4CA089
(76,160,137)
#5CA893
(92,168,147)
#6CB09D
(108,176,157)
#7CB8A7
(124,184,167)
#8CC0B1
(140,192,177)
#9CC8BB
(156,200,187)
#ACD0C5
(172,208,197)
#BCD8CF
(188,216,207)
#CCE0D9
(204,224,217)
#DCE8E3
(220,232,227)
#ECF0ED
(236,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4CA089; }

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

This text font color is #4CA089.


Background Color

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

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

This div background color is #4CA089.


Border color

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

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

This div border color is #4CA089.


Opacity

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

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

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

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

This text has shadow with #4CA089 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4CA089 on black background.


Color preview on white background

This text has color #4CA089 on white background.



Black color preview on #4CA089 background

This text has black color on #4CA089 background.


White color preview on #4CA089 background

This text has white color on #4CA089 background.