COLOR #4C2A24

HEX: #4C2A24 RGB: (76,42,36)

Color info

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

RGB color model

#4C2A24 color RGB value is (76,42,36).

RGB: (76,42,36) (30%, 16%, 14%)

RGB channels and saturation

R 76 of 255 = 30%
G 42 of 255 = 16%
B 36 of 255 = 14%

76
42
36

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

Portions of RGB colors in percentages

R + G + B = 76 + 42 + 36 = 154 (100%)
R 76 of 154 ~ 49.35%
G 42 of 154 ~ 27.27%
B 36 of 154 ~ 23.38'%

%49.35
%27.27
%23.38

CMYK color model

#4C2A24 color CMYK value is (0,45,53,70).

  • cyan value is 0.00%
  • magenta value is 44.74%
  • yellow value is 52.63%
  • key color value is 70.20%

CMYK: (0,45,53,70)
C0M45Y53K70 (0%, 45%, 53%, 70%)
(0.00 / 0.45 / 0.53 / 0.70)

CMYK percentages

%0
%44.74
%52.63
%70.2

Codes

Color #4C2A24 in popluar color models

4C 2A 24
RGB 76 42 36
HSL 35.71% 21.96%
HSB/HSV 52.63% 29.80%
CMYK 0.00% 44.74% 52.63%
70.20%

Color #4C2A24 in popluar number systems.

HEX 4C 2A 24
Decimal 76 42 36
Binary 1001100 101010 100100
Octal 114 52 44

Shades and tints

Shades of #4C2A24

#4C2A24
(76,42,36)
#462721
(70,39,33)
#40241E
(64,36,30)
#3A211B
(58,33,27)
#341E18
(52,30,24)
#2E1B15
(46,27,21)
#281812
(40,24,18)
#22150F
(34,21,15)
#1C120C
(28,18,12)
#160F09
(22,15,9)
#100C06
(16,12,6)
#000000
(0,0,0)

Tints of #4C2A24

#4C2A24
(76,42,36)
#5C3D37
(92,61,55)
#6C504A
(108,80,74)
#7C635D
(124,99,93)
#8C7670
(140,118,112)
#9C8983
(156,137,131)
#AC9C96
(172,156,150)
#BCAFA9
(188,175,169)
#CCC2BC
(204,194,188)
#DCD5CF
(220,213,207)
#ECE8E2
(236,232,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C2A24; }

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

This text font color is #4C2A24.

Background Color

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

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

This div background color is #4C2A24.

Border color

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

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

This div border color is #4C2A24.

Opacity

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

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

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

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

This text has shadow with #4C2A24 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C2A24.

Preview

Color preview on black background

This text has color #4C2A24 on black background.


Color preview on white background

This text has color #4C2A24 on white background.


Black color preview on #4C2A24 background

This text has black color on #4C2A24 background.


White color preview on #4C2A24 background

This text has white color on #4C2A24 background.


Related colors

Complementary color

Complementary color for #hex is #B3D5DB.


I love getcolorcode.com

Triadic colors

1 #244C2A and #2A244C with #4C2A24 are triadic colors.

2 #242A4C and #2A4C24 with #4C2A24 are triadic colors.