COLOR #4C8365

HEX: #4C8365 RGB: (76,131,101)

Color info

#4C8365 contains red, green and blue colors in about the same proportion. Web safe color of #4C8365 is #339966 (or #396).

RGB color model

#4C8365 color RGB value is (76,131,101).

RGB: (76,131,101) (30%, 51%, 40%)

RGB channels and saturation

R 76 of 255 = 30%
G 131 of 255 = 51%
B 101 of 255 = 40%

76
131
101

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

Portions of RGB colors in percentages

R + G + B = 76 + 131 + 101 = 308 (100%)
R 76 of 308 ~ 24.68%
G 131 of 308 ~ 42.53%
B 101 of 308 ~ 32.79'%

%24.68
%42.53
%32.79

CMYK color model

#4C8365 color CMYK value is (42,0,23,49).

  • cyan value is 41.98%
  • magenta value is 0.00%
  • yellow value is 22.90%
  • key color value is 48.63%

CMYK: (42,0,23,49)
C42M0Y23K49 (42%, 0%, 23%, 49%)
(0.42 / 0.00 / 0.23 / 0.49)

CMYK percentages

%41.98
%0
%22.9
%48.63

Codes

Color #4C8365 in popluar color models

4C 83 65
RGB 76 131 101
HSL 147° 26.57% 40.59%
HSB/HSV 147° 41.98% 51.37%
CMYK 41.98% 0.00% 22.90%
48.63%

Color #4C8365 in popluar number systems.

HEX 4C 83 65
Decimal 76 131 101
Binary 1001100 10000011 1100101
Octal 114 203 145

Shades and tints

Shades of #4C8365

#4C8365
(76,131,101)
#46785C
(70,120,92)
#406D53
(64,109,83)
#3A624A
(58,98,74)
#345741
(52,87,65)
#2E4C38
(46,76,56)
#28412F
(40,65,47)
#223626
(34,54,38)
#1C2B1D
(28,43,29)
#162014
(22,32,20)
#10150B
(16,21,11)
#000000
(0,0,0)

Tints of #4C8365

#4C8365
(76,131,101)
#5C8E73
(92,142,115)
#6C9981
(108,153,129)
#7CA48F
(124,164,143)
#8CAF9D
(140,175,157)
#9CBAAB
(156,186,171)
#ACC5B9
(172,197,185)
#BCD0C7
(188,208,199)
#CCDBD5
(204,219,213)
#DCE6E3
(220,230,227)
#ECF1F1
(236,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C8365 color. Also use rgb(76,131,101) instead hex code.

Text Font Color

.myTextColor { color: #4C8365; }

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

This text font color is #4C8365.

Background Color

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

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

This div background color is #4C8365.

Border color

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

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

This div border color is #4C8365.

Opacity

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

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

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

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

This text has shadow with #4C8365 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C8365.

Preview

Color preview on black background

This text has color #4C8365 on black background.


Color preview on white background

This text has color #4C8365 on white background.


Black color preview on #4C8365 background

This text has black color on #4C8365 background.


White color preview on #4C8365 background

This text has white color on #4C8365 background.


Related colors

Complementary color

Complementary color for #hex is #B37C9A.


I love getcolorcode.com

Triadic colors

1 #654C83 and #83654C with #4C8365 are triadic colors.

2 #65834C and #834C65 with #4C8365 are triadic colors.