COLOR #4C3819

HEX: #4C3819 RGB: (76,56,25)

Color info

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

RGB color model

#4C3819 color RGB value is (76,56,25).

RGB: (76,56,25) (30%, 22%, 10%)

RGB channels and saturation

R 76 of 255 = 30%
G 56 of 255 = 22%
B 25 of 255 = 10%

76
56
25

R + G + B ~ 21%. #4C3819 is dark color.

Portions of RGB colors in percentages

R + G + B = 76 + 56 + 25 = 157 (100%)
R 76 of 157 ~ 48.41%
G 56 of 157 ~ 35.67%
B 25 of 157 ~ 15.92'%

%48.41
%35.67
%15.92

CMYK color model

#4C3819 color CMYK value is (0,26,67,70).

  • cyan value is 0.00%
  • magenta value is 26.32%
  • yellow value is 67.11%
  • key color value is 70.20%

CMYK: (0,26,67,70)
C0M26Y67K70 (0%, 26%, 67%, 70%)
(0.00 / 0.26 / 0.67 / 0.70)

CMYK percentages

%0
%26.32
%67.11
%70.2

Codes

Color #4C3819 in popluar color models

4C 38 19
RGB 76 56 25
HSL 36° 50.50% 19.80%
HSB/HSV 36° 67.11% 29.80%
CMYK 0.00% 26.32% 67.11%
70.20%

Color #4C3819 in popluar number systems.

HEX 4C 38 19
Decimal 76 56 25
Binary 1001100 111000 11001
Octal 114 70 31

Shades and tints

Shades of #4C3819

#4C3819
(76,56,25)
#463317
(70,51,23)
#402E15
(64,46,21)
#3A2913
(58,41,19)
#342411
(52,36,17)
#2E1F0F
(46,31,15)
#281A0D
(40,26,13)
#22150B
(34,21,11)
#1C1009
(28,16,9)
#160B07
(22,11,7)
#100605
(16,6,5)
#000000
(0,0,0)

Tints of #4C3819

#4C3819
(76,56,25)
#5C4A2D
(92,74,45)
#6C5C41
(108,92,65)
#7C6E55
(124,110,85)
#8C8069
(140,128,105)
#9C927D
(156,146,125)
#ACA491
(172,164,145)
#BCB6A5
(188,182,165)
#CCC8B9
(204,200,185)
#DCDACD
(220,218,205)
#ECECE1
(236,236,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C3819 color. Also use rgb(76,56,25) instead hex code.

Text Font Color

.myTextColor { color: #4C3819; }

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

This text font color is #4C3819.

Background Color

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

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

This div background color is #4C3819.

Border color

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

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

This div border color is #4C3819.

Opacity

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

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

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

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

This text has shadow with #4C3819 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C3819.

Preview

Color preview on black background

This text has color #4C3819 on black background.


Color preview on white background

This text has color #4C3819 on white background.


Black color preview on #4C3819 background

This text has black color on #4C3819 background.


White color preview on #4C3819 background

This text has white color on #4C3819 background.


Related colors

Complementary color

Complementary color for #hex is #B3C7E6.


I love getcolorcode.com

Triadic colors

1 #194C38 and #38194C with #4C3819 are triadic colors.

2 #19384C and #384C19 with #4C3819 are triadic colors.