COLOR #4C3128

HEX: #4C3128 RGB: (76,49,40)

Color info

#4C3128 contains red, green and blue colors in about the same proportion. Web safe color of #4C3128 is #333333 (or #333).

RGB color model

#4C3128 color RGB value is (76,49,40).

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

RGB channels and saturation

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

76
49
40

R + G + B ~ 22%. #4C3128 is dark color.

Portions of RGB colors in percentages

R + G + B = 76 + 49 + 40 = 165 (100%)
R 76 of 165 ~ 46.06%
G 49 of 165 ~ 29.7%
B 40 of 165 ~ 24.24'%

%46.06
%29.7
%24.24

CMYK color model

#4C3128 color CMYK value is (0,36,47,70).

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

CMYK: (0,36,47,70)
C0M36Y47K70 (0%, 36%, 47%, 70%)
(0.00 / 0.36 / 0.47 / 0.70)

CMYK percentages

%0
%35.53
%47.37
%70.2

Codes

Color #4C3128 in popluar color models

4C 31 28
RGB 76 49 40
HSL 15° 31.03% 22.75%
HSB/HSV 15° 47.37% 29.80%
CMYK 0.00% 35.53% 47.37%
70.20%

Color #4C3128 in popluar number systems.

HEX 4C 31 28
Decimal 76 49 40
Binary 1001100 110001 101000
Octal 114 61 50

Shades and tints

Shades of #4C3128

#4C3128
(76,49,40)
#462D25
(70,45,37)
#402922
(64,41,34)
#3A251F
(58,37,31)
#34211C
(52,33,28)
#2E1D19
(46,29,25)
#281916
(40,25,22)
#221513
(34,21,19)
#1C1110
(28,17,16)
#160D0D
(22,13,13)
#10090A
(16,9,10)
#000000
(0,0,0)

Tints of #4C3128

#4C3128
(76,49,40)
#5C433B
(92,67,59)
#6C554E
(108,85,78)
#7C6761
(124,103,97)
#8C7974
(140,121,116)
#9C8B87
(156,139,135)
#AC9D9A
(172,157,154)
#BCAFAD
(188,175,173)
#CCC1C0
(204,193,192)
#DCD3D3
(220,211,211)
#ECE5E6
(236,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C3128; }

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

This text font color is #4C3128.

Background Color

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

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

This div background color is #4C3128.

Border color

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

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

This div border color is #4C3128.

Opacity

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

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

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

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

This text has shadow with #4C3128 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C3128.

Preview

Color preview on black background

This text has color #4C3128 on black background.


Color preview on white background

This text has color #4C3128 on white background.


Black color preview on #4C3128 background

This text has black color on #4C3128 background.


White color preview on #4C3128 background

This text has white color on #4C3128 background.


Related colors

Complementary color

Complementary color for #hex is #B3CED7.


I love getcolorcode.com

Triadic colors

1 #284C31 and #31284C with #4C3128 are triadic colors.

2 #28314C and #314C28 with #4C3128 are triadic colors.