COLOR #4C3827

HEX: #4C3827
RGB: (76,56,39)

Color info

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

RGB color model

#4C3827 color RGB value is (76,56,39).

  • red value is 76;
  • green value is 56;
  • blue value is 39.
RGB:
(76,56,39)
(30%,22%,15%)

RGB channels and saturation

R 76 of 255 = 30%
G 56 of 255 = 22%
B 39 of 255 = 15%

76
56
39

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

Portions of RGB colors in percentages

R + G + B =
76 + 56 + 39 = 171 (100%)
R 76 of 171 ~ 44.44%
G 56 of 171 ~ 32.75%
B 39 of 171 ~ 22.81%

%44.44
%32.75
%22.81

CMYK color model

#4C3827 color CMYK value is (0,26,49,70).

  • cyan value is 0.00%
  • magenta value is 26.32%
  • yellow value is 48.68%
  • key color value is 70.20%
CMYK:
(0,26,49,70)
C0M26Y49K70 
(0%,26%,49%,70%)
(0.00/0.26/0.49/0.70)	

CMYK percentages

%0
%26.32
%48.68
%70.2

Codes

Color #4C3827 in popluar color models

4C3827
RGB765639
HSL28°32.17%22.55%
HSB/HSV28°48.68%29.80%
CMYK0.00%26.32%48.68%
70.20%

Color #4C3827 in popluar number systems.

HEX4C3827
Decimal765639
Binary1001100111000100111
Octal1147047

Shades and tints

Shades of #4C3827

#4C3827
(76,56,39)
#463324
(70,51,36)
#402E21
(64,46,33)
#3A291E
(58,41,30)
#34241B
(52,36,27)
#2E1F18
(46,31,24)
#281A15
(40,26,21)
#221512
(34,21,18)
#1C100F
(28,16,15)
#160B0C
(22,11,12)
#100609
(16,6,9)
#000000
(0,0,0)

Tints of #4C3827

#4C3827
(76,56,39)
#5C4A3A
(92,74,58)
#6C5C4D
(108,92,77)
#7C6E60
(124,110,96)
#8C8073
(140,128,115)
#9C9286
(156,146,134)
#ACA499
(172,164,153)
#BCB6AC
(188,182,172)
#CCC8BF
(204,200,191)
#DCDAD2
(220,218,210)
#ECECE5
(236,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C3827; }

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

This text font color is #4C3827.


Background Color

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

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

This div background color is #4C3827.


Border color

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

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

This div border color is #4C3827.


Opacity

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

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

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

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

This text has shadow with #4C3827 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C3827 on black background.


Color preview on white background

This text has color #4C3827 on white background.



Black color preview on #4C3827 background

This text has black color on #4C3827 background.


White color preview on #4C3827 background

This text has white color on #4C3827 background.