COLOR #4C421A

HEX: #4C421A
RGB: (76,66,26)

Color info

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

RGB color model

#4C421A color RGB value is (76,66,26).

  • red value is 76;
  • green value is 66;
  • blue value is 26.
RGB:
(76,66,26)
(30%,26%,10%)

RGB channels and saturation

R 76 of 255 = 30%
G 66 of 255 = 26%
B 26 of 255 = 10%

76
66
26

R + G + B ~ 22%. #4C421A is dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 66 + 26 = 168 (100%)
R 76 of 168 ~ 45.24%
G 66 of 168 ~ 39.29%
B 26 of 168 ~ 15.48%

%45.24
%39.29
%15.48

CMYK color model

#4C421A color CMYK value is (0,13,66,70).

  • cyan value is 0.00%
  • magenta value is 13.16%
  • yellow value is 65.79%
  • key color value is 70.20%
CMYK:
(0,13,66,70)
C0M13Y66K70 
(0%,13%,66%,70%)
(0.00/0.13/0.66/0.70)	

CMYK percentages

%0
%13.16
%65.79
%70.2

Codes

Color #4C421A in popluar color models

4C421A
RGB766626
HSL48°49.02%20.00%
HSB/HSV48°65.79%29.80%
CMYK0.00%13.16%65.79%
70.20%

Color #4C421A in popluar number systems.

HEX4C421A
Decimal766626
Binary1001100100001011010
Octal11410232

Shades and tints

Shades of #4C421A

#4C421A
(76,66,26)
#463C18
(70,60,24)
#403616
(64,54,22)
#3A3014
(58,48,20)
#342A12
(52,42,18)
#2E2410
(46,36,16)
#281E0E
(40,30,14)
#22180C
(34,24,12)
#1C120A
(28,18,10)
#160C08
(22,12,8)
#100606
(16,6,6)
#000000
(0,0,0)

Tints of #4C421A

#4C421A
(76,66,26)
#5C532E
(92,83,46)
#6C6442
(108,100,66)
#7C7556
(124,117,86)
#8C866A
(140,134,106)
#9C977E
(156,151,126)
#ACA892
(172,168,146)
#BCB9A6
(188,185,166)
#CCCABA
(204,202,186)
#DCDBCE
(220,219,206)
#ECECE2
(236,236,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C421A color. Also use rgb(76,66,26) instead hex code.

Text Font Color

.myTextColor { color: #4C421A; }

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

This text font color is #4C421A.


Background Color

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

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

This div background color is #4C421A.


Border color

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

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

This div border color is #4C421A.


Opacity

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

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

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

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

This text has shadow with #4C421A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C421A on black background.


Color preview on white background

This text has color #4C421A on white background.



Black color preview on #4C421A background

This text has black color on #4C421A background.


White color preview on #4C421A background

This text has white color on #4C421A background.