COLOR #4C3110

HEX: #4C3110 RGB: (76,49,16)

Color info

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

RGB color model

#4C3110 color RGB value is (76,49,16).

RGB: (76,49,16) (30%, 19%, 6%)

RGB channels and saturation

R 76 of 255 = 30%
G 49 of 255 = 19%
B 16 of 255 = 6%

76
49
16

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

Portions of RGB colors in percentages

R + G + B = 76 + 49 + 16 = 141 (100%)
R 76 of 141 ~ 53.9%
G 49 of 141 ~ 34.75%
B 16 of 141 ~ 11.35'%

%53.9
%34.75
%11.35

CMYK color model

#4C3110 color CMYK value is (0,36,79,70).

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

CMYK: (0,36,79,70)
C0M36Y79K70 (0%, 36%, 79%, 70%)
(0.00 / 0.36 / 0.79 / 0.70)

CMYK percentages

%0
%35.53
%78.95
%70.2

Codes

Color #4C3110 in popluar color models

4C 31 10
RGB 76 49 16
HSL 33° 65.22% 18.04%
HSB/HSV 33° 78.95% 29.80%
CMYK 0.00% 35.53% 78.95%
70.20%

Color #4C3110 in popluar number systems.

HEX 4C 31 10
Decimal 76 49 16
Binary 1001100 110001 10000
Octal 114 61 20

Shades and tints

Shades of #4C3110

#4C3110
(76,49,16)
#462D0F
(70,45,15)
#40290E
(64,41,14)
#3A250D
(58,37,13)
#34210C
(52,33,12)
#2E1D0B
(46,29,11)
#28190A
(40,25,10)
#221509
(34,21,9)
#1C1108
(28,17,8)
#160D07
(22,13,7)
#100906
(16,9,6)
#000000
(0,0,0)

Tints of #4C3110

#4C3110
(76,49,16)
#5C4325
(92,67,37)
#6C553A
(108,85,58)
#7C674F
(124,103,79)
#8C7964
(140,121,100)
#9C8B79
(156,139,121)
#AC9D8E
(172,157,142)
#BCAFA3
(188,175,163)
#CCC1B8
(204,193,184)
#DCD3CD
(220,211,205)
#ECE5E2
(236,229,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C3110; }

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

This text font color is #4C3110.

Background Color

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

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

This div background color is #4C3110.

Border color

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

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

This div border color is #4C3110.

Opacity

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

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

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

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

This text has shadow with #4C3110 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C3110.

Preview

Color preview on black background

This text has color #4C3110 on black background.


Color preview on white background

This text has color #4C3110 on white background.


Black color preview on #4C3110 background

This text has black color on #4C3110 background.


White color preview on #4C3110 background

This text has white color on #4C3110 background.


Related colors

Complementary color

Complementary color for #hex is #B3CEEF.


I love getcolorcode.com

Triadic colors

1 #104C31 and #31104C with #4C3110 are triadic colors.

2 #10314C and #314C10 with #4C3110 are triadic colors.