COLOR #4C3727

HEX: #4C3727 RGB: (76,55,39)

Color info

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

RGB color model

#4C3727 color RGB value is (76,55,39).

RGB: (76,55,39) (30%, 22%, 15%)

RGB channels and saturation

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

76
55
39

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

Portions of RGB colors in percentages

R + G + B = 76 + 55 + 39 = 170 (100%)
R 76 of 170 ~ 44.71%
G 55 of 170 ~ 32.35%
B 39 of 170 ~ 22.94'%

%44.71
%32.35
%22.94

CMYK color model

#4C3727 color CMYK value is (0,28,49,70).

  • cyan value is 0.00%
  • magenta value is 27.63%
  • yellow value is 48.68%
  • key color value is 70.20%

CMYK: (0,28,49,70)
C0M28Y49K70 (0%, 28%, 49%, 70%)
(0.00 / 0.28 / 0.49 / 0.70)

CMYK percentages

%0
%27.63
%48.68
%70.2

Codes

Color #4C3727 in popluar color models

4C 37 27
RGB 76 55 39
HSL 26° 32.17% 22.55%
HSB/HSV 26° 48.68% 29.80%
CMYK 0.00% 27.63% 48.68%
70.20%

Color #4C3727 in popluar number systems.

HEX 4C 37 27
Decimal 76 55 39
Binary 1001100 110111 100111
Octal 114 67 47

Shades and tints

Shades of #4C3727

#4C3727
(76,55,39)
#463224
(70,50,36)
#402D21
(64,45,33)
#3A281E
(58,40,30)
#34231B
(52,35,27)
#2E1E18
(46,30,24)
#281915
(40,25,21)
#221412
(34,20,18)
#1C0F0F
(28,15,15)
#160A0C
(22,10,12)
#100509
(16,5,9)
#000000
(0,0,0)

Tints of #4C3727

#4C3727
(76,55,39)
#5C493A
(92,73,58)
#6C5B4D
(108,91,77)
#7C6D60
(124,109,96)
#8C7F73
(140,127,115)
#9C9186
(156,145,134)
#ACA399
(172,163,153)
#BCB5AC
(188,181,172)
#CCC7BF
(204,199,191)
#DCD9D2
(220,217,210)
#ECEBE5
(236,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C3727; }

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

This text font color is #4C3727.

Background Color

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

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

This div background color is #4C3727.

Border color

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

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

This div border color is #4C3727.

Opacity

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

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

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

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

This text has shadow with #4C3727 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C3727.

Preview

Color preview on black background

This text has color #4C3727 on black background.


Color preview on white background

This text has color #4C3727 on white background.


Black color preview on #4C3727 background

This text has black color on #4C3727 background.


White color preview on #4C3727 background

This text has white color on #4C3727 background.


Related colors

Complementary color

Complementary color for #hex is #B3C8D8.


I love getcolorcode.com

Triadic colors

1 #274C37 and #37274C with #4C3727 are triadic colors.

2 #27374C and #374C27 with #4C3727 are triadic colors.