COLOR #4CB650

HEX: #4CB650
RGB: (76,182,80)

Color info

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

RGB color model

#4CB650 color RGB value is (76,182,80).

  • red value is 76;
  • green value is 182;
  • blue value is 80.
RGB:
(76,182,80)
(30%,71%,31%)

RGB channels and saturation

R 76 of 255 = 30%
G 182 of 255 = 71%
B 80 of 255 = 31%

76
182
80

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

Portions of RGB colors in percentages

R + G + B =
76 + 182 + 80 = 338 (100%)
R 76 of 338 ~ 22.49%
G 182 of 338 ~ 53.85%
B 80 of 338 ~ 23.67%

%22.49
%53.85
%23.67

CMYK color model

#4CB650 color CMYK value is (58,0,56,29).

  • cyan value is 58.24%
  • magenta value is 0.00%
  • yellow value is 56.04%
  • key color value is 28.63%
CMYK:
(58,0,56,29)
C58M0Y56K29 
(58%,0%,56%,29%)
(0.58/0.00/0.56/0.29)	

CMYK percentages

%58.24
%0
%56.04
%28.63

Codes

Color #4CB650 in popluar color models

4CB650
RGB7618280
HSL122°42.06%50.59%
HSB/HSV122°58.24%71.37%
CMYK58.24%0.00%56.04%
28.63%

Color #4CB650 in popluar number systems.

HEX4CB650
Decimal7618280
Binary1001100101101101010000
Octal114266120

Shades and tints

Shades of #4CB650

#4CB650
(76,182,80)
#46A649
(70,166,73)
#409642
(64,150,66)
#3A863B
(58,134,59)
#347634
(52,118,52)
#2E662D
(46,102,45)
#285626
(40,86,38)
#22461F
(34,70,31)
#1C3618
(28,54,24)
#162611
(22,38,17)
#10160A
(16,22,10)
#000000
(0,0,0)

Tints of #4CB650

#4CB650
(76,182,80)
#5CBC5F
(92,188,95)
#6CC26E
(108,194,110)
#7CC87D
(124,200,125)
#8CCE8C
(140,206,140)
#9CD49B
(156,212,155)
#ACDAAA
(172,218,170)
#BCE0B9
(188,224,185)
#CCE6C8
(204,230,200)
#DCECD7
(220,236,215)
#ECF2E6
(236,242,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4CB650 color. Also use rgb(76,182,80) instead hex code.

Text Font Color

.myTextColor { color: #4CB650; }

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

This text font color is #4CB650.


Background Color

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

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

This div background color is #4CB650.


Border color

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

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

This div border color is #4CB650.


Opacity

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

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

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

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

This text has shadow with #4CB650 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4CB650 on black background.


Color preview on white background

This text has color #4CB650 on white background.



Black color preview on #4CB650 background

This text has black color on #4CB650 background.


White color preview on #4CB650 background

This text has white color on #4CB650 background.