COLOR #4C320D

HEX: #4C320D RGB: (76,50,13)

Color info

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

RGB color model

#4C320D color RGB value is (76,50,13).

RGB: (76,50,13) (30%, 20%, 5%)

RGB channels and saturation

R 76 of 255 = 30%
G 50 of 255 = 20%
B 13 of 255 = 5%

76
50
13

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

Portions of RGB colors in percentages

R + G + B = 76 + 50 + 13 = 139 (100%)
R 76 of 139 ~ 54.68%
G 50 of 139 ~ 35.97%
B 13 of 139 ~ 9.35'%

%54.68
%35.97

CMYK color model

#4C320D color CMYK value is (0,34,83,70).

  • cyan value is 0.00%
  • magenta value is 34.21%
  • yellow value is 82.89%
  • key color value is 70.20%
CMYK: (0,34,83,70) C0M34Y83K70 (0%,34%,83%,70%) (0.00/0.34/0.83/0.70) 

CMYK percentages

%0
%34.21
%82.89
%70.2

Codes

Color #4C320D in popluar color models

4C 32 0D
RGB 76 50 13
HSL 35° 70.79% 17.45%
HSB/HSV 35° 82.89% 29.80%
CMYK 0.00% 34.21% 82.89%
70.20%

Color #4C320D in popluar number systems.

HEX 4C 32 0D
Decimal 76 50 13
Binary 1001100 110010 1101
Octal 114 62 15

Shades and tints

Shades of #4C320D

#4C320D
(76,50,13)
#462E0C
(70,46,12)
#402A0B
(64,42,11)
#3A260A
(58,38,10)
#342209
(52,34,9)
#2E1E08
(46,30,8)
#281A07
(40,26,7)
#221606
(34,22,6)
#1C1205
(28,18,5)
#160E04
(22,14,4)
#100A03
(16,10,3)
#000000
(0,0,0)

Tints of #4C320D

#4C320D
(76,50,13)
#5C4423
(92,68,35)
#6C5639
(108,86,57)
#7C684F
(124,104,79)
#8C7A65
(140,122,101)
#9C8C7B
(156,140,123)
#AC9E91
(172,158,145)
#BCB0A7
(188,176,167)
#CCC2BD
(204,194,189)
#DCD4D3
(220,212,211)
#ECE6E9
(236,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C320D; }

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

This text font color is #4C320D.

Background Color

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

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

This div background color is #4C320D.

Border color

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

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

This div border color is #4C320D.

Opacity

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

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

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

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

This text has shadow with #4C320D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C320D.

Preview

Color preview on black background

This text has color #4C320D on black background.


Color preview on white background

This text has color #4C320D on white background.


Black color preview on #4C320D background

This text has black color on #4C320D background.


White color preview on #4C320D background

This text has white color on #4C320D background.


Related colors

Complementary color

Complementary color for #hex is #B3CDF2.


I love getcolorcode.com

Triadic colors

1 #0D4C32 and #320D4C with #4C320D are triadic colors.

2 #0D324C and #324C0D with #4C320D are triadic colors.