COLOR #4C1021

HEX: #4C1021 RGB: (76,16,33)

Color info

#4C1021 contains mainly red and blue colors. Web safe color of #4C1021 is #330033 (or #303).

RGB color model

#4C1021 color RGB value is (76,16,33).

RGB: (76,16,33) (30%, 6%, 13%)

RGB channels and saturation

R 76 of 255 = 30%
G 16 of 255 = 6%
B 33 of 255 = 13%

76
16
33

R + G + B ~ 16%. #4C1021 is dark color.

Portions of RGB colors in percentages

R + G + B = 76 + 16 + 33 = 125 (100%)
R 76 of 125 ~ 60.8%
G 16 of 125 ~ 12.8%
B 33 of 125 ~ 26.4'%

%60.8
%12.8
%26.4

CMYK color model

#4C1021 color CMYK value is (0,79,57,70).

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

CMYK: (0,79,57,70)
C0M79Y57K70 (0%, 79%, 57%, 70%)
(0.00 / 0.79 / 0.57 / 0.70)

CMYK percentages

%0
%78.95
%56.58
%70.2

Codes

Color #4C1021 in popluar color models

4C 10 21
RGB 76 16 33
HSL 343° 65.22% 18.04%
HSB/HSV 343° 78.95% 29.80%
CMYK 0.00% 78.95% 56.58%
70.20%

Color #4C1021 in popluar number systems.

HEX 4C 10 21
Decimal 76 16 33
Binary 1001100 10000 100001
Octal 114 20 41

Shades and tints

Shades of #4C1021

#4C1021
(76,16,33)
#460F1E
(70,15,30)
#400E1B
(64,14,27)
#3A0D18
(58,13,24)
#340C15
(52,12,21)
#2E0B12
(46,11,18)
#280A0F
(40,10,15)
#22090C
(34,9,12)
#1C0809
(28,8,9)
#160706
(22,7,6)
#100603
(16,6,3)
#000000
(0,0,0)

Tints of #4C1021

#4C1021
(76,16,33)
#5C2535
(92,37,53)
#6C3A49
(108,58,73)
#7C4F5D
(124,79,93)
#8C6471
(140,100,113)
#9C7985
(156,121,133)
#AC8E99
(172,142,153)
#BCA3AD
(188,163,173)
#CCB8C1
(204,184,193)
#DCCDD5
(220,205,213)
#ECE2E9
(236,226,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C1021; }

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

This text font color is #4C1021.

Background Color

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

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

This div background color is #4C1021.

Border color

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

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

This div border color is #4C1021.

Opacity

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

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

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

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

This text has shadow with #4C1021 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C1021.

Preview

Color preview on black background

This text has color #4C1021 on black background.


Color preview on white background

This text has color #4C1021 on white background.


Black color preview on #4C1021 background

This text has black color on #4C1021 background.


White color preview on #4C1021 background

This text has white color on #4C1021 background.


Related colors

Complementary color

Complementary color for #hex is #B3EFDE.


I love getcolorcode.com

Triadic colors

1 #214C10 and #10214C with #4C1021 are triadic colors.

2 #21104C and #104C21 with #4C1021 are triadic colors.