COLOR #4CA36B

HEX: #4CA36B
RGB: (76,163,107)

Color info

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

RGB color model

#4CA36B color RGB value is (76,163,107).

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

RGB channels and saturation

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

76
163
107

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

Portions of RGB colors in percentages

R + G + B =
76 + 163 + 107 = 346 (100%)
R 76 of 346 ~ 21.97%
G 163 of 346 ~ 47.11%
B 107 of 346 ~ 30.92%

%21.97
%47.11
%30.92

CMYK color model

#4CA36B color CMYK value is (53,0,34,36).

  • cyan value is 53.37%
  • magenta value is 0.00%
  • yellow value is 34.36%
  • key color value is 36.08%
CMYK:
(53,0,34,36)
C53M0Y34K36 
(53%,0%,34%,36%)
(0.53/0.00/0.34/0.36)	

CMYK percentages

%53.37
%0
%34.36
%36.08

Codes

Color #4CA36B in popluar color models

4CA36B
RGB76163107
HSL141°36.40%46.86%
HSB/HSV141°53.37%63.92%
CMYK53.37%0.00%34.36%
36.08%

Color #4CA36B in popluar number systems.

HEX4CA36B
Decimal76163107
Binary1001100101000111101011
Octal114243153

Shades and tints

Shades of #4CA36B

#4CA36B
(76,163,107)
#469562
(70,149,98)
#408759
(64,135,89)
#3A7950
(58,121,80)
#346B47
(52,107,71)
#2E5D3E
(46,93,62)
#284F35
(40,79,53)
#22412C
(34,65,44)
#1C3323
(28,51,35)
#16251A
(22,37,26)
#101711
(16,23,17)
#000000
(0,0,0)

Tints of #4CA36B

#4CA36B
(76,163,107)
#5CAB78
(92,171,120)
#6CB385
(108,179,133)
#7CBB92
(124,187,146)
#8CC39F
(140,195,159)
#9CCBAC
(156,203,172)
#ACD3B9
(172,211,185)
#BCDBC6
(188,219,198)
#CCE3D3
(204,227,211)
#DCEBE0
(220,235,224)
#ECF3ED
(236,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4CA36B; }

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

This text font color is #4CA36B.


Background Color

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

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

This div background color is #4CA36B.


Border color

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

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

This div border color is #4CA36B.


Opacity

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

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

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

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

This text has shadow with #4CA36B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4CA36B on black background.


Color preview on white background

This text has color #4CA36B on white background.



Black color preview on #4CA36B background

This text has black color on #4CA36B background.


White color preview on #4CA36B background

This text has white color on #4CA36B background.