COLOR #4C3C0C

HEX: #4C3C0C
RGB: (76,60,12)

Color info

#4C3C0C contains mainly red and green colors. Web safe color of #4C3C0C is #333300 (or #330).

RGB color model

#4C3C0C color RGB value is (76,60,12).

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

RGB channels and saturation

R 76 of 255 = 30%
G 60 of 255 = 24%
B 12 of 255 = 5%

76
60
12

R + G + B ~ 20%. #4C3C0C is dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 60 + 12 = 148 (100%)
R 76 of 148 ~ 51.35%
G 60 of 148 ~ 40.54%
B 12 of 148 ~ 8.11%

%51.35
%40.54

CMYK color model

#4C3C0C color CMYK value is (0,21,84,70).

  • cyan value is 0.00%
  • magenta value is 21.05%
  • yellow value is 84.21%
  • key color value is 70.20%
CMYK:
(0,21,84,70)
C0M21Y84K70 
(0%,21%,84%,70%)
(0.00/0.21/0.84/0.70)	

CMYK percentages

%0
%21.05
%84.21
%70.2

Codes

Color #4C3C0C in popluar color models

4C3C0C
RGB766012
HSL45°72.73%17.25%
HSB/HSV45°84.21%29.80%
CMYK0.00%21.05%84.21%
70.20%

Color #4C3C0C in popluar number systems.

HEX4C3C0C
Decimal766012
Binary10011001111001100
Octal1147414

Shades and tints

Shades of #4C3C0C

#4C3C0C
(76,60,12)
#46370B
(70,55,11)
#40320A
(64,50,10)
#3A2D09
(58,45,9)
#342808
(52,40,8)
#2E2307
(46,35,7)
#281E06
(40,30,6)
#221905
(34,25,5)
#1C1404
(28,20,4)
#160F03
(22,15,3)
#100A02
(16,10,2)
#000000
(0,0,0)

Tints of #4C3C0C

#4C3C0C
(76,60,12)
#5C4D22
(92,77,34)
#6C5E38
(108,94,56)
#7C6F4E
(124,111,78)
#8C8064
(140,128,100)
#9C917A
(156,145,122)
#ACA290
(172,162,144)
#BCB3A6
(188,179,166)
#CCC4BC
(204,196,188)
#DCD5D2
(220,213,210)
#ECE6E8
(236,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C3C0C; }

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

This text font color is #4C3C0C.


Background Color

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

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

This div background color is #4C3C0C.


Border color

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

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

This div border color is #4C3C0C.


Opacity

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

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

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

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

This text has shadow with #4C3C0C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C3C0C on black background.


Color preview on white background

This text has color #4C3C0C on white background.



Black color preview on #4C3C0C background

This text has black color on #4C3C0C background.


White color preview on #4C3C0C background

This text has white color on #4C3C0C background.