COLOR #4CA173

HEX: #4CA173
RGB: (76,161,115)

Color info

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

RGB color model

#4CA173 color RGB value is (76,161,115).

  • red value is 76;
  • green value is 161;
  • blue value is 115.
RGB:
(76,161,115)
(30%,63%,45%)

RGB channels and saturation

R 76 of 255 = 30%
G 161 of 255 = 63%
B 115 of 255 = 45%

76
161
115

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

Portions of RGB colors in percentages

R + G + B =
76 + 161 + 115 = 352 (100%)
R 76 of 352 ~ 21.59%
G 161 of 352 ~ 45.74%
B 115 of 352 ~ 32.67%

%21.59
%45.74
%32.67

CMYK color model

#4CA173 color CMYK value is (53,0,29,37).

  • cyan value is 52.80%
  • magenta value is 0.00%
  • yellow value is 28.57%
  • key color value is 36.86%
CMYK:
(53,0,29,37)
C53M0Y29K37 
(53%,0%,29%,37%)
(0.53/0.00/0.29/0.37)	

CMYK percentages

%52.8
%0
%28.57
%36.86

Codes

Color #4CA173 in popluar color models

4CA173
RGB76161115
HSL148°35.86%46.47%
HSB/HSV148°52.80%63.14%
CMYK52.80%0.00%28.57%
36.86%

Color #4CA173 in popluar number systems.

HEX4CA173
Decimal76161115
Binary1001100101000011110011
Octal114241163

Shades and tints

Shades of #4CA173

#4CA173
(76,161,115)
#469369
(70,147,105)
#40855F
(64,133,95)
#3A7755
(58,119,85)
#34694B
(52,105,75)
#2E5B41
(46,91,65)
#284D37
(40,77,55)
#223F2D
(34,63,45)
#1C3123
(28,49,35)
#162319
(22,35,25)
#10150F
(16,21,15)
#000000
(0,0,0)

Tints of #4CA173

#4CA173
(76,161,115)
#5CA97F
(92,169,127)
#6CB18B
(108,177,139)
#7CB997
(124,185,151)
#8CC1A3
(140,193,163)
#9CC9AF
(156,201,175)
#ACD1BB
(172,209,187)
#BCD9C7
(188,217,199)
#CCE1D3
(204,225,211)
#DCE9DF
(220,233,223)
#ECF1EB
(236,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4CA173 color. Also use rgb(76,161,115) instead hex code.

Text Font Color

.myTextColor { color: #4CA173; }

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

This text font color is #4CA173.


Background Color

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

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

This div background color is #4CA173.


Border color

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

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

This div border color is #4CA173.


Opacity

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

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

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

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

This text has shadow with #4CA173 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4CA173 on black background.


Color preview on white background

This text has color #4CA173 on white background.



Black color preview on #4CA173 background

This text has black color on #4CA173 background.


White color preview on #4CA173 background

This text has white color on #4CA173 background.