COLOR #4CA095

HEX: #4CA095
RGB: (76,160,149)

Color info

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

RGB color model

#4CA095 color RGB value is (76,160,149).

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

RGB channels and saturation

R 76 of 255 = 30%
G 160 of 255 = 63%
B 149 of 255 = 58%

76
160
149

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

Portions of RGB colors in percentages

R + G + B =
76 + 160 + 149 = 385 (100%)
R 76 of 385 ~ 19.74%
G 160 of 385 ~ 41.56%
B 149 of 385 ~ 38.7%

%19.74
%41.56
%38.7

CMYK color model

#4CA095 color CMYK value is (53,0,7,37).

  • cyan value is 52.50%
  • magenta value is 0.00%
  • yellow value is 6.87%
  • key color value is 37.25%
CMYK:
(53,0,7,37)
C53M0Y7K37 
(53%,0%,7%,37%)
(0.53/0.00/0.07/0.37)	

CMYK percentages

%52.5
%0
%6.87
%37.25

Codes

Color #4CA095 in popluar color models

4CA095
RGB76160149
HSL172°35.59%46.27%
HSB/HSV172°52.50%62.75%
CMYK52.50%0.00%6.87%
37.25%

Color #4CA095 in popluar number systems.

HEX4CA095
Decimal76160149
Binary10011001010000010010101
Octal114240225

Shades and tints

Shades of #4CA095

#4CA095
(76,160,149)
#469288
(70,146,136)
#40847B
(64,132,123)
#3A766E
(58,118,110)
#346861
(52,104,97)
#2E5A54
(46,90,84)
#284C47
(40,76,71)
#223E3A
(34,62,58)
#1C302D
(28,48,45)
#162220
(22,34,32)
#101413
(16,20,19)
#000000
(0,0,0)

Tints of #4CA095

#4CA095
(76,160,149)
#5CA89E
(92,168,158)
#6CB0A7
(108,176,167)
#7CB8B0
(124,184,176)
#8CC0B9
(140,192,185)
#9CC8C2
(156,200,194)
#ACD0CB
(172,208,203)
#BCD8D4
(188,216,212)
#CCE0DD
(204,224,221)
#DCE8E6
(220,232,230)
#ECF0EF
(236,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4CA095; }

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

This text font color is #4CA095.


Background Color

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

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

This div background color is #4CA095.


Border color

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

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

This div border color is #4CA095.


Opacity

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

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

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

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

This text has shadow with #4CA095 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4CA095 on black background.


Color preview on white background

This text has color #4CA095 on white background.



Black color preview on #4CA095 background

This text has black color on #4CA095 background.


White color preview on #4CA095 background

This text has white color on #4CA095 background.