COLOR #4C3B44

HEX: #4C3B44
RGB: (76,59,68)

Color info

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

RGB color model

#4C3B44 color RGB value is (76,59,68).

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

RGB channels and saturation

R 76 of 255 = 30%
G 59 of 255 = 23%
B 68 of 255 = 27%

76
59
68

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

Portions of RGB colors in percentages

R + G + B =
76 + 59 + 68 = 203 (100%)
R 76 of 203 ~ 37.44%
G 59 of 203 ~ 29.06%
B 68 of 203 ~ 33.5%

%37.44
%29.06
%33.5

CMYK color model

#4C3B44 color CMYK value is (0,22,11,70).

  • cyan value is 0.00%
  • magenta value is 22.37%
  • yellow value is 10.53%
  • key color value is 70.20%
CMYK:
(0,22,11,70)
C0M22Y11K70 
(0%,22%,11%,70%)
(0.00/0.22/0.11/0.70)	

CMYK percentages

%0
%22.37
%10.53
%70.2

Codes

Color #4C3B44 in popluar color models

4C3B44
RGB765968
HSL328°12.59%26.47%
HSB/HSV328°22.37%29.80%
CMYK0.00%22.37%10.53%
70.20%

Color #4C3B44 in popluar number systems.

HEX4C3B44
Decimal765968
Binary10011001110111000100
Octal11473104

Shades and tints

Shades of #4C3B44

#4C3B44
(76,59,68)
#46363E
(70,54,62)
#403138
(64,49,56)
#3A2C32
(58,44,50)
#34272C
(52,39,44)
#2E2226
(46,34,38)
#281D20
(40,29,32)
#22181A
(34,24,26)
#1C1314
(28,19,20)
#160E0E
(22,14,14)
#100908
(16,9,8)
#000000
(0,0,0)

Tints of #4C3B44

#4C3B44
(76,59,68)
#5C4C55
(92,76,85)
#6C5D66
(108,93,102)
#7C6E77
(124,110,119)
#8C7F88
(140,127,136)
#9C9099
(156,144,153)
#ACA1AA
(172,161,170)
#BCB2BB
(188,178,187)
#CCC3CC
(204,195,204)
#DCD4DD
(220,212,221)
#ECE5EE
(236,229,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C3B44; }

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

This text font color is #4C3B44.


Background Color

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

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

This div background color is #4C3B44.


Border color

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

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

This div border color is #4C3B44.


Opacity

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

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

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

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

This text has shadow with #4C3B44 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C3B44 on black background.


Color preview on white background

This text has color #4C3B44 on white background.



Black color preview on #4C3B44 background

This text has black color on #4C3B44 background.


White color preview on #4C3B44 background

This text has white color on #4C3B44 background.