COLOR #4C4427

HEX: #4C4427 RGB: (76,68,39)

Color info

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

RGB color model

#4C4427 color RGB value is (76,68,39).

RGB: (76,68,39) (30%, 27%, 15%)

RGB channels and saturation

R 76 of 255 = 30%
G 68 of 255 = 27%
B 39 of 255 = 15%

76
68
39

R + G + B ~ 24%. #4C4427 is dark color.

Portions of RGB colors in percentages

R + G + B = 76 + 68 + 39 = 183 (100%)
R 76 of 183 ~ 41.53%
G 68 of 183 ~ 37.16%
B 39 of 183 ~ 21.31'%

%41.53
%37.16
%21.31

CMYK color model

#4C4427 color CMYK value is (0,11,49,70).

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

CMYK: (0,11,49,70)
C0M11Y49K70 (0%, 11%, 49%, 70%)
(0.00 / 0.11 / 0.49 / 0.70)

CMYK percentages

%0
%10.53
%48.68
%70.2

Codes

Color #4C4427 in popluar color models

4C 44 27
RGB 76 68 39
HSL 47° 32.17% 22.55%
HSB/HSV 47° 48.68% 29.80%
CMYK 0.00% 10.53% 48.68%
70.20%

Color #4C4427 in popluar number systems.

HEX 4C 44 27
Decimal 76 68 39
Binary 1001100 1000100 100111
Octal 114 104 47

Shades and tints

Shades of #4C4427

#4C4427
(76,68,39)
#463E24
(70,62,36)
#403821
(64,56,33)
#3A321E
(58,50,30)
#342C1B
(52,44,27)
#2E2618
(46,38,24)
#282015
(40,32,21)
#221A12
(34,26,18)
#1C140F
(28,20,15)
#160E0C
(22,14,12)
#100809
(16,8,9)
#000000
(0,0,0)

Tints of #4C4427

#4C4427
(76,68,39)
#5C553A
(92,85,58)
#6C664D
(108,102,77)
#7C7760
(124,119,96)
#8C8873
(140,136,115)
#9C9986
(156,153,134)
#ACAA99
(172,170,153)
#BCBBAC
(188,187,172)
#CCCCBF
(204,204,191)
#DCDDD2
(220,221,210)
#ECEEE5
(236,238,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C4427; }

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

This text font color is #4C4427.

Background Color

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

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

This div background color is #4C4427.

Border color

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

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

This div border color is #4C4427.

Opacity

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

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

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

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

This text has shadow with #4C4427 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C4427.

Preview

Color preview on black background

This text has color #4C4427 on black background.


Color preview on white background

This text has color #4C4427 on white background.


Black color preview on #4C4427 background

This text has black color on #4C4427 background.


White color preview on #4C4427 background

This text has white color on #4C4427 background.


Related colors

Complementary color

Complementary color for #hex is #B3BBD8.


I love getcolorcode.com

Triadic colors

1 #274C44 and #44274C with #4C4427 are triadic colors.

2 #27444C and #444C27 with #4C4427 are triadic colors.