COLOR #4C5736

HEX: #4C5736 RGB: (76,87,54)

Color info

#4C5736 contains red, green and blue colors in about the same proportion. Web safe color of #4C5736 is #336633 (or #363).

RGB color model

#4C5736 color RGB value is (76,87,54).

RGB: (76,87,54) (30%, 34%, 21%)

RGB channels and saturation

R 76 of 255 = 30%
G 87 of 255 = 34%
B 54 of 255 = 21%

76
87
54

R + G + B ~ 28%. #4C5736 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 76 + 87 + 54 = 217 (100%)
R 76 of 217 ~ 35.02%
G 87 of 217 ~ 40.09%
B 54 of 217 ~ 24.88'%

%35.02
%40.09
%24.88

CMYK color model

#4C5736 color CMYK value is (13,0,38,66).

  • cyan value is 12.64%
  • magenta value is 0.00%
  • yellow value is 37.93%
  • key color value is 65.88%

CMYK: (13,0,38,66)
C13M0Y38K66 (13%, 0%, 38%, 66%)
(0.13 / 0.00 / 0.38 / 0.66)

CMYK percentages

%12.64
%0
%37.93
%65.88

Codes

Color #4C5736 in popluar color models

4C 57 36
RGB 76 87 54
HSL 80° 23.40% 27.65%
HSB/HSV 80° 37.93% 34.12%
CMYK 12.64% 0.00% 37.93%
65.88%

Color #4C5736 in popluar number systems.

HEX 4C 57 36
Decimal 76 87 54
Binary 1001100 1010111 110110
Octal 114 127 66

Shades and tints

Shades of #4C5736

#4C5736
(76,87,54)
#465032
(70,80,50)
#40492E
(64,73,46)
#3A422A
(58,66,42)
#343B26
(52,59,38)
#2E3422
(46,52,34)
#282D1E
(40,45,30)
#22261A
(34,38,26)
#1C1F16
(28,31,22)
#161812
(22,24,18)
#10110E
(16,17,14)
#000000
(0,0,0)

Tints of #4C5736

#4C5736
(76,87,54)
#5C6648
(92,102,72)
#6C755A
(108,117,90)
#7C846C
(124,132,108)
#8C937E
(140,147,126)
#9CA290
(156,162,144)
#ACB1A2
(172,177,162)
#BCC0B4
(188,192,180)
#CCCFC6
(204,207,198)
#DCDED8
(220,222,216)
#ECEDEA
(236,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C5736 color. Also use rgb(76,87,54) instead hex code.

Text Font Color

.myTextColor { color: #4C5736; }

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

This text font color is #4C5736.

Background Color

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

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

This div background color is #4C5736.

Border color

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

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

This div border color is #4C5736.

Opacity

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

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

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

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

This text has shadow with #4C5736 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C5736.

Preview

Color preview on black background

This text has color #4C5736 on black background.


Color preview on white background

This text has color #4C5736 on white background.


Black color preview on #4C5736 background

This text has black color on #4C5736 background.


White color preview on #4C5736 background

This text has white color on #4C5736 background.


Related colors

Complementary color

Complementary color for #hex is #B3A8C9.


I love getcolorcode.com

Triadic colors

1 #364C57 and #57364C with #4C5736 are triadic colors.

2 #36574C and #574C36 with #4C5736 are triadic colors.