COLOR #4C553F

HEX: #4C553F
RGB: (76,85,63)

Color info

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

RGB color model

#4C553F color RGB value is (76,85,63).

  • red value is 76;
  • green value is 85;
  • blue value is 63.
RGB:
(76,85,63)
(30%,33%,25%)

RGB channels and saturation

R 76 of 255 = 30%
G 85 of 255 = 33%
B 63 of 255 = 25%

76
85
63

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

Portions of RGB colors in percentages

R + G + B =
76 + 85 + 63 = 224 (100%)
R 76 of 224 ~ 33.93%
G 85 of 224 ~ 37.95%
B 63 of 224 ~ 28.13%

%33.93
%37.95
%28.13

CMYK color model

#4C553F color CMYK value is (11,0,26,67).

  • cyan value is 10.59%
  • magenta value is 0.00%
  • yellow value is 25.88%
  • key color value is 66.67%
CMYK:
(11,0,26,67)
C11M0Y26K67 
(11%,0%,26%,67%)
(0.11/0.00/0.26/0.67)	

CMYK percentages

%10.59
%0
%25.88
%66.67

Codes

Color #4C553F in popluar color models

4C553F
RGB768563
HSL85°14.86%29.02%
HSB/HSV85°25.88%33.33%
CMYK10.59%0.00%25.88%
66.67%

Color #4C553F in popluar number systems.

HEX4C553F
Decimal768563
Binary10011001010101111111
Octal11412577

Shades and tints

Shades of #4C553F

#4C553F
(76,85,63)
#464E3A
(70,78,58)
#404735
(64,71,53)
#3A4030
(58,64,48)
#34392B
(52,57,43)
#2E3226
(46,50,38)
#282B21
(40,43,33)
#22241C
(34,36,28)
#1C1D17
(28,29,23)
#161612
(22,22,18)
#100F0D
(16,15,13)
#000000
(0,0,0)

Tints of #4C553F

#4C553F
(76,85,63)
#5C6450
(92,100,80)
#6C7361
(108,115,97)
#7C8272
(124,130,114)
#8C9183
(140,145,131)
#9CA094
(156,160,148)
#ACAFA5
(172,175,165)
#BCBEB6
(188,190,182)
#CCCDC7
(204,205,199)
#DCDCD8
(220,220,216)
#ECEBE9
(236,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C553F color. Also use rgb(76,85,63) instead hex code.

Text Font Color

.myTextColor { color: #4C553F; }

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

This text font color is #4C553F.


Background Color

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

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

This div background color is #4C553F.


Border color

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

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

This div border color is #4C553F.


Opacity

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

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

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

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

This text has shadow with #4C553F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C553F on black background.


Color preview on white background

This text has color #4C553F on white background.



Black color preview on #4C553F background

This text has black color on #4C553F background.


White color preview on #4C553F background

This text has white color on #4C553F background.