COLOR #4C3538

HEX: #4C3538
RGB: (76,53,56)

Color info

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

RGB color model

#4C3538 color RGB value is (76,53,56).

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

RGB channels and saturation

R 76 of 255 = 30%
G 53 of 255 = 21%
B 56 of 255 = 22%

76
53
56

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

Portions of RGB colors in percentages

R + G + B =
76 + 53 + 56 = 185 (100%)
R 76 of 185 ~ 41.08%
G 53 of 185 ~ 28.65%
B 56 of 185 ~ 30.27%

%41.08
%28.65
%30.27

CMYK color model

#4C3538 color CMYK value is (0,30,26,70).

  • cyan value is 0.00%
  • magenta value is 30.26%
  • yellow value is 26.32%
  • key color value is 70.20%
CMYK:
(0,30,26,70)
C0M30Y26K70 
(0%,30%,26%,70%)
(0.00/0.30/0.26/0.70)	

CMYK percentages

%0
%30.26
%26.32
%70.2

Codes

Color #4C3538 in popluar color models

4C3538
RGB765356
HSL352°17.83%25.29%
HSB/HSV352°30.26%29.80%
CMYK0.00%30.26%26.32%
70.20%

Color #4C3538 in popluar number systems.

HEX4C3538
Decimal765356
Binary1001100110101111000
Octal1146570

Shades and tints

Shades of #4C3538

#4C3538
(76,53,56)
#463133
(70,49,51)
#402D2E
(64,45,46)
#3A2929
(58,41,41)
#342524
(52,37,36)
#2E211F
(46,33,31)
#281D1A
(40,29,26)
#221915
(34,25,21)
#1C1510
(28,21,16)
#16110B
(22,17,11)
#100D06
(16,13,6)
#000000
(0,0,0)

Tints of #4C3538

#4C3538
(76,53,56)
#5C474A
(92,71,74)
#6C595C
(108,89,92)
#7C6B6E
(124,107,110)
#8C7D80
(140,125,128)
#9C8F92
(156,143,146)
#ACA1A4
(172,161,164)
#BCB3B6
(188,179,182)
#CCC5C8
(204,197,200)
#DCD7DA
(220,215,218)
#ECE9EC
(236,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C3538; }

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

This text font color is #4C3538.


Background Color

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

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

This div background color is #4C3538.


Border color

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

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

This div border color is #4C3538.


Opacity

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

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

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

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

This text has shadow with #4C3538 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C3538 on black background.


Color preview on white background

This text has color #4C3538 on white background.



Black color preview on #4C3538 background

This text has black color on #4C3538 background.


White color preview on #4C3538 background

This text has white color on #4C3538 background.