COLOR #4CA347

HEX: #4CA347
RGB: (76,163,71)

Color info

#4CA347 contains mainly green color. Web safe color of #4CA347 is #339933 (or #393).

RGB color model

#4CA347 color RGB value is (76,163,71).

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

RGB channels and saturation

R 76 of 255 = 30%
G 163 of 255 = 64%
B 71 of 255 = 28%

76
163
71

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

Portions of RGB colors in percentages

R + G + B =
76 + 163 + 71 = 310 (100%)
R 76 of 310 ~ 24.52%
G 163 of 310 ~ 52.58%
B 71 of 310 ~ 22.9%

%24.52
%52.58
%22.9

CMYK color model

#4CA347 color CMYK value is (53,0,56,36).

  • cyan value is 53.37%
  • magenta value is 0.00%
  • yellow value is 56.44%
  • key color value is 36.08%
CMYK:
(53,0,56,36)
C53M0Y56K36 
(53%,0%,56%,36%)
(0.53/0.00/0.56/0.36)	

CMYK percentages

%53.37
%0
%56.44
%36.08

Codes

Color #4CA347 in popluar color models

4CA347
RGB7616371
HSL117°39.32%45.88%
HSB/HSV117°56.44%63.92%
CMYK53.37%0.00%56.44%
36.08%

Color #4CA347 in popluar number systems.

HEX4CA347
Decimal7616371
Binary1001100101000111000111
Octal114243107

Shades and tints

Shades of #4CA347

#4CA347
(76,163,71)
#469541
(70,149,65)
#40873B
(64,135,59)
#3A7935
(58,121,53)
#346B2F
(52,107,47)
#2E5D29
(46,93,41)
#284F23
(40,79,35)
#22411D
(34,65,29)
#1C3317
(28,51,23)
#162511
(22,37,17)
#10170B
(16,23,11)
#000000
(0,0,0)

Tints of #4CA347

#4CA347
(76,163,71)
#5CAB57
(92,171,87)
#6CB367
(108,179,103)
#7CBB77
(124,187,119)
#8CC387
(140,195,135)
#9CCB97
(156,203,151)
#ACD3A7
(172,211,167)
#BCDBB7
(188,219,183)
#CCE3C7
(204,227,199)
#DCEBD7
(220,235,215)
#ECF3E7
(236,243,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4CA347; }

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

This text font color is #4CA347.


Background Color

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

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

This div background color is #4CA347.


Border color

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

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

This div border color is #4CA347.


Opacity

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

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

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

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

This text has shadow with #4CA347 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4CA347 on black background.


Color preview on white background

This text has color #4CA347 on white background.



Black color preview on #4CA347 background

This text has black color on #4CA347 background.


White color preview on #4CA347 background

This text has white color on #4CA347 background.