COLOR #4C2B21

HEX: #4C2B21 RGB: (76,43,33)

Color info

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

RGB color model

#4C2B21 color RGB value is (76,43,33).

RGB: (76,43,33) (30%, 17%, 13%)

RGB channels and saturation

R 76 of 255 = 30%
G 43 of 255 = 17%
B 33 of 255 = 13%

76
43
33

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

Portions of RGB colors in percentages

R + G + B = 76 + 43 + 33 = 152 (100%)
R 76 of 152 ~ 50%
G 43 of 152 ~ 28.29%
B 33 of 152 ~ 21.71'%

%50
%28.29
%21.71

CMYK color model

#4C2B21 color CMYK value is (0,43,57,70).

  • cyan value is 0.00%
  • magenta value is 43.42%
  • yellow value is 56.58%
  • key color value is 70.20%

CMYK: (0,43,57,70)
C0M43Y57K70 (0%, 43%, 57%, 70%)
(0.00 / 0.43 / 0.57 / 0.70)

CMYK percentages

%0
%43.42
%56.58
%70.2

Codes

Color #4C2B21 in popluar color models

4C 2B 21
RGB 76 43 33
HSL 14° 39.45% 21.37%
HSB/HSV 14° 56.58% 29.80%
CMYK 0.00% 43.42% 56.58%
70.20%

Color #4C2B21 in popluar number systems.

HEX 4C 2B 21
Decimal 76 43 33
Binary 1001100 101011 100001
Octal 114 53 41

Shades and tints

Shades of #4C2B21

#4C2B21
(76,43,33)
#46281E
(70,40,30)
#40251B
(64,37,27)
#3A2218
(58,34,24)
#341F15
(52,31,21)
#2E1C12
(46,28,18)
#28190F
(40,25,15)
#22160C
(34,22,12)
#1C1309
(28,19,9)
#161006
(22,16,6)
#100D03
(16,13,3)
#000000
(0,0,0)

Tints of #4C2B21

#4C2B21
(76,43,33)
#5C3E35
(92,62,53)
#6C5149
(108,81,73)
#7C645D
(124,100,93)
#8C7771
(140,119,113)
#9C8A85
(156,138,133)
#AC9D99
(172,157,153)
#BCB0AD
(188,176,173)
#CCC3C1
(204,195,193)
#DCD6D5
(220,214,213)
#ECE9E9
(236,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C2B21 color. Also use rgb(76,43,33) instead hex code.

Text Font Color

.myTextColor { color: #4C2B21; }

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

This text font color is #4C2B21.

Background Color

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

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

This div background color is #4C2B21.

Border color

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

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

This div border color is #4C2B21.

Opacity

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

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

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

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

This text has shadow with #4C2B21 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C2B21.

Preview

Color preview on black background

This text has color #4C2B21 on black background.


Color preview on white background

This text has color #4C2B21 on white background.


Black color preview on #4C2B21 background

This text has black color on #4C2B21 background.


White color preview on #4C2B21 background

This text has white color on #4C2B21 background.


Related colors

Complementary color

Complementary color for #hex is #B3D4DE.


I love getcolorcode.com

Triadic colors

1 #214C2B and #2B214C with #4C2B21 are triadic colors.

2 #212B4C and #2B4C21 with #4C2B21 are triadic colors.