COLOR #4C3C33

HEX: #4C3C33
RGB: (76,60,51)

Color info

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

RGB color model

#4C3C33 color RGB value is (76,60,51).

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

RGB channels and saturation

R 76 of 255 = 30%
G 60 of 255 = 24%
B 51 of 255 = 20%

76
60
51

R + G + B ~ 25%. #4C3C33 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 60 + 51 = 187 (100%)
R 76 of 187 ~ 40.64%
G 60 of 187 ~ 32.09%
B 51 of 187 ~ 27.27%

%40.64
%32.09
%27.27

CMYK color model

#4C3C33 color CMYK value is (0,21,33,70).

  • cyan value is 0.00%
  • magenta value is 21.05%
  • yellow value is 32.89%
  • key color value is 70.20%
CMYK:
(0,21,33,70)
C0M21Y33K70 
(0%,21%,33%,70%)
(0.00/0.21/0.33/0.70)	

CMYK percentages

%0
%21.05
%32.89
%70.2

Codes

Color #4C3C33 in popluar color models

4C3C33
RGB766051
HSL22°19.69%24.90%
HSB/HSV22°32.89%29.80%
CMYK0.00%21.05%32.89%
70.20%

Color #4C3C33 in popluar number systems.

HEX4C3C33
Decimal766051
Binary1001100111100110011
Octal1147463

Shades and tints

Shades of #4C3C33

#4C3C33
(76,60,51)
#46372F
(70,55,47)
#40322B
(64,50,43)
#3A2D27
(58,45,39)
#342823
(52,40,35)
#2E231F
(46,35,31)
#281E1B
(40,30,27)
#221917
(34,25,23)
#1C1413
(28,20,19)
#160F0F
(22,15,15)
#100A0B
(16,10,11)
#000000
(0,0,0)

Tints of #4C3C33

#4C3C33
(76,60,51)
#5C4D45
(92,77,69)
#6C5E57
(108,94,87)
#7C6F69
(124,111,105)
#8C807B
(140,128,123)
#9C918D
(156,145,141)
#ACA29F
(172,162,159)
#BCB3B1
(188,179,177)
#CCC4C3
(204,196,195)
#DCD5D5
(220,213,213)
#ECE6E7
(236,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C3C33; }

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

This text font color is #4C3C33.


Background Color

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

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

This div background color is #4C3C33.


Border color

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

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

This div border color is #4C3C33.


Opacity

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

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

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

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

This text has shadow with #4C3C33 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C3C33 on black background.


Color preview on white background

This text has color #4C3C33 on white background.



Black color preview on #4C3C33 background

This text has black color on #4C3C33 background.


White color preview on #4C3C33 background

This text has white color on #4C3C33 background.