COLOR #4C310C

HEX: #4C310C
RGB: (76,49,12)

Color info

#4C310C contains mainly red and green colors. Web safe color of #4C310C is #333300 (or #330).

RGB color model

#4C310C color RGB value is (76,49,12).

  • red value is 76;
  • green value is 49;
  • blue value is 12.
RGB:
(76,49,12)
(30%,19%,5%)

RGB channels and saturation

R 76 of 255 = 30%
G 49 of 255 = 19%
B 12 of 255 = 5%

76
49
12

R + G + B ~ 18%. #4C310C is dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 49 + 12 = 137 (100%)
R 76 of 137 ~ 55.47%
G 49 of 137 ~ 35.77%
B 12 of 137 ~ 8.76%

%55.47
%35.77

CMYK color model

#4C310C color CMYK value is (0,36,84,70).

  • cyan value is 0.00%
  • magenta value is 35.53%
  • yellow value is 84.21%
  • key color value is 70.20%
CMYK:
(0,36,84,70)
C0M36Y84K70 
(0%,36%,84%,70%)
(0.00/0.36/0.84/0.70)	

CMYK percentages

%0
%35.53
%84.21
%70.2

Codes

Color #4C310C in popluar color models

4C310C
RGB764912
HSL35°72.73%17.25%
HSB/HSV35°84.21%29.80%
CMYK0.00%35.53%84.21%
70.20%

Color #4C310C in popluar number systems.

HEX4C310C
Decimal764912
Binary10011001100011100
Octal1146114

Shades and tints

Shades of #4C310C

#4C310C
(76,49,12)
#462D0B
(70,45,11)
#40290A
(64,41,10)
#3A2509
(58,37,9)
#342108
(52,33,8)
#2E1D07
(46,29,7)
#281906
(40,25,6)
#221505
(34,21,5)
#1C1104
(28,17,4)
#160D03
(22,13,3)
#100902
(16,9,2)
#000000
(0,0,0)

Tints of #4C310C

#4C310C
(76,49,12)
#5C4322
(92,67,34)
#6C5538
(108,85,56)
#7C674E
(124,103,78)
#8C7964
(140,121,100)
#9C8B7A
(156,139,122)
#AC9D90
(172,157,144)
#BCAFA6
(188,175,166)
#CCC1BC
(204,193,188)
#DCD3D2
(220,211,210)
#ECE5E8
(236,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C310C color. Also use rgb(76,49,12) instead hex code.

Text Font Color

.myTextColor { color: #4C310C; }

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

This text font color is #4C310C.


Background Color

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

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

This div background color is #4C310C.


Border color

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

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

This div border color is #4C310C.


Opacity

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

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

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

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

This text has shadow with #4C310C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C310C on black background.


Color preview on white background

This text has color #4C310C on white background.



Black color preview on #4C310C background

This text has black color on #4C310C background.


White color preview on #4C310C background

This text has white color on #4C310C background.