COLOR #4C3318

HEX: #4C3318 RGB: (76,51,24)

Color info

#4C3318 contains red, green and blue colors in about the same proportion. Web safe color of #4C3318 is #333300 (or #330).

RGB color model

#4C3318 color RGB value is (76,51,24).

RGB: (76,51,24) (30%, 20%, 9%)

RGB channels and saturation

R 76 of 255 = 30%
G 51 of 255 = 20%
B 24 of 255 = 9%

76
51
24

R + G + B ~ 20%. #4C3318 is dark color.

Portions of RGB colors in percentages

R + G + B = 76 + 51 + 24 = 151 (100%)
R 76 of 151 ~ 50.33%
G 51 of 151 ~ 33.77%
B 24 of 151 ~ 15.89'%

%50.33
%33.77
%15.89

CMYK color model

#4C3318 color CMYK value is (0,33,68,70).

  • cyan value is 0.00%
  • magenta value is 32.89%
  • yellow value is 68.42%
  • key color value is 70.20%

CMYK: (0,33,68,70)
C0M33Y68K70 (0%, 33%, 68%, 70%)
(0.00 / 0.33 / 0.68 / 0.70)

CMYK percentages

%0
%32.89
%68.42
%70.2

Codes

Color #4C3318 in popluar color models

4C 33 18
RGB 76 51 24
HSL 31° 52.00% 19.61%
HSB/HSV 31° 68.42% 29.80%
CMYK 0.00% 32.89% 68.42%
70.20%

Color #4C3318 in popluar number systems.

HEX 4C 33 18
Decimal 76 51 24
Binary 1001100 110011 11000
Octal 114 63 30

Shades and tints

Shades of #4C3318

#4C3318
(76,51,24)
#462F16
(70,47,22)
#402B14
(64,43,20)
#3A2712
(58,39,18)
#342310
(52,35,16)
#2E1F0E
(46,31,14)
#281B0C
(40,27,12)
#22170A
(34,23,10)
#1C1308
(28,19,8)
#160F06
(22,15,6)
#100B04
(16,11,4)
#000000
(0,0,0)

Tints of #4C3318

#4C3318
(76,51,24)
#5C452D
(92,69,45)
#6C5742
(108,87,66)
#7C6957
(124,105,87)
#8C7B6C
(140,123,108)
#9C8D81
(156,141,129)
#AC9F96
(172,159,150)
#BCB1AB
(188,177,171)
#CCC3C0
(204,195,192)
#DCD5D5
(220,213,213)
#ECE7EA
(236,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C3318 color. Also use rgb(76,51,24) instead hex code.

Text Font Color

.myTextColor { color: #4C3318; }

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

This text font color is #4C3318.

Background Color

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

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

This div background color is #4C3318.

Border color

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

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

This div border color is #4C3318.

Opacity

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

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

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

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

This text has shadow with #4C3318 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C3318.

Preview

Color preview on black background

This text has color #4C3318 on black background.


Color preview on white background

This text has color #4C3318 on white background.


Black color preview on #4C3318 background

This text has black color on #4C3318 background.


White color preview on #4C3318 background

This text has white color on #4C3318 background.


Related colors

Complementary color

Complementary color for #hex is #B3CCE7.


I love getcolorcode.com

Triadic colors

1 #184C33 and #33184C with #4C3318 are triadic colors.

2 #18334C and #334C18 with #4C3318 are triadic colors.