COLOR #4CA46B

HEX: #4CA46B
RGB: (76,164,107)

Color info

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

RGB color model

#4CA46B color RGB value is (76,164,107).

  • red value is 76;
  • green value is 164;
  • blue value is 107.
RGB:
(76,164,107)
(30%,64%,42%)

RGB channels and saturation

R 76 of 255 = 30%
G 164 of 255 = 64%
B 107 of 255 = 42%

76
164
107

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

Portions of RGB colors in percentages

R + G + B =
76 + 164 + 107 = 347 (100%)
R 76 of 347 ~ 21.9%
G 164 of 347 ~ 47.26%
B 107 of 347 ~ 30.84%

%21.9
%47.26
%30.84

CMYK color model

#4CA46B color CMYK value is (54,0,35,36).

  • cyan value is 53.66%
  • magenta value is 0.00%
  • yellow value is 34.76%
  • key color value is 35.69%
CMYK:
(54,0,35,36)
C54M0Y35K36 
(54%,0%,35%,36%)
(0.54/0.00/0.35/0.36)	

CMYK percentages

%53.66
%0
%34.76
%35.69

Codes

Color #4CA46B in popluar color models

4CA46B
RGB76164107
HSL141°36.67%47.06%
HSB/HSV141°53.66%64.31%
CMYK53.66%0.00%34.76%
35.69%

Color #4CA46B in popluar number systems.

HEX4CA46B
Decimal76164107
Binary1001100101001001101011
Octal114244153

Shades and tints

Shades of #4CA46B

#4CA46B
(76,164,107)
#469662
(70,150,98)
#408859
(64,136,89)
#3A7A50
(58,122,80)
#346C47
(52,108,71)
#2E5E3E
(46,94,62)
#285035
(40,80,53)
#22422C
(34,66,44)
#1C3423
(28,52,35)
#16261A
(22,38,26)
#101811
(16,24,17)
#000000
(0,0,0)

Tints of #4CA46B

#4CA46B
(76,164,107)
#5CAC78
(92,172,120)
#6CB485
(108,180,133)
#7CBC92
(124,188,146)
#8CC49F
(140,196,159)
#9CCCAC
(156,204,172)
#ACD4B9
(172,212,185)
#BCDCC6
(188,220,198)
#CCE4D3
(204,228,211)
#DCECE0
(220,236,224)
#ECF4ED
(236,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4CA46B color. Also use rgb(76,164,107) instead hex code.

Text Font Color

.myTextColor { color: #4CA46B; }

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

This text font color is #4CA46B.


Background Color

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

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

This div background color is #4CA46B.


Border color

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

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

This div border color is #4CA46B.


Opacity

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

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

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

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

This text has shadow with #4CA46B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4CA46B on black background.


Color preview on white background

This text has color #4CA46B on white background.



Black color preview on #4CA46B background

This text has black color on #4CA46B background.


White color preview on #4CA46B background

This text has white color on #4CA46B background.