COLOR #4C3536

HEX: #4C3536
RGB: (76,53,54)

Color info

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

RGB color model

#4C3536 color RGB value is (76,53,54).

  • red value is 76;
  • green value is 53;
  • blue value is 54.
RGB:
(76,53,54)
(30%,21%,21%)

RGB channels and saturation

R 76 of 255 = 30%
G 53 of 255 = 21%
B 54 of 255 = 21%

76
53
54

R + G + B ~ 24%. #4C3536 is dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 53 + 54 = 183 (100%)
R 76 of 183 ~ 41.53%
G 53 of 183 ~ 28.96%
B 54 of 183 ~ 29.51%

%41.53
%28.96
%29.51

CMYK color model

#4C3536 color CMYK value is (0,30,29,70).

  • cyan value is 0.00%
  • magenta value is 30.26%
  • yellow value is 28.95%
  • key color value is 70.20%
CMYK:
(0,30,29,70)
C0M30Y29K70 
(0%,30%,29%,70%)
(0.00/0.30/0.29/0.70)	

CMYK percentages

%0
%30.26
%28.95
%70.2

Codes

Color #4C3536 in popluar color models

4C3536
RGB765354
HSL357°17.83%25.29%
HSB/HSV357°30.26%29.80%
CMYK0.00%30.26%28.95%
70.20%

Color #4C3536 in popluar number systems.

HEX4C3536
Decimal765354
Binary1001100110101110110
Octal1146566

Shades and tints

Shades of #4C3536

#4C3536
(76,53,54)
#463132
(70,49,50)
#402D2E
(64,45,46)
#3A292A
(58,41,42)
#342526
(52,37,38)
#2E2122
(46,33,34)
#281D1E
(40,29,30)
#22191A
(34,25,26)
#1C1516
(28,21,22)
#161112
(22,17,18)
#100D0E
(16,13,14)
#000000
(0,0,0)

Tints of #4C3536

#4C3536
(76,53,54)
#5C4748
(92,71,72)
#6C595A
(108,89,90)
#7C6B6C
(124,107,108)
#8C7D7E
(140,125,126)
#9C8F90
(156,143,144)
#ACA1A2
(172,161,162)
#BCB3B4
(188,179,180)
#CCC5C6
(204,197,198)
#DCD7D8
(220,215,216)
#ECE9EA
(236,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C3536 color. Also use rgb(76,53,54) instead hex code.

Text Font Color

.myTextColor { color: #4C3536; }

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

This text font color is #4C3536.


Background Color

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

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

This div background color is #4C3536.


Border color

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

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

This div border color is #4C3536.


Opacity

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

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

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

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

This text has shadow with #4C3536 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C3536 on black background.


Color preview on white background

This text has color #4C3536 on white background.



Black color preview on #4C3536 background

This text has black color on #4C3536 background.


White color preview on #4C3536 background

This text has white color on #4C3536 background.