COLOR #4C3C3A

HEX: #4C3C3A
RGB: (76,60,58)

Color info

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

RGB color model

#4C3C3A color RGB value is (76,60,58).

  • red value is 76;
  • green value is 60;
  • blue value is 58.
RGB:
(76,60,58)
(30%,24%,23%)

RGB channels and saturation

R 76 of 255 = 30%
G 60 of 255 = 24%
B 58 of 255 = 23%

76
60
58

R + G + B ~ 26%. #4C3C3A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 60 + 58 = 194 (100%)
R 76 of 194 ~ 39.18%
G 60 of 194 ~ 30.93%
B 58 of 194 ~ 29.9%

%39.18
%30.93
%29.9

CMYK color model

#4C3C3A color CMYK value is (0,21,24,70).

  • cyan value is 0.00%
  • magenta value is 21.05%
  • yellow value is 23.68%
  • key color value is 70.20%
CMYK:
(0,21,24,70)
C0M21Y24K70 
(0%,21%,24%,70%)
(0.00/0.21/0.24/0.70)	

CMYK percentages

%0
%21.05
%23.68
%70.2

Codes

Color #4C3C3A in popluar color models

4C3C3A
RGB766058
HSL13.43%26.27%
HSB/HSV23.68%29.80%
CMYK0.00%21.05%23.68%
70.20%

Color #4C3C3A in popluar number systems.

HEX4C3C3A
Decimal766058
Binary1001100111100111010
Octal1147472

Shades and tints

Shades of #4C3C3A

#4C3C3A
(76,60,58)
#463735
(70,55,53)
#403230
(64,50,48)
#3A2D2B
(58,45,43)
#342826
(52,40,38)
#2E2321
(46,35,33)
#281E1C
(40,30,28)
#221917
(34,25,23)
#1C1412
(28,20,18)
#160F0D
(22,15,13)
#100A08
(16,10,8)
#000000
(0,0,0)

Tints of #4C3C3A

#4C3C3A
(76,60,58)
#5C4D4B
(92,77,75)
#6C5E5C
(108,94,92)
#7C6F6D
(124,111,109)
#8C807E
(140,128,126)
#9C918F
(156,145,143)
#ACA2A0
(172,162,160)
#BCB3B1
(188,179,177)
#CCC4C2
(204,196,194)
#DCD5D3
(220,213,211)
#ECE6E4
(236,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C3C3A; }

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

This text font color is #4C3C3A.


Background Color

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

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

This div background color is #4C3C3A.


Border color

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

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

This div border color is #4C3C3A.


Opacity

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

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

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

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

This text has shadow with #4C3C3A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C3C3A on black background.


Color preview on white background

This text has color #4C3C3A on white background.



Black color preview on #4C3C3A background

This text has black color on #4C3C3A background.


White color preview on #4C3C3A background

This text has white color on #4C3C3A background.