COLOR #4C3C36

HEX: #4C3C36 RGB: (76,60,54)

Color info

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

RGB color model

#4C3C36 color RGB value is (76,60,54).

RGB: (76,60,54) (30%, 24%, 21%)

RGB channels and saturation

R 76 of 255 = 30%
G 60 of 255 = 24%
B 54 of 255 = 21%

76
60
54

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

Portions of RGB colors in percentages

R + G + B = 76 + 60 + 54 = 190 (100%)
R 76 of 190 ~ 40%
G 60 of 190 ~ 31.58%
B 54 of 190 ~ 28.42'%

%40
%31.58
%28.42

CMYK color model

#4C3C36 color CMYK value is (0,21,29,70).

  • cyan value is 0.00%
  • magenta value is 21.05%
  • yellow value is 28.95%
  • key color value is 70.20%

CMYK: (0,21,29,70)
C0M21Y29K70 (0%, 21%, 29%, 70%)
(0.00 / 0.21 / 0.29 / 0.70)

CMYK percentages

%0
%21.05
%28.95
%70.2

Codes

Color #4C3C36 in popluar color models

4C 3C 36
RGB 76 60 54
HSL 16° 16.92% 25.49%
HSB/HSV 16° 28.95% 29.80%
CMYK 0.00% 21.05% 28.95%
70.20%

Color #4C3C36 in popluar number systems.

HEX 4C 3C 36
Decimal 76 60 54
Binary 1001100 111100 110110
Octal 114 74 66

Shades and tints

Shades of #4C3C36

#4C3C36
(76,60,54)
#463732
(70,55,50)
#40322E
(64,50,46)
#3A2D2A
(58,45,42)
#342826
(52,40,38)
#2E2322
(46,35,34)
#281E1E
(40,30,30)
#22191A
(34,25,26)
#1C1416
(28,20,22)
#160F12
(22,15,18)
#100A0E
(16,10,14)
#000000
(0,0,0)

Tints of #4C3C36

#4C3C36
(76,60,54)
#5C4D48
(92,77,72)
#6C5E5A
(108,94,90)
#7C6F6C
(124,111,108)
#8C807E
(140,128,126)
#9C9190
(156,145,144)
#ACA2A2
(172,162,162)
#BCB3B4
(188,179,180)
#CCC4C6
(204,196,198)
#DCD5D8
(220,213,216)
#ECE6EA
(236,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C3C36; }

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

This text font color is #4C3C36.

Background Color

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

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

This div background color is #4C3C36.

Border color

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

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

This div border color is #4C3C36.

Opacity

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

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

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

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

This text has shadow with #4C3C36 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C3C36.

Preview

Color preview on black background

This text has color #4C3C36 on black background.


Color preview on white background

This text has color #4C3C36 on white background.


Black color preview on #4C3C36 background

This text has black color on #4C3C36 background.


White color preview on #4C3C36 background

This text has white color on #4C3C36 background.


Related colors

Complementary color

Complementary color for #hex is #B3C3C9.


I love getcolorcode.com

Triadic colors

1 #364C3C and #3C364C with #4C3C36 are triadic colors.

2 #363C4C and #3C4C36 with #4C3C36 are triadic colors.