COLOR #4C3210

HEX: #4C3210 RGB: (76,50,16)

Color info

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

RGB color model

#4C3210 color RGB value is (76,50,16).

RGB: (76,50,16) (30%, 20%, 6%)

RGB channels and saturation

R 76 of 255 = 30%
G 50 of 255 = 20%
B 16 of 255 = 6%

76
50
16

R + G + B ~ 19%. #4C3210 is dark color.

Portions of RGB colors in percentages

R + G + B = 76 + 50 + 16 = 142 (100%)
R 76 of 142 ~ 53.52%
G 50 of 142 ~ 35.21%
B 16 of 142 ~ 11.27'%

%53.52
%35.21
%11.27

CMYK color model

#4C3210 color CMYK value is (0,34,79,70).

  • cyan value is 0.00%
  • magenta value is 34.21%
  • yellow value is 78.95%
  • key color value is 70.20%

CMYK: (0,34,79,70)
C0M34Y79K70 (0%, 34%, 79%, 70%)
(0.00 / 0.34 / 0.79 / 0.70)

CMYK percentages

%0
%34.21
%78.95
%70.2

Codes

Color #4C3210 in popluar color models

4C 32 10
RGB 76 50 16
HSL 34° 65.22% 18.04%
HSB/HSV 34° 78.95% 29.80%
CMYK 0.00% 34.21% 78.95%
70.20%

Color #4C3210 in popluar number systems.

HEX 4C 32 10
Decimal 76 50 16
Binary 1001100 110010 10000
Octal 114 62 20

Shades and tints

Shades of #4C3210

#4C3210
(76,50,16)
#462E0F
(70,46,15)
#402A0E
(64,42,14)
#3A260D
(58,38,13)
#34220C
(52,34,12)
#2E1E0B
(46,30,11)
#281A0A
(40,26,10)
#221609
(34,22,9)
#1C1208
(28,18,8)
#160E07
(22,14,7)
#100A06
(16,10,6)
#000000
(0,0,0)

Tints of #4C3210

#4C3210
(76,50,16)
#5C4425
(92,68,37)
#6C563A
(108,86,58)
#7C684F
(124,104,79)
#8C7A64
(140,122,100)
#9C8C79
(156,140,121)
#AC9E8E
(172,158,142)
#BCB0A3
(188,176,163)
#CCC2B8
(204,194,184)
#DCD4CD
(220,212,205)
#ECE6E2
(236,230,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C3210; }

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

This text font color is #4C3210.

Background Color

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

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

This div background color is #4C3210.

Border color

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

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

This div border color is #4C3210.

Opacity

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

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

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

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

This text has shadow with #4C3210 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C3210.

Preview

Color preview on black background

This text has color #4C3210 on black background.


Color preview on white background

This text has color #4C3210 on white background.


Black color preview on #4C3210 background

This text has black color on #4C3210 background.


White color preview on #4C3210 background

This text has white color on #4C3210 background.


Related colors

Complementary color

Complementary color for #hex is #B3CDEF.


I love getcolorcode.com

Triadic colors

1 #104C32 and #32104C with #4C3210 are triadic colors.

2 #10324C and #324C10 with #4C3210 are triadic colors.