COLOR #4C4D33

HEX: #4C4D33
RGB: (76,77,51)

Color info

#4C4D33 contains red, green and blue colors in about the same proportion. Web safe color of #4C4D33 is #333333 (or #333).

RGB color model

#4C4D33 color RGB value is (76,77,51).

  • red value is 76;
  • green value is 77;
  • blue value is 51.
RGB:
(76,77,51)
(30%,30%,20%)

RGB channels and saturation

R 76 of 255 = 30%
G 77 of 255 = 30%
B 51 of 255 = 20%

76
77
51

R + G + B ~ 27%. #4C4D33 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 77 + 51 = 204 (100%)
R 76 of 204 ~ 37.25%
G 77 of 204 ~ 37.75%
B 51 of 204 ~ 25%

%37.25
%37.75
%25

CMYK color model

#4C4D33 color CMYK value is (1,0,34,70).

  • cyan value is 1.30%
  • magenta value is 0.00%
  • yellow value is 33.77%
  • key color value is 69.80%
CMYK:
(1,0,34,70)
C1M0Y34K70 
(1%,0%,34%,70%)
(0.01/0.00/0.34/0.70)	

CMYK percentages

%1.3
%0
%33.77
%69.8

Codes

Color #4C4D33 in popluar color models

4C4D33
RGB767751
HSL62°20.31%25.10%
HSB/HSV62°33.77%30.20%
CMYK1.30%0.00%33.77%
69.80%

Color #4C4D33 in popluar number systems.

HEX4C4D33
Decimal767751
Binary10011001001101110011
Octal11411563

Shades and tints

Shades of #4C4D33

#4C4D33
(76,77,51)
#46462F
(70,70,47)
#403F2B
(64,63,43)
#3A3827
(58,56,39)
#343123
(52,49,35)
#2E2A1F
(46,42,31)
#28231B
(40,35,27)
#221C17
(34,28,23)
#1C1513
(28,21,19)
#160E0F
(22,14,15)
#10070B
(16,7,11)
#000000
(0,0,0)

Tints of #4C4D33

#4C4D33
(76,77,51)
#5C5D45
(92,93,69)
#6C6D57
(108,109,87)
#7C7D69
(124,125,105)
#8C8D7B
(140,141,123)
#9C9D8D
(156,157,141)
#ACAD9F
(172,173,159)
#BCBDB1
(188,189,177)
#CCCDC3
(204,205,195)
#DCDDD5
(220,221,213)
#ECEDE7
(236,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C4D33 color. Also use rgb(76,77,51) instead hex code.

Text Font Color

.myTextColor { color: #4C4D33; }

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

This text font color is #4C4D33.


Background Color

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

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

This div background color is #4C4D33.


Border color

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

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

This div border color is #4C4D33.


Opacity

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

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

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

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

This text has shadow with #4C4D33 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C4D33 on black background.


Color preview on white background

This text has color #4C4D33 on white background.



Black color preview on #4C4D33 background

This text has black color on #4C4D33 background.


White color preview on #4C4D33 background

This text has white color on #4C4D33 background.