COLOR #4A2C21

HEX: #4A2C21
RGB: (74,44,33)

Color info

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

RGB color model

#4A2C21 color RGB value is (74,44,33).

  • red value is 74;
  • green value is 44;
  • blue value is 33.
RGB:
(74,44,33)
(29%,17%,13%)

RGB channels and saturation

R 74 of 255 = 29%
G 44 of 255 = 17%
B 33 of 255 = 13%

74
44
33

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

Portions of RGB colors in percentages

R + G + B =
74 + 44 + 33 = 151 (100%)
R 74 of 151 ~ 49.01%
G 44 of 151 ~ 29.14%
B 33 of 151 ~ 21.85%

%49.01
%29.14
%21.85

CMYK color model

#4A2C21 color CMYK value is (0,41,55,71).

  • cyan value is 0.00%
  • magenta value is 40.54%
  • yellow value is 55.41%
  • key color value is 70.98%
CMYK:
(0,41,55,71)
C0M41Y55K71 
(0%,41%,55%,71%)
(0.00/0.41/0.55/0.71)	

CMYK percentages

%0
%40.54
%55.41
%70.98

Codes

Color #4A2C21 in popluar color models

4A2C21
RGB744433
HSL16°38.32%20.98%
HSB/HSV16°55.41%29.02%
CMYK0.00%40.54%55.41%
70.98%

Color #4A2C21 in popluar number systems.

HEX4A2C21
Decimal744433
Binary1001010101100100001
Octal1125441

Shades and tints

Shades of #4A2C21

#4A2C21
(74,44,33)
#44281E
(68,40,30)
#3E241B
(62,36,27)
#382018
(56,32,24)
#321C15
(50,28,21)
#2C1812
(44,24,18)
#26140F
(38,20,15)
#20100C
(32,16,12)
#1A0C09
(26,12,9)
#140806
(20,8,6)
#0E0403
(14,4,3)
#000000
(0,0,0)

Tints of #4A2C21

#4A2C21
(74,44,33)
#5A3F35
(90,63,53)
#6A5249
(106,82,73)
#7A655D
(122,101,93)
#8A7871
(138,120,113)
#9A8B85
(154,139,133)
#AA9E99
(170,158,153)
#BAB1AD
(186,177,173)
#CAC4C1
(202,196,193)
#DAD7D5
(218,215,213)
#EAEAE9
(234,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A2C21 color. Also use rgb(74,44,33) instead hex code.

Text Font Color

.myTextColor { color: #4A2C21; }

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

This text font color is #4A2C21.


Background Color

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

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

This div background color is #4A2C21.


Border color

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

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

This div border color is #4A2C21.


Opacity

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

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

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

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

This text has shadow with #4A2C21 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A2C21 on black background.


Color preview on white background

This text has color #4A2C21 on white background.



Black color preview on #4A2C21 background

This text has black color on #4A2C21 background.


White color preview on #4A2C21 background

This text has white color on #4A2C21 background.