COLOR #4C844B

HEX: #4C844B
RGB: (76,132,75)

Color info

#4C844B contains red, green and blue colors in about the same proportion. Web safe color of #4C844B is #339933 (or #393).

RGB color model

#4C844B color RGB value is (76,132,75).

  • red value is 76;
  • green value is 132;
  • blue value is 75.
RGB:
(76,132,75)
(30%,52%,29%)

RGB channels and saturation

R 76 of 255 = 30%
G 132 of 255 = 52%
B 75 of 255 = 29%

76
132
75

R + G + B ~ 37%. #4C844B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 132 + 75 = 283 (100%)
R 76 of 283 ~ 26.86%
G 132 of 283 ~ 46.64%
B 75 of 283 ~ 26.5%

%26.86
%46.64
%26.5

CMYK color model

#4C844B color CMYK value is (42,0,43,48).

  • cyan value is 42.42%
  • magenta value is 0.00%
  • yellow value is 43.18%
  • key color value is 48.24%
CMYK:
(42,0,43,48)
C42M0Y43K48 
(42%,0%,43%,48%)
(0.42/0.00/0.43/0.48)	

CMYK percentages

%42.42
%0
%43.18
%48.24

Codes

Color #4C844B in popluar color models

4C844B
RGB7613275
HSL119°27.54%40.59%
HSB/HSV119°43.18%51.76%
CMYK42.42%0.00%43.18%
48.24%

Color #4C844B in popluar number systems.

HEX4C844B
Decimal7613275
Binary1001100100001001001011
Octal114204113

Shades and tints

Shades of #4C844B

#4C844B
(76,132,75)
#467845
(70,120,69)
#406C3F
(64,108,63)
#3A6039
(58,96,57)
#345433
(52,84,51)
#2E482D
(46,72,45)
#283C27
(40,60,39)
#223021
(34,48,33)
#1C241B
(28,36,27)
#161815
(22,24,21)
#100C0F
(16,12,15)
#000000
(0,0,0)

Tints of #4C844B

#4C844B
(76,132,75)
#5C8F5B
(92,143,91)
#6C9A6B
(108,154,107)
#7CA57B
(124,165,123)
#8CB08B
(140,176,139)
#9CBB9B
(156,187,155)
#ACC6AB
(172,198,171)
#BCD1BB
(188,209,187)
#CCDCCB
(204,220,203)
#DCE7DB
(220,231,219)
#ECF2EB
(236,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C844B color. Also use rgb(76,132,75) instead hex code.

Text Font Color

.myTextColor { color: #4C844B; }

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

This text font color is #4C844B.


Background Color

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

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

This div background color is #4C844B.


Border color

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

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

This div border color is #4C844B.


Opacity

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

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

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

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

This text has shadow with #4C844B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C844B on black background.


Color preview on white background

This text has color #4C844B on white background.



Black color preview on #4C844B background

This text has black color on #4C844B background.


White color preview on #4C844B background

This text has white color on #4C844B background.