COLOR #4C4532

HEX: #4C4532 RGB: (76,69,50)

Color info

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

RGB color model

#4C4532 color RGB value is (76,69,50).

RGB: (76,69,50) (30%, 27%, 20%)

RGB channels and saturation

R 76 of 255 = 30%
G 69 of 255 = 27%
B 50 of 255 = 20%

76
69
50

R + G + B ~ 26%. #4C4532 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 76 + 69 + 50 = 195 (100%)
R 76 of 195 ~ 38.97%
G 69 of 195 ~ 35.38%
B 50 of 195 ~ 25.64'%

%38.97
%35.38
%25.64

CMYK color model

#4C4532 color CMYK value is (0,9,34,70).

  • cyan value is 0.00%
  • magenta value is 9.21%
  • yellow value is 34.21%
  • key color value is 70.20%

CMYK: (0,9,34,70)
C0M9Y34K70 (0%, 9%, 34%, 70%)
(0.00 / 0.09 / 0.34 / 0.70)

CMYK percentages

%0
%9.21
%34.21
%70.2

Codes

Color #4C4532 in popluar color models

4C 45 32
RGB 76 69 50
HSL 44° 20.63% 24.71%
HSB/HSV 44° 34.21% 29.80%
CMYK 0.00% 9.21% 34.21%
70.20%

Color #4C4532 in popluar number systems.

HEX 4C 45 32
Decimal 76 69 50
Binary 1001100 1000101 110010
Octal 114 105 62

Shades and tints

Shades of #4C4532

#4C4532
(76,69,50)
#463F2E
(70,63,46)
#40392A
(64,57,42)
#3A3326
(58,51,38)
#342D22
(52,45,34)
#2E271E
(46,39,30)
#28211A
(40,33,26)
#221B16
(34,27,22)
#1C1512
(28,21,18)
#160F0E
(22,15,14)
#10090A
(16,9,10)
#000000
(0,0,0)

Tints of #4C4532

#4C4532
(76,69,50)
#5C5544
(92,85,68)
#6C6556
(108,101,86)
#7C7568
(124,117,104)
#8C857A
(140,133,122)
#9C958C
(156,149,140)
#ACA59E
(172,165,158)
#BCB5B0
(188,181,176)
#CCC5C2
(204,197,194)
#DCD5D4
(220,213,212)
#ECE5E6
(236,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C4532 color. Also use rgb(76,69,50) instead hex code.

Text Font Color

.myTextColor { color: #4C4532; }

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

This text font color is #4C4532.

Background Color

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

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

This div background color is #4C4532.

Border color

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

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

This div border color is #4C4532.

Opacity

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

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

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

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

This text has shadow with #4C4532 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C4532.

Preview

Color preview on black background

This text has color #4C4532 on black background.


Color preview on white background

This text has color #4C4532 on white background.


Black color preview on #4C4532 background

This text has black color on #4C4532 background.


White color preview on #4C4532 background

This text has white color on #4C4532 background.


Related colors

Complementary color

Complementary color for #hex is #B3BACD.


I love getcolorcode.com

Triadic colors

1 #324C45 and #45324C with #4C4532 are triadic colors.

2 #32454C and #454C32 with #4C4532 are triadic colors.