COLOR #4C0812

HEX: #4C0812
RGB: (76,8,18)

Color info

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

RGB color model

#4C0812 color RGB value is (76,8,18).

  • red value is 76;
  • green value is 8;
  • blue value is 18.
RGB:
(76,8,18)
(30%,3%,7%)

RGB channels and saturation

R 76 of 255 = 30%
G 8 of 255 = 3%
B 18 of 255 = 7%

76
8
18

R + G + B ~ 13%. #4C0812 is dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 8 + 18 = 102 (100%)
R 76 of 102 ~ 74.51%
G 8 of 102 ~ 7.84%
B 18 of 102 ~ 17.65%

%74.51
%17.65

CMYK color model

#4C0812 color CMYK value is (0,89,76,70).

  • cyan value is 0.00%
  • magenta value is 89.47%
  • yellow value is 76.32%
  • key color value is 70.20%
CMYK:
(0,89,76,70)
C0M89Y76K70 
(0%,89%,76%,70%)
(0.00/0.89/0.76/0.70)	

CMYK percentages

%0
%89.47
%76.32
%70.2

Codes

Color #4C0812 in popluar color models

4C0812
RGB76818
HSL351°80.95%16.47%
HSB/HSV351°89.47%29.80%
CMYK0.00%89.47%76.32%
70.20%

Color #4C0812 in popluar number systems.

HEX4C0812
Decimal76818
Binary1001100100010010
Octal1141022

Shades and tints

Shades of #4C0812

#4C0812
(76,8,18)
#460811
(70,8,17)
#400810
(64,8,16)
#3A080F
(58,8,15)
#34080E
(52,8,14)
#2E080D
(46,8,13)
#28080C
(40,8,12)
#22080B
(34,8,11)
#1C080A
(28,8,10)
#160809
(22,8,9)
#100808
(16,8,8)
#000000
(0,0,0)

Tints of #4C0812

#4C0812
(76,8,18)
#5C1E27
(92,30,39)
#6C343C
(108,52,60)
#7C4A51
(124,74,81)
#8C6066
(140,96,102)
#9C767B
(156,118,123)
#AC8C90
(172,140,144)
#BCA2A5
(188,162,165)
#CCB8BA
(204,184,186)
#DCCECF
(220,206,207)
#ECE4E4
(236,228,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C0812; }

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

This text font color is #4C0812.


Background Color

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

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

This div background color is #4C0812.


Border color

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

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

This div border color is #4C0812.


Opacity

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

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

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

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

This text has shadow with #4C0812 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C0812 on black background.


Color preview on white background

This text has color #4C0812 on white background.



Black color preview on #4C0812 background

This text has black color on #4C0812 background.


White color preview on #4C0812 background

This text has white color on #4C0812 background.