COLOR #4C553B

HEX: #4C553B
RGB: (76,85,59)

Color info

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

RGB color model

#4C553B color RGB value is (76,85,59).

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

RGB channels and saturation

R 76 of 255 = 30%
G 85 of 255 = 33%
B 59 of 255 = 23%

76
85
59

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

Portions of RGB colors in percentages

R + G + B =
76 + 85 + 59 = 220 (100%)
R 76 of 220 ~ 34.55%
G 85 of 220 ~ 38.64%
B 59 of 220 ~ 26.82%

%34.55
%38.64
%26.82

CMYK color model

#4C553B color CMYK value is (11,0,31,67).

  • cyan value is 10.59%
  • magenta value is 0.00%
  • yellow value is 30.59%
  • key color value is 66.67%
CMYK:
(11,0,31,67)
C11M0Y31K67 
(11%,0%,31%,67%)
(0.11/0.00/0.31/0.67)	

CMYK percentages

%10.59
%0
%30.59
%66.67

Codes

Color #4C553B in popluar color models

4C553B
RGB768559
HSL81°18.06%28.24%
HSB/HSV81°30.59%33.33%
CMYK10.59%0.00%30.59%
66.67%

Color #4C553B in popluar number systems.

HEX4C553B
Decimal768559
Binary10011001010101111011
Octal11412573

Shades and tints

Shades of #4C553B

#4C553B
(76,85,59)
#464E36
(70,78,54)
#404731
(64,71,49)
#3A402C
(58,64,44)
#343927
(52,57,39)
#2E3222
(46,50,34)
#282B1D
(40,43,29)
#222418
(34,36,24)
#1C1D13
(28,29,19)
#16160E
(22,22,14)
#100F09
(16,15,9)
#000000
(0,0,0)

Tints of #4C553B

#4C553B
(76,85,59)
#5C644C
(92,100,76)
#6C735D
(108,115,93)
#7C826E
(124,130,110)
#8C917F
(140,145,127)
#9CA090
(156,160,144)
#ACAFA1
(172,175,161)
#BCBEB2
(188,190,178)
#CCCDC3
(204,205,195)
#DCDCD4
(220,220,212)
#ECEBE5
(236,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C553B; }

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

This text font color is #4C553B.


Background Color

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

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

This div background color is #4C553B.


Border color

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

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

This div border color is #4C553B.


Opacity

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

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

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

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

This text has shadow with #4C553B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C553B on black background.


Color preview on white background

This text has color #4C553B on white background.



Black color preview on #4C553B background

This text has black color on #4C553B background.


White color preview on #4C553B background

This text has white color on #4C553B background.