COLOR #4C3534

HEX: #4C3534
RGB: (76,53,52)

Color info

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

RGB color model

#4C3534 color RGB value is (76,53,52).

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

RGB channels and saturation

R 76 of 255 = 30%
G 53 of 255 = 21%
B 52 of 255 = 20%

76
53
52

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

Portions of RGB colors in percentages

R + G + B =
76 + 53 + 52 = 181 (100%)
R 76 of 181 ~ 41.99%
G 53 of 181 ~ 29.28%
B 52 of 181 ~ 28.73%

%41.99
%29.28
%28.73

CMYK color model

#4C3534 color CMYK value is (0,30,32,70).

  • cyan value is 0.00%
  • magenta value is 30.26%
  • yellow value is 31.58%
  • key color value is 70.20%
CMYK:
(0,30,32,70)
C0M30Y32K70 
(0%,30%,32%,70%)
(0.00/0.30/0.32/0.70)	

CMYK percentages

%0
%30.26
%31.58
%70.2

Codes

Color #4C3534 in popluar color models

4C3534
RGB765352
HSL18.75%25.10%
HSB/HSV31.58%29.80%
CMYK0.00%30.26%31.58%
70.20%

Color #4C3534 in popluar number systems.

HEX4C3534
Decimal765352
Binary1001100110101110100
Octal1146564

Shades and tints

Shades of #4C3534

#4C3534
(76,53,52)
#463130
(70,49,48)
#402D2C
(64,45,44)
#3A2928
(58,41,40)
#342524
(52,37,36)
#2E2120
(46,33,32)
#281D1C
(40,29,28)
#221918
(34,25,24)
#1C1514
(28,21,20)
#161110
(22,17,16)
#100D0C
(16,13,12)
#000000
(0,0,0)

Tints of #4C3534

#4C3534
(76,53,52)
#5C4746
(92,71,70)
#6C5958
(108,89,88)
#7C6B6A
(124,107,106)
#8C7D7C
(140,125,124)
#9C8F8E
(156,143,142)
#ACA1A0
(172,161,160)
#BCB3B2
(188,179,178)
#CCC5C4
(204,197,196)
#DCD7D6
(220,215,214)
#ECE9E8
(236,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C3534; }

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

This text font color is #4C3534.


Background Color

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

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

This div background color is #4C3534.


Border color

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

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

This div border color is #4C3534.


Opacity

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

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

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

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

This text has shadow with #4C3534 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C3534 on black background.


Color preview on white background

This text has color #4C3534 on white background.



Black color preview on #4C3534 background

This text has black color on #4C3534 background.


White color preview on #4C3534 background

This text has white color on #4C3534 background.