COLOR #4C121A

HEX: #4C121A RGB: (76,18,26)

Color info

#4C121A contains red, green and blue colors in about the same proportion. Web safe color of #4C121A is #330000 (or #300).

RGB color model

#4C121A color RGB value is (76,18,26).

RGB: (76,18,26) (30%, 7%, 10%)

RGB channels and saturation

R 76 of 255 = 30%
G 18 of 255 = 7%
B 26 of 255 = 10%

76
18
26

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

Portions of RGB colors in percentages

R + G + B = 76 + 18 + 26 = 120 (100%)
R 76 of 120 ~ 63.33%
G 18 of 120 ~ 15%
B 26 of 120 ~ 21.67'%

%63.33
%15
%21.67

CMYK color model

#4C121A color CMYK value is (0,76,66,70).

  • cyan value is 0.00%
  • magenta value is 76.32%
  • yellow value is 65.79%
  • key color value is 70.20%
CMYK: (0,76,66,70) C0M76Y66K70 (0%,76%,66%,70%) (0.00/0.76/0.66/0.70) 

CMYK percentages

%0
%76.32
%65.79
%70.2

Codes

Color #4C121A in popluar color models

4C 12 1A
RGB 76 18 26
HSL 352° 61.70% 18.43%
HSB/HSV 352° 76.32% 29.80%
CMYK 0.00% 76.32% 65.79%
70.20%

Color #4C121A in popluar number systems.

HEX 4C 12 1A
Decimal 76 18 26
Binary 1001100 10010 11010
Octal 114 22 32

Shades and tints

Shades of #4C121A

#4C121A
(76,18,26)
#461118
(70,17,24)
#401016
(64,16,22)
#3A0F14
(58,15,20)
#340E12
(52,14,18)
#2E0D10
(46,13,16)
#280C0E
(40,12,14)
#220B0C
(34,11,12)
#1C0A0A
(28,10,10)
#160908
(22,9,8)
#100806
(16,8,6)
#000000
(0,0,0)

Tints of #4C121A

#4C121A
(76,18,26)
#5C272E
(92,39,46)
#6C3C42
(108,60,66)
#7C5156
(124,81,86)
#8C666A
(140,102,106)
#9C7B7E
(156,123,126)
#AC9092
(172,144,146)
#BCA5A6
(188,165,166)
#CCBABA
(204,186,186)
#DCCFCE
(220,207,206)
#ECE4E2
(236,228,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C121A; }

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

This text font color is #4C121A.

Background Color

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

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

This div background color is #4C121A.

Border color

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

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

This div border color is #4C121A.

Opacity

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

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

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

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

This text has shadow with #4C121A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C121A.

Preview

Color preview on black background

This text has color #4C121A on black background.


Color preview on white background

This text has color #4C121A on white background.


Black color preview on #4C121A background

This text has black color on #4C121A background.


White color preview on #4C121A background

This text has white color on #4C121A background.


Related colors

Complementary color

Complementary color for #hex is #B3EDE5.


I love getcolorcode.com

Triadic colors

1 #1A4C12 and #121A4C with #4C121A are triadic colors.

2 #1A124C and #124C1A with #4C121A are triadic colors.