COLOR #4C854B

HEX: #4C854B RGB: (76,133,75)

Color info

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

RGB color model

#4C854B color RGB value is (76,133,75).

RGB: (76,133,75) (30%, 52%, 29%)

RGB channels and saturation

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

76
133
75

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

Portions of RGB colors in percentages

R + G + B = 76 + 133 + 75 = 284 (100%)
R 76 of 284 ~ 26.76%
G 133 of 284 ~ 46.83%
B 75 of 284 ~ 26.41'%

%26.76
%46.83
%26.41

CMYK color model

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

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

CMYK: (43,0,44,48)
C43M0Y44K48 (43%, 0%, 44%, 48%)
(0.43 / 0.00 / 0.44 / 0.48)

CMYK percentages

%42.86
%0
%43.61
%47.84

Codes

Color #4C854B in popluar color models

4C 85 4B
RGB 76 133 75
HSL 119° 27.88% 40.78%
HSB/HSV 119° 43.61% 52.16%
CMYK 42.86% 0.00% 43.61%
47.84%

Color #4C854B in popluar number systems.

HEX 4C 85 4B
Decimal 76 133 75
Binary 1001100 10000101 1001011
Octal 114 205 113

Shades and tints

Shades of #4C854B

#4C854B
(76,133,75)
#467945
(70,121,69)
#406D3F
(64,109,63)
#3A6139
(58,97,57)
#345533
(52,85,51)
#2E492D
(46,73,45)
#283D27
(40,61,39)
#223121
(34,49,33)
#1C251B
(28,37,27)
#161915
(22,25,21)
#100D0F
(16,13,15)
#000000
(0,0,0)

Tints of #4C854B

#4C854B
(76,133,75)
#5C905B
(92,144,91)
#6C9B6B
(108,155,107)
#7CA67B
(124,166,123)
#8CB18B
(140,177,139)
#9CBC9B
(156,188,155)
#ACC7AB
(172,199,171)
#BCD2BB
(188,210,187)
#CCDDCB
(204,221,203)
#DCE8DB
(220,232,219)
#ECF3EB
(236,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C854B; }

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

This text font color is #4C854B.

Background Color

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

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

This div background color is #4C854B.

Border color

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

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

This div border color is #4C854B.

Opacity

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

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

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

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

This text has shadow with #4C854B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C854B.

Preview

Color preview on black background

This text has color #4C854B on black background.


Color preview on white background

This text has color #4C854B on white background.


Black color preview on #4C854B background

This text has black color on #4C854B background.


White color preview on #4C854B background

This text has white color on #4C854B background.


Related colors

Complementary color

Complementary color for #hex is #B37AB4.


I love getcolorcode.com

Triadic colors

1 #4B4C85 and #854B4C with #4C854B are triadic colors.

2 #4B854C and #854C4B with #4C854B are triadic colors.