COLOR #4C2010

HEX: #4C2010
RGB: (76,32,16)

Color info

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

RGB color model

#4C2010 color RGB value is (76,32,16).

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

RGB channels and saturation

R 76 of 255 = 30%
G 32 of 255 = 13%
B 16 of 255 = 6%

76
32
16

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

Portions of RGB colors in percentages

R + G + B =
76 + 32 + 16 = 124 (100%)
R 76 of 124 ~ 61.29%
G 32 of 124 ~ 25.81%
B 16 of 124 ~ 12.9%

%61.29
%25.81
%12.9

CMYK color model

#4C2010 color CMYK value is (0,58,79,70).

  • cyan value is 0.00%
  • magenta value is 57.89%
  • yellow value is 78.95%
  • key color value is 70.20%
CMYK:
(0,58,79,70)
C0M58Y79K70 
(0%,58%,79%,70%)
(0.00/0.58/0.79/0.70)	

CMYK percentages

%0
%57.89
%78.95
%70.2

Codes

Color #4C2010 in popluar color models

4C2010
RGB763216
HSL16°65.22%18.04%
HSB/HSV16°78.95%29.80%
CMYK0.00%57.89%78.95%
70.20%

Color #4C2010 in popluar number systems.

HEX4C2010
Decimal763216
Binary100110010000010000
Octal1144020

Shades and tints

Shades of #4C2010

#4C2010
(76,32,16)
#461E0F
(70,30,15)
#401C0E
(64,28,14)
#3A1A0D
(58,26,13)
#34180C
(52,24,12)
#2E160B
(46,22,11)
#28140A
(40,20,10)
#221209
(34,18,9)
#1C1008
(28,16,8)
#160E07
(22,14,7)
#100C06
(16,12,6)
#000000
(0,0,0)

Tints of #4C2010

#4C2010
(76,32,16)
#5C3425
(92,52,37)
#6C483A
(108,72,58)
#7C5C4F
(124,92,79)
#8C7064
(140,112,100)
#9C8479
(156,132,121)
#AC988E
(172,152,142)
#BCACA3
(188,172,163)
#CCC0B8
(204,192,184)
#DCD4CD
(220,212,205)
#ECE8E2
(236,232,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C2010; }

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

This text font color is #4C2010.


Background Color

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

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

This div background color is #4C2010.


Border color

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

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

This div border color is #4C2010.


Opacity

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

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

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

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

This text has shadow with #4C2010 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C2010 on black background.


Color preview on white background

This text has color #4C2010 on white background.



Black color preview on #4C2010 background

This text has black color on #4C2010 background.


White color preview on #4C2010 background

This text has white color on #4C2010 background.