COLOR #4CA164

HEX: #4CA164
RGB: (76,161,100)

Color info

#4CA164 contains mainly green color. Web safe color of #4CA164 is #339966 (or #396).

RGB color model

#4CA164 color RGB value is (76,161,100).

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

RGB channels and saturation

R 76 of 255 = 30%
G 161 of 255 = 63%
B 100 of 255 = 39%

76
161
100

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

Portions of RGB colors in percentages

R + G + B =
76 + 161 + 100 = 337 (100%)
R 76 of 337 ~ 22.55%
G 161 of 337 ~ 47.77%
B 100 of 337 ~ 29.67%

%22.55
%47.77
%29.67

CMYK color model

#4CA164 color CMYK value is (53,0,38,37).

  • cyan value is 52.80%
  • magenta value is 0.00%
  • yellow value is 37.89%
  • key color value is 36.86%
CMYK:
(53,0,38,37)
C53M0Y38K37 
(53%,0%,38%,37%)
(0.53/0.00/0.38/0.37)	

CMYK percentages

%52.8
%0
%37.89
%36.86

Codes

Color #4CA164 in popluar color models

4CA164
RGB76161100
HSL137°35.86%46.47%
HSB/HSV137°52.80%63.14%
CMYK52.80%0.00%37.89%
36.86%

Color #4CA164 in popluar number systems.

HEX4CA164
Decimal76161100
Binary1001100101000011100100
Octal114241144

Shades and tints

Shades of #4CA164

#4CA164
(76,161,100)
#46935B
(70,147,91)
#408552
(64,133,82)
#3A7749
(58,119,73)
#346940
(52,105,64)
#2E5B37
(46,91,55)
#284D2E
(40,77,46)
#223F25
(34,63,37)
#1C311C
(28,49,28)
#162313
(22,35,19)
#10150A
(16,21,10)
#000000
(0,0,0)

Tints of #4CA164

#4CA164
(76,161,100)
#5CA972
(92,169,114)
#6CB180
(108,177,128)
#7CB98E
(124,185,142)
#8CC19C
(140,193,156)
#9CC9AA
(156,201,170)
#ACD1B8
(172,209,184)
#BCD9C6
(188,217,198)
#CCE1D4
(204,225,212)
#DCE9E2
(220,233,226)
#ECF1F0
(236,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4CA164; }

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

This text font color is #4CA164.


Background Color

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

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

This div background color is #4CA164.


Border color

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

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

This div border color is #4CA164.


Opacity

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

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

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

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

This text has shadow with #4CA164 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4CA164 on black background.


Color preview on white background

This text has color #4CA164 on white background.



Black color preview on #4CA164 background

This text has black color on #4CA164 background.


White color preview on #4CA164 background

This text has white color on #4CA164 background.