COLOR #4C1336

HEX: #4C1336
RGB: (76,19,54)

Color info

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

RGB color model

#4C1336 color RGB value is (76,19,54).

  • red value is 76;
  • green value is 19;
  • blue value is 54.
RGB:
(76,19,54)
(30%,7%,21%)

RGB channels and saturation

R 76 of 255 = 30%
G 19 of 255 = 7%
B 54 of 255 = 21%

76
19
54

R + G + B ~ 19%. #4C1336 is dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 19 + 54 = 149 (100%)
R 76 of 149 ~ 51.01%
G 19 of 149 ~ 12.75%
B 54 of 149 ~ 36.24%

%51.01
%12.75
%36.24

CMYK color model

#4C1336 color CMYK value is (0,75,29,70).

  • cyan value is 0.00%
  • magenta value is 75.00%
  • yellow value is 28.95%
  • key color value is 70.20%
CMYK:
(0,75,29,70)
C0M75Y29K70 
(0%,75%,29%,70%)
(0.00/0.75/0.29/0.70)	

CMYK percentages

%0
%75
%28.95
%70.2

Codes

Color #4C1336 in popluar color models

4C1336
RGB761954
HSL323°60.00%18.63%
HSB/HSV323°75.00%29.80%
CMYK0.00%75.00%28.95%
70.20%

Color #4C1336 in popluar number systems.

HEX4C1336
Decimal761954
Binary100110010011110110
Octal1142366

Shades and tints

Shades of #4C1336

#4C1336
(76,19,54)
#461232
(70,18,50)
#40112E
(64,17,46)
#3A102A
(58,16,42)
#340F26
(52,15,38)
#2E0E22
(46,14,34)
#280D1E
(40,13,30)
#220C1A
(34,12,26)
#1C0B16
(28,11,22)
#160A12
(22,10,18)
#10090E
(16,9,14)
#000000
(0,0,0)

Tints of #4C1336

#4C1336
(76,19,54)
#5C2848
(92,40,72)
#6C3D5A
(108,61,90)
#7C526C
(124,82,108)
#8C677E
(140,103,126)
#9C7C90
(156,124,144)
#AC91A2
(172,145,162)
#BCA6B4
(188,166,180)
#CCBBC6
(204,187,198)
#DCD0D8
(220,208,216)
#ECE5EA
(236,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C1336; }

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

This text font color is #4C1336.


Background Color

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

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

This div background color is #4C1336.


Border color

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

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

This div border color is #4C1336.


Opacity

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

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

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

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

This text has shadow with #4C1336 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C1336 on black background.


Color preview on white background

This text has color #4C1336 on white background.



Black color preview on #4C1336 background

This text has black color on #4C1336 background.


White color preview on #4C1336 background

This text has white color on #4C1336 background.