COLOR #4C1836

HEX: #4C1836 RGB: (76,24,54)

Color info

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

RGB color model

#4C1836 color RGB value is (76,24,54).

RGB: (76,24,54) (30%, 9%, 21%)

RGB channels and saturation

R 76 of 255 = 30%
G 24 of 255 = 9%
B 54 of 255 = 21%

76
24
54

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

Portions of RGB colors in percentages

R + G + B = 76 + 24 + 54 = 154 (100%)
R 76 of 154 ~ 49.35%
G 24 of 154 ~ 15.58%
B 54 of 154 ~ 35.06'%

%49.35
%15.58
%35.06

CMYK color model

#4C1836 color CMYK value is (0,68,29,70).

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

CMYK: (0,68,29,70)
C0M68Y29K70 (0%, 68%, 29%, 70%)
(0.00 / 0.68 / 0.29 / 0.70)

CMYK percentages

%0
%68.42
%28.95
%70.2

Codes

Color #4C1836 in popluar color models

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

Color #4C1836 in popluar number systems.

HEX 4C 18 36
Decimal 76 24 54
Binary 1001100 11000 110110
Octal 114 30 66

Shades and tints

Shades of #4C1836

#4C1836
(76,24,54)
#461632
(70,22,50)
#40142E
(64,20,46)
#3A122A
(58,18,42)
#341026
(52,16,38)
#2E0E22
(46,14,34)
#280C1E
(40,12,30)
#220A1A
(34,10,26)
#1C0816
(28,8,22)
#160612
(22,6,18)
#10040E
(16,4,14)
#000000
(0,0,0)

Tints of #4C1836

#4C1836
(76,24,54)
#5C2D48
(92,45,72)
#6C425A
(108,66,90)
#7C576C
(124,87,108)
#8C6C7E
(140,108,126)
#9C8190
(156,129,144)
#AC96A2
(172,150,162)
#BCABB4
(188,171,180)
#CCC0C6
(204,192,198)
#DCD5D8
(220,213,216)
#ECEAEA
(236,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C1836; }

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

This text font color is #4C1836.

Background Color

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

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

This div background color is #4C1836.

Border color

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

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

This div border color is #4C1836.

Opacity

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

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

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

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

This text has shadow with #4C1836 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C1836.

Preview

Color preview on black background

This text has color #4C1836 on black background.


Color preview on white background

This text has color #4C1836 on white background.


Black color preview on #4C1836 background

This text has black color on #4C1836 background.


White color preview on #4C1836 background

This text has white color on #4C1836 background.


Related colors

Complementary color

Complementary color for #hex is #B3E7C9.


I love getcolorcode.com

Triadic colors

1 #364C18 and #18364C with #4C1836 are triadic colors.

2 #36184C and #184C36 with #4C1836 are triadic colors.