COLOR #4C2A13

HEX: #4C2A13
RGB: (76,42,19)

Color info

#4C2A13 contains red, green and blue colors in about the same proportion. Web safe color of #4C2A13 is #333300 (or #330).

RGB color model

#4C2A13 color RGB value is (76,42,19).

  • red value is 76;
  • green value is 42;
  • blue value is 19.
RGB:
(76,42,19)
(30%,16%,7%)

RGB channels and saturation

R 76 of 255 = 30%
G 42 of 255 = 16%
B 19 of 255 = 7%

76
42
19

R + G + B ~ 18%. #4C2A13 is dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 42 + 19 = 137 (100%)
R 76 of 137 ~ 55.47%
G 42 of 137 ~ 30.66%
B 19 of 137 ~ 13.87%

%55.47
%30.66
%13.87

CMYK color model

#4C2A13 color CMYK value is (0,45,75,70).

  • cyan value is 0.00%
  • magenta value is 44.74%
  • yellow value is 75.00%
  • key color value is 70.20%
CMYK:
(0,45,75,70)
C0M45Y75K70 
(0%,45%,75%,70%)
(0.00/0.45/0.75/0.70)	

CMYK percentages

%0
%44.74
%75
%70.2

Codes

Color #4C2A13 in popluar color models

4C2A13
RGB764219
HSL24°60.00%18.63%
HSB/HSV24°75.00%29.80%
CMYK0.00%44.74%75.00%
70.20%

Color #4C2A13 in popluar number systems.

HEX4C2A13
Decimal764219
Binary100110010101010011
Octal1145223

Shades and tints

Shades of #4C2A13

#4C2A13
(76,42,19)
#462712
(70,39,18)
#402411
(64,36,17)
#3A2110
(58,33,16)
#341E0F
(52,30,15)
#2E1B0E
(46,27,14)
#28180D
(40,24,13)
#22150C
(34,21,12)
#1C120B
(28,18,11)
#160F0A
(22,15,10)
#100C09
(16,12,9)
#000000
(0,0,0)

Tints of #4C2A13

#4C2A13
(76,42,19)
#5C3D28
(92,61,40)
#6C503D
(108,80,61)
#7C6352
(124,99,82)
#8C7667
(140,118,103)
#9C897C
(156,137,124)
#AC9C91
(172,156,145)
#BCAFA6
(188,175,166)
#CCC2BB
(204,194,187)
#DCD5D0
(220,213,208)
#ECE8E5
(236,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C2A13 color. Also use rgb(76,42,19) instead hex code.

Text Font Color

.myTextColor { color: #4C2A13; }

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

This text font color is #4C2A13.


Background Color

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

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

This div background color is #4C2A13.


Border color

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

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

This div border color is #4C2A13.


Opacity

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

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

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

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

This text has shadow with #4C2A13 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C2A13 on black background.


Color preview on white background

This text has color #4C2A13 on white background.



Black color preview on #4C2A13 background

This text has black color on #4C2A13 background.


White color preview on #4C2A13 background

This text has white color on #4C2A13 background.