COLOR #4C101A

HEX: #4C101A
RGB: (76,16,26)

Color info

#4C101A contains mainly red and blue colors. Web safe color of #4C101A is #330000 (or #300).

RGB color model

#4C101A color RGB value is (76,16,26).

  • red value is 76;
  • green value is 16;
  • blue value is 26.
RGB:
(76,16,26)
(30%,6%,10%)

RGB channels and saturation

R 76 of 255 = 30%
G 16 of 255 = 6%
B 26 of 255 = 10%

76
16
26

R + G + B ~ 15%. #4C101A is dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 16 + 26 = 118 (100%)
R 76 of 118 ~ 64.41%
G 16 of 118 ~ 13.56%
B 26 of 118 ~ 22.03%

%64.41
%13.56
%22.03

CMYK color model

#4C101A color CMYK value is (0,79,66,70).

  • cyan value is 0.00%
  • magenta value is 78.95%
  • yellow value is 65.79%
  • key color value is 70.20%
CMYK:
(0,79,66,70)
C0M79Y66K70 
(0%,79%,66%,70%)
(0.00/0.79/0.66/0.70)	

CMYK percentages

%0
%78.95
%65.79
%70.2

Codes

Color #4C101A in popluar color models

4C101A
RGB761626
HSL350°65.22%18.04%
HSB/HSV350°78.95%29.80%
CMYK0.00%78.95%65.79%
70.20%

Color #4C101A in popluar number systems.

HEX4C101A
Decimal761626
Binary10011001000011010
Octal1142032

Shades and tints

Shades of #4C101A

#4C101A
(76,16,26)
#460F18
(70,15,24)
#400E16
(64,14,22)
#3A0D14
(58,13,20)
#340C12
(52,12,18)
#2E0B10
(46,11,16)
#280A0E
(40,10,14)
#22090C
(34,9,12)
#1C080A
(28,8,10)
#160708
(22,7,8)
#100606
(16,6,6)
#000000
(0,0,0)

Tints of #4C101A

#4C101A
(76,16,26)
#5C252E
(92,37,46)
#6C3A42
(108,58,66)
#7C4F56
(124,79,86)
#8C646A
(140,100,106)
#9C797E
(156,121,126)
#AC8E92
(172,142,146)
#BCA3A6
(188,163,166)
#CCB8BA
(204,184,186)
#DCCDCE
(220,205,206)
#ECE2E2
(236,226,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C101A; }

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

This text font color is #4C101A.


Background Color

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

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

This div background color is #4C101A.


Border color

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

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

This div border color is #4C101A.


Opacity

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

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

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

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

This text has shadow with #4C101A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C101A on black background.


Color preview on white background

This text has color #4C101A on white background.



Black color preview on #4C101A background

This text has black color on #4C101A background.


White color preview on #4C101A background

This text has white color on #4C101A background.