COLOR #4C803B

HEX: #4C803B RGB: (76,128,59)

Color info

#4C803B contains mainly red and green colors. Web safe color of #4C803B is #336633 (or #363).

RGB color model

#4C803B color RGB value is (76,128,59).

RGB: (76,128,59) (30%, 50%, 23%)

RGB channels and saturation

R 76 of 255 = 30%
G 128 of 255 = 50%
B 59 of 255 = 23%

76
128
59

R + G + B ~ 34%. #4C803B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 76 + 128 + 59 = 263 (100%)
R 76 of 263 ~ 28.9%
G 128 of 263 ~ 48.67%
B 59 of 263 ~ 22.43'%

%28.9
%48.67
%22.43

CMYK color model

#4C803B color CMYK value is (41,0,54,50).

  • cyan value is 40.63%
  • magenta value is 0.00%
  • yellow value is 53.91%
  • key color value is 49.80%

CMYK: (41,0,54,50)
C41M0Y54K50 (41%, 0%, 54%, 50%)
(0.41 / 0.00 / 0.54 / 0.50)

CMYK percentages

%40.63
%0
%53.91
%49.8

Codes

Color #4C803B in popluar color models

4C 80 3B
RGB 76 128 59
HSL 105° 36.90% 36.67%
HSB/HSV 105° 53.91% 50.20%
CMYK 40.63% 0.00% 53.91%
49.80%

Color #4C803B in popluar number systems.

HEX 4C 80 3B
Decimal 76 128 59
Binary 1001100 10000000 111011
Octal 114 200 73

Shades and tints

Shades of #4C803B

#4C803B
(76,128,59)
#467536
(70,117,54)
#406A31
(64,106,49)
#3A5F2C
(58,95,44)
#345427
(52,84,39)
#2E4922
(46,73,34)
#283E1D
(40,62,29)
#223318
(34,51,24)
#1C2813
(28,40,19)
#161D0E
(22,29,14)
#101209
(16,18,9)
#000000
(0,0,0)

Tints of #4C803B

#4C803B
(76,128,59)
#5C8B4C
(92,139,76)
#6C965D
(108,150,93)
#7CA16E
(124,161,110)
#8CAC7F
(140,172,127)
#9CB790
(156,183,144)
#ACC2A1
(172,194,161)
#BCCDB2
(188,205,178)
#CCD8C3
(204,216,195)
#DCE3D4
(220,227,212)
#ECEEE5
(236,238,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C803B color. Also use rgb(76,128,59) instead hex code.

Text Font Color

.myTextColor { color: #4C803B; }

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

This text font color is #4C803B.

Background Color

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

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

This div background color is #4C803B.

Border color

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

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

This div border color is #4C803B.

Opacity

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

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

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

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

This text has shadow with #4C803B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C803B.

Preview

Color preview on black background

This text has color #4C803B on black background.


Color preview on white background

This text has color #4C803B on white background.


Black color preview on #4C803B background

This text has black color on #4C803B background.


White color preview on #4C803B background

This text has white color on #4C803B background.


Related colors

Complementary color

Complementary color for #hex is #B37FC4.


I love getcolorcode.com

Triadic colors

1 #3B4C80 and #803B4C with #4C803B are triadic colors.

2 #3B804C and #804C3B with #4C803B are triadic colors.