COLOR #4CB470

HEX: #4CB470
RGB: (76,180,112)

Color info

#4CB470 contains mainly green color. Web safe color of #4CB470 is #33CC66 (or #3C6).

RGB color model

#4CB470 color RGB value is (76,180,112).

  • red value is 76;
  • green value is 180;
  • blue value is 112.
RGB:
(76,180,112)
(30%,71%,44%)

RGB channels and saturation

R 76 of 255 = 30%
G 180 of 255 = 71%
B 112 of 255 = 44%

76
180
112

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

Portions of RGB colors in percentages

R + G + B =
76 + 180 + 112 = 368 (100%)
R 76 of 368 ~ 20.65%
G 180 of 368 ~ 48.91%
B 112 of 368 ~ 30.43%

%20.65
%48.91
%30.43

CMYK color model

#4CB470 color CMYK value is (58,0,38,29).

  • cyan value is 57.78%
  • magenta value is 0.00%
  • yellow value is 37.78%
  • key color value is 29.41%
CMYK:
(58,0,38,29)
C58M0Y38K29 
(58%,0%,38%,29%)
(0.58/0.00/0.38/0.29)	

CMYK percentages

%57.78
%0
%37.78
%29.41

Codes

Color #4CB470 in popluar color models

4CB470
RGB76180112
HSL141°40.94%50.20%
HSB/HSV141°57.78%70.59%
CMYK57.78%0.00%37.78%
29.41%

Color #4CB470 in popluar number systems.

HEX4CB470
Decimal76180112
Binary1001100101101001110000
Octal114264160

Shades and tints

Shades of #4CB470

#4CB470
(76,180,112)
#46A466
(70,164,102)
#40945C
(64,148,92)
#3A8452
(58,132,82)
#347448
(52,116,72)
#2E643E
(46,100,62)
#285434
(40,84,52)
#22442A
(34,68,42)
#1C3420
(28,52,32)
#162416
(22,36,22)
#10140C
(16,20,12)
#000000
(0,0,0)

Tints of #4CB470

#4CB470
(76,180,112)
#5CBA7D
(92,186,125)
#6CC08A
(108,192,138)
#7CC697
(124,198,151)
#8CCCA4
(140,204,164)
#9CD2B1
(156,210,177)
#ACD8BE
(172,216,190)
#BCDECB
(188,222,203)
#CCE4D8
(204,228,216)
#DCEAE5
(220,234,229)
#ECF0F2
(236,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4CB470 color. Also use rgb(76,180,112) instead hex code.

Text Font Color

.myTextColor { color: #4CB470; }

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

This text font color is #4CB470.


Background Color

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

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

This div background color is #4CB470.


Border color

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

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

This div border color is #4CB470.


Opacity

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

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

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

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

This text has shadow with #4CB470 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4CB470 on black background.


Color preview on white background

This text has color #4CB470 on white background.



Black color preview on #4CB470 background

This text has black color on #4CB470 background.


White color preview on #4CB470 background

This text has white color on #4CB470 background.