COLOR #4C1529

HEX: #4C1529
RGB: (76,21,41)

Color info

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

RGB color model

#4C1529 color RGB value is (76,21,41).

  • red value is 76;
  • green value is 21;
  • blue value is 41.
RGB:
(76,21,41)
(30%,8%,16%)

RGB channels and saturation

R 76 of 255 = 30%
G 21 of 255 = 8%
B 41 of 255 = 16%

76
21
41

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

Portions of RGB colors in percentages

R + G + B =
76 + 21 + 41 = 138 (100%)
R 76 of 138 ~ 55.07%
G 21 of 138 ~ 15.22%
B 41 of 138 ~ 29.71%

%55.07
%15.22
%29.71

CMYK color model

#4C1529 color CMYK value is (0,72,46,70).

  • cyan value is 0.00%
  • magenta value is 72.37%
  • yellow value is 46.05%
  • key color value is 70.20%
CMYK:
(0,72,46,70)
C0M72Y46K70 
(0%,72%,46%,70%)
(0.00/0.72/0.46/0.70)	

CMYK percentages

%0
%72.37
%46.05
%70.2

Codes

Color #4C1529 in popluar color models

4C1529
RGB762141
HSL338°56.70%19.02%
HSB/HSV338°72.37%29.80%
CMYK0.00%72.37%46.05%
70.20%

Color #4C1529 in popluar number systems.

HEX4C1529
Decimal762141
Binary100110010101101001
Octal1142551

Shades and tints

Shades of #4C1529

#4C1529
(76,21,41)
#461426
(70,20,38)
#401323
(64,19,35)
#3A1220
(58,18,32)
#34111D
(52,17,29)
#2E101A
(46,16,26)
#280F17
(40,15,23)
#220E14
(34,14,20)
#1C0D11
(28,13,17)
#160C0E
(22,12,14)
#100B0B
(16,11,11)
#000000
(0,0,0)

Tints of #4C1529

#4C1529
(76,21,41)
#5C2A3C
(92,42,60)
#6C3F4F
(108,63,79)
#7C5462
(124,84,98)
#8C6975
(140,105,117)
#9C7E88
(156,126,136)
#AC939B
(172,147,155)
#BCA8AE
(188,168,174)
#CCBDC1
(204,189,193)
#DCD2D4
(220,210,212)
#ECE7E7
(236,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C1529 color. Also use rgb(76,21,41) instead hex code.

Text Font Color

.myTextColor { color: #4C1529; }

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

This text font color is #4C1529.


Background Color

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

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

This div background color is #4C1529.


Border color

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

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

This div border color is #4C1529.


Opacity

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

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

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

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

This text has shadow with #4C1529 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C1529 on black background.


Color preview on white background

This text has color #4C1529 on white background.



Black color preview on #4C1529 background

This text has black color on #4C1529 background.


White color preview on #4C1529 background

This text has white color on #4C1529 background.