COLOR #4C6543

HEX: #4C6543 RGB: (76,101,67)

Color info

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

RGB color model

#4C6543 color RGB value is (76,101,67).

RGB: (76,101,67) (30%, 40%, 26%)

RGB channels and saturation

R 76 of 255 = 30%
G 101 of 255 = 40%
B 67 of 255 = 26%

76
101
67

R + G + B ~ 32%. #4C6543 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 76 + 101 + 67 = 244 (100%)
R 76 of 244 ~ 31.15%
G 101 of 244 ~ 41.39%
B 67 of 244 ~ 27.46'%

%31.15
%41.39
%27.46

CMYK color model

#4C6543 color CMYK value is (25,0,34,60).

  • cyan value is 24.75%
  • magenta value is 0.00%
  • yellow value is 33.66%
  • key color value is 60.39%
CMYK: (25,0,34,60) C25M0Y34K60 (25%,0%,34%,60%) (0.25/0.00/0.34/0.60) 

CMYK percentages

%24.75
%0
%33.66
%60.39

Codes

Color #4C6543 in popluar color models

4C 65 43
RGB 76 101 67
HSL 104° 20.24% 32.94%
HSB/HSV 104° 33.66% 39.61%
CMYK 24.75% 0.00% 33.66%
60.39%

Color #4C6543 in popluar number systems.

HEX 4C 65 43
Decimal 76 101 67
Binary 1001100 1100101 1000011
Octal 114 145 103

Shades and tints

Shades of #4C6543

#4C6543
(76,101,67)
#465C3D
(70,92,61)
#405337
(64,83,55)
#3A4A31
(58,74,49)
#34412B
(52,65,43)
#2E3825
(46,56,37)
#282F1F
(40,47,31)
#222619
(34,38,25)
#1C1D13
(28,29,19)
#16140D
(22,20,13)
#100B07
(16,11,7)
#000000
(0,0,0)

Tints of #4C6543

#4C6543
(76,101,67)
#5C7354
(92,115,84)
#6C8165
(108,129,101)
#7C8F76
(124,143,118)
#8C9D87
(140,157,135)
#9CAB98
(156,171,152)
#ACB9A9
(172,185,169)
#BCC7BA
(188,199,186)
#CCD5CB
(204,213,203)
#DCE3DC
(220,227,220)
#ECF1ED
(236,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C6543; }

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

This text font color is #4C6543.

Background Color

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

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

This div background color is #4C6543.

Border color

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

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

This div border color is #4C6543.

Opacity

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

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

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

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

This text has shadow with #4C6543 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C6543.

Preview

Color preview on black background

This text has color #4C6543 on black background.


Color preview on white background

This text has color #4C6543 on white background.


Black color preview on #4C6543 background

This text has black color on #4C6543 background.


White color preview on #4C6543 background

This text has white color on #4C6543 background.


Related colors

Complementary color

Complementary color for #hex is #B39ABC.


I love getcolorcode.com

Triadic colors

1 #434C65 and #65434C with #4C6543 are triadic colors.

2 #43654C and #654C43 with #4C6543 are triadic colors.