COLOR #4CB03D

HEX: #4CB03D
RGB: (76,176,61)

Color info

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

RGB color model

#4CB03D color RGB value is (76,176,61).

  • red value is 76;
  • green value is 176;
  • blue value is 61.
RGB:
(76,176,61)
(30%,69%,24%)

RGB channels and saturation

R 76 of 255 = 30%
G 176 of 255 = 69%
B 61 of 255 = 24%

76
176
61

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

Portions of RGB colors in percentages

R + G + B =
76 + 176 + 61 = 313 (100%)
R 76 of 313 ~ 24.28%
G 176 of 313 ~ 56.23%
B 61 of 313 ~ 19.49%

%24.28
%56.23
%19.49

CMYK color model

#4CB03D color CMYK value is (57,0,65,31).

  • cyan value is 56.82%
  • magenta value is 0.00%
  • yellow value is 65.34%
  • key color value is 30.98%
CMYK:
(57,0,65,31)
C57M0Y65K31 
(57%,0%,65%,31%)
(0.57/0.00/0.65/0.31)	

CMYK percentages

%56.82
%0
%65.34
%30.98

Codes

Color #4CB03D in popluar color models

4CB03D
RGB7617661
HSL112°48.52%46.47%
HSB/HSV112°65.34%69.02%
CMYK56.82%0.00%65.34%
30.98%

Color #4CB03D in popluar number systems.

HEX4CB03D
Decimal7617661
Binary100110010110000111101
Octal11426075

Shades and tints

Shades of #4CB03D

#4CB03D
(76,176,61)
#46A038
(70,160,56)
#409033
(64,144,51)
#3A802E
(58,128,46)
#347029
(52,112,41)
#2E6024
(46,96,36)
#28501F
(40,80,31)
#22401A
(34,64,26)
#1C3015
(28,48,21)
#162010
(22,32,16)
#10100B
(16,16,11)
#000000
(0,0,0)

Tints of #4CB03D

#4CB03D
(76,176,61)
#5CB74E
(92,183,78)
#6CBE5F
(108,190,95)
#7CC570
(124,197,112)
#8CCC81
(140,204,129)
#9CD392
(156,211,146)
#ACDAA3
(172,218,163)
#BCE1B4
(188,225,180)
#CCE8C5
(204,232,197)
#DCEFD6
(220,239,214)
#ECF6E7
(236,246,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4CB03D color. Also use rgb(76,176,61) instead hex code.

Text Font Color

.myTextColor { color: #4CB03D; }

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

This text font color is #4CB03D.


Background Color

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

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

This div background color is #4CB03D.


Border color

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

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

This div border color is #4CB03D.


Opacity

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

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

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

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

This text has shadow with #4CB03D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4CB03D on black background.


Color preview on white background

This text has color #4CB03D on white background.



Black color preview on #4CB03D background

This text has black color on #4CB03D background.


White color preview on #4CB03D background

This text has white color on #4CB03D background.