COLOR #4C4732

HEX: #4C4732 RGB: (76,71,50)

Color info

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

RGB color model

#4C4732 color RGB value is (76,71,50).

RGB: (76,71,50) (30%, 28%, 20%)

RGB channels and saturation

R 76 of 255 = 30%
G 71 of 255 = 28%
B 50 of 255 = 20%

76
71
50

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

Portions of RGB colors in percentages

R + G + B = 76 + 71 + 50 = 197 (100%)
R 76 of 197 ~ 38.58%
G 71 of 197 ~ 36.04%
B 50 of 197 ~ 25.38'%

%38.58
%36.04
%25.38

CMYK color model

#4C4732 color CMYK value is (0,7,34,70).

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

CMYK: (0,7,34,70)
C0M7Y34K70 (0%, 7%, 34%, 70%)
(0.00 / 0.07 / 0.34 / 0.70)

CMYK percentages

%0
%6.58
%34.21
%70.2

Codes

Color #4C4732 in popluar color models

4C 47 32
RGB 76 71 50
HSL 48° 20.63% 24.71%
HSB/HSV 48° 34.21% 29.80%
CMYK 0.00% 6.58% 34.21%
70.20%

Color #4C4732 in popluar number systems.

HEX 4C 47 32
Decimal 76 71 50
Binary 1001100 1000111 110010
Octal 114 107 62

Shades and tints

Shades of #4C4732

#4C4732
(76,71,50)
#46412E
(70,65,46)
#403B2A
(64,59,42)
#3A3526
(58,53,38)
#342F22
(52,47,34)
#2E291E
(46,41,30)
#28231A
(40,35,26)
#221D16
(34,29,22)
#1C1712
(28,23,18)
#16110E
(22,17,14)
#100B0A
(16,11,10)
#000000
(0,0,0)

Tints of #4C4732

#4C4732
(76,71,50)
#5C5744
(92,87,68)
#6C6756
(108,103,86)
#7C7768
(124,119,104)
#8C877A
(140,135,122)
#9C978C
(156,151,140)
#ACA79E
(172,167,158)
#BCB7B0
(188,183,176)
#CCC7C2
(204,199,194)
#DCD7D4
(220,215,212)
#ECE7E6
(236,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C4732; }

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

This text font color is #4C4732.

Background Color

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

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

This div background color is #4C4732.

Border color

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

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

This div border color is #4C4732.

Opacity

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

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

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

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

This text has shadow with #4C4732 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C4732.

Preview

Color preview on black background

This text has color #4C4732 on black background.


Color preview on white background

This text has color #4C4732 on white background.


Black color preview on #4C4732 background

This text has black color on #4C4732 background.


White color preview on #4C4732 background

This text has white color on #4C4732 background.


Related colors

Complementary color

Complementary color for #hex is #B3B8CD.


I love getcolorcode.com

Triadic colors

1 #324C47 and #47324C with #4C4732 are triadic colors.

2 #32474C and #474C32 with #4C4732 are triadic colors.