COLOR #4C8545

HEX: #4C8545 RGB: (76,133,69)

Color info

#4C8545 contains mainly red and green colors. Web safe color of #4C8545 is #339933 (or #393).

RGB color model

#4C8545 color RGB value is (76,133,69).

RGB: (76,133,69) (30%, 52%, 27%)

RGB channels and saturation

R 76 of 255 = 30%
G 133 of 255 = 52%
B 69 of 255 = 27%

76
133
69

R + G + B ~ 36%. #4C8545 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 76 + 133 + 69 = 278 (100%)
R 76 of 278 ~ 27.34%
G 133 of 278 ~ 47.84%
B 69 of 278 ~ 24.82'%

%27.34
%47.84
%24.82

CMYK color model

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

  • cyan value is 42.86%
  • magenta value is 0.00%
  • yellow value is 48.12%
  • key color value is 47.84%

CMYK: (43,0,48,48)
C43M0Y48K48 (43%, 0%, 48%, 48%)
(0.43 / 0.00 / 0.48 / 0.48)

CMYK percentages

%42.86
%0
%48.12
%47.84

Codes

Color #4C8545 in popluar color models

4C 85 45
RGB 76 133 69
HSL 113° 31.68% 39.61%
HSB/HSV 113° 48.12% 52.16%
CMYK 42.86% 0.00% 48.12%
47.84%

Color #4C8545 in popluar number systems.

HEX 4C 85 45
Decimal 76 133 69
Binary 1001100 10000101 1000101
Octal 114 205 105

Shades and tints

Shades of #4C8545

#4C8545
(76,133,69)
#46793F
(70,121,63)
#406D39
(64,109,57)
#3A6133
(58,97,51)
#34552D
(52,85,45)
#2E4927
(46,73,39)
#283D21
(40,61,33)
#22311B
(34,49,27)
#1C2515
(28,37,21)
#16190F
(22,25,15)
#100D09
(16,13,9)
#000000
(0,0,0)

Tints of #4C8545

#4C8545
(76,133,69)
#5C9055
(92,144,85)
#6C9B65
(108,155,101)
#7CA675
(124,166,117)
#8CB185
(140,177,133)
#9CBC95
(156,188,149)
#ACC7A5
(172,199,165)
#BCD2B5
(188,210,181)
#CCDDC5
(204,221,197)
#DCE8D5
(220,232,213)
#ECF3E5
(236,243,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C8545 color. Also use rgb(76,133,69) instead hex code.

Text Font Color

.myTextColor { color: #4C8545; }

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

This text font color is #4C8545.

Background Color

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

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

This div background color is #4C8545.

Border color

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

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

This div border color is #4C8545.

Opacity

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

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

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

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

This text has shadow with #4C8545 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C8545.

Preview

Color preview on black background

This text has color #4C8545 on black background.


Color preview on white background

This text has color #4C8545 on white background.


Black color preview on #4C8545 background

This text has black color on #4C8545 background.


White color preview on #4C8545 background

This text has white color on #4C8545 background.


Related colors

Complementary color

Complementary color for #hex is #B37ABA.


I love getcolorcode.com

Triadic colors

1 #454C85 and #85454C with #4C8545 are triadic colors.

2 #45854C and #854C45 with #4C8545 are triadic colors.