COLOR #4C061C

HEX: #4C061C RGB: (76,6,28)

Color info

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

RGB color model

#4C061C color RGB value is (76,6,28).

RGB: (76,6,28) (30%, 2%, 11%)

RGB channels and saturation

R 76 of 255 = 30%
G 6 of 255 = 2%
B 28 of 255 = 11%

76
6
28

R + G + B ~ 14%. #4C061C is dark color.

Portions of RGB colors in percentages

R + G + B = 76 + 6 + 28 = 110 (100%)
R 76 of 110 ~ 69.09%
G 6 of 110 ~ 5.45%
B 28 of 110 ~ 25.45'%

%69.09
%25.45

CMYK color model

#4C061C color CMYK value is (0,92,63,70).

  • cyan value is 0.00%
  • magenta value is 92.11%
  • yellow value is 63.16%
  • key color value is 70.20%

CMYK: (0,92,63,70)
C0M92Y63K70 (0%, 92%, 63%, 70%)
(0.00 / 0.92 / 0.63 / 0.70)

CMYK percentages

%0
%92.11
%63.16
%70.2

Codes

Color #4C061C in popluar color models

4C 06 1C
RGB 76 6 28
HSL 341° 85.37% 16.08%
HSB/HSV 341° 92.11% 29.80%
CMYK 0.00% 92.11% 63.16%
70.20%

Color #4C061C in popluar number systems.

HEX 4C 06 1C
Decimal 76 6 28
Binary 1001100 110 11100
Octal 114 6 34

Shades and tints

Shades of #4C061C

#4C061C
(76,6,28)
#46061A
(70,6,26)
#400618
(64,6,24)
#3A0616
(58,6,22)
#340614
(52,6,20)
#2E0612
(46,6,18)
#280610
(40,6,16)
#22060E
(34,6,14)
#1C060C
(28,6,12)
#16060A
(22,6,10)
#100608
(16,6,8)
#000000
(0,0,0)

Tints of #4C061C

#4C061C
(76,6,28)
#5C1C30
(92,28,48)
#6C3244
(108,50,68)
#7C4858
(124,72,88)
#8C5E6C
(140,94,108)
#9C7480
(156,116,128)
#AC8A94
(172,138,148)
#BCA0A8
(188,160,168)
#CCB6BC
(204,182,188)
#DCCCD0
(220,204,208)
#ECE2E4
(236,226,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C061C color. Also use rgb(76,6,28) instead hex code.

Text Font Color

.myTextColor { color: #4C061C; }

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

This text font color is #4C061C.

Background Color

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

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

This div background color is #4C061C.

Border color

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

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

This div border color is #4C061C.

Opacity

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

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

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

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

This text has shadow with #4C061C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C061C.

Preview

Color preview on black background

This text has color #4C061C on black background.


Color preview on white background

This text has color #4C061C on white background.


Black color preview on #4C061C background

This text has black color on #4C061C background.


White color preview on #4C061C background

This text has white color on #4C061C background.


Related colors

Complementary color

Complementary color for #hex is #B3F9E3.


I love getcolorcode.com

Triadic colors

1 #1C4C06 and #061C4C with #4C061C are triadic colors.

2 #1C064C and #064C1C with #4C061C are triadic colors.