COLOR #4C543E

HEX: #4C543E
RGB: (76,84,62)

Color info

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

RGB color model

#4C543E color RGB value is (76,84,62).

  • red value is 76;
  • green value is 84;
  • blue value is 62.
RGB:
(76,84,62)
(30%,33%,24%)

RGB channels and saturation

R 76 of 255 = 30%
G 84 of 255 = 33%
B 62 of 255 = 24%

76
84
62

R + G + B ~ 29%. #4C543E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 84 + 62 = 222 (100%)
R 76 of 222 ~ 34.23%
G 84 of 222 ~ 37.84%
B 62 of 222 ~ 27.93%

%34.23
%37.84
%27.93

CMYK color model

#4C543E color CMYK value is (10,0,26,67).

  • cyan value is 9.52%
  • magenta value is 0.00%
  • yellow value is 26.19%
  • key color value is 67.06%
CMYK:
(10,0,26,67)
C10M0Y26K67 
(10%,0%,26%,67%)
(0.10/0.00/0.26/0.67)	

CMYK percentages

%9.52
%0
%26.19
%67.06

Codes

Color #4C543E in popluar color models

4C543E
RGB768462
HSL82°15.07%28.63%
HSB/HSV82°26.19%32.94%
CMYK9.52%0.00%26.19%
67.06%

Color #4C543E in popluar number systems.

HEX4C543E
Decimal768462
Binary10011001010100111110
Octal11412476

Shades and tints

Shades of #4C543E

#4C543E
(76,84,62)
#464D39
(70,77,57)
#404634
(64,70,52)
#3A3F2F
(58,63,47)
#34382A
(52,56,42)
#2E3125
(46,49,37)
#282A20
(40,42,32)
#22231B
(34,35,27)
#1C1C16
(28,28,22)
#161511
(22,21,17)
#100E0C
(16,14,12)
#000000
(0,0,0)

Tints of #4C543E

#4C543E
(76,84,62)
#5C634F
(92,99,79)
#6C7260
(108,114,96)
#7C8171
(124,129,113)
#8C9082
(140,144,130)
#9C9F93
(156,159,147)
#ACAEA4
(172,174,164)
#BCBDB5
(188,189,181)
#CCCCC6
(204,204,198)
#DCDBD7
(220,219,215)
#ECEAE8
(236,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C543E color. Also use rgb(76,84,62) instead hex code.

Text Font Color

.myTextColor { color: #4C543E; }

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

This text font color is #4C543E.


Background Color

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

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

This div background color is #4C543E.


Border color

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

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

This div border color is #4C543E.


Opacity

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

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

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

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

This text has shadow with #4C543E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C543E on black background.


Color preview on white background

This text has color #4C543E on white background.



Black color preview on #4C543E background

This text has black color on #4C543E background.


White color preview on #4C543E background

This text has white color on #4C543E background.