COLOR #4C1824

HEX: #4C1824 RGB: (76,24,36)

Color info

#4C1824 contains red, green and blue colors in about the same proportion. Web safe color of #4C1824 is #330033 (or #303).

RGB color model

#4C1824 color RGB value is (76,24,36).

RGB: (76,24,36) (30%, 9%, 14%)

RGB channels and saturation

R 76 of 255 = 30%
G 24 of 255 = 9%
B 36 of 255 = 14%

76
24
36

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

Portions of RGB colors in percentages

R + G + B = 76 + 24 + 36 = 136 (100%)
R 76 of 136 ~ 55.88%
G 24 of 136 ~ 17.65%
B 36 of 136 ~ 26.47'%

%55.88
%17.65
%26.47

CMYK color model

#4C1824 color CMYK value is (0,68,53,70).

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

CMYK: (0,68,53,70)
C0M68Y53K70 (0%, 68%, 53%, 70%)
(0.00 / 0.68 / 0.53 / 0.70)

CMYK percentages

%0
%68.42
%52.63
%70.2

Codes

Color #4C1824 in popluar color models

4C 18 24
RGB 76 24 36
HSL 346° 52.00% 19.61%
HSB/HSV 346° 68.42% 29.80%
CMYK 0.00% 68.42% 52.63%
70.20%

Color #4C1824 in popluar number systems.

HEX 4C 18 24
Decimal 76 24 36
Binary 1001100 11000 100100
Octal 114 30 44

Shades and tints

Shades of #4C1824

#4C1824
(76,24,36)
#461621
(70,22,33)
#40141E
(64,20,30)
#3A121B
(58,18,27)
#341018
(52,16,24)
#2E0E15
(46,14,21)
#280C12
(40,12,18)
#220A0F
(34,10,15)
#1C080C
(28,8,12)
#160609
(22,6,9)
#100406
(16,4,6)
#000000
(0,0,0)

Tints of #4C1824

#4C1824
(76,24,36)
#5C2D37
(92,45,55)
#6C424A
(108,66,74)
#7C575D
(124,87,93)
#8C6C70
(140,108,112)
#9C8183
(156,129,131)
#AC9696
(172,150,150)
#BCABA9
(188,171,169)
#CCC0BC
(204,192,188)
#DCD5CF
(220,213,207)
#ECEAE2
(236,234,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C1824; }

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

This text font color is #4C1824.

Background Color

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

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

This div background color is #4C1824.

Border color

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

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

This div border color is #4C1824.

Opacity

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

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

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

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

This text has shadow with #4C1824 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C1824.

Preview

Color preview on black background

This text has color #4C1824 on black background.


Color preview on white background

This text has color #4C1824 on white background.


Black color preview on #4C1824 background

This text has black color on #4C1824 background.


White color preview on #4C1824 background

This text has white color on #4C1824 background.


Related colors

Complementary color

Complementary color for #hex is #B3E7DB.


I love getcolorcode.com

Triadic colors

1 #244C18 and #18244C with #4C1824 are triadic colors.

2 #24184C and #184C24 with #4C1824 are triadic colors.