COLOR #4C532D

HEX: #4C532D RGB: (76,83,45)

Color info

#4C532D contains red, green and blue colors in about the same proportion. Web safe color of #4C532D is #336633 (or #363).

RGB color model

#4C532D color RGB value is (76,83,45).

RGB: (76,83,45) (30%, 33%, 18%)

RGB channels and saturation

R 76 of 255 = 30%
G 83 of 255 = 33%
B 45 of 255 = 18%

76
83
45

R + G + B ~ 27%. #4C532D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 76 + 83 + 45 = 204 (100%)
R 76 of 204 ~ 37.25%
G 83 of 204 ~ 40.69%
B 45 of 204 ~ 22.06'%

%37.25
%40.69
%22.06

CMYK color model

#4C532D color CMYK value is (8,0,46,67).

  • cyan value is 8.43%
  • magenta value is 0.00%
  • yellow value is 45.78%
  • key color value is 67.45%

CMYK: (8,0,46,67)
C8M0Y46K67 (8%, 0%, 46%, 67%)
(0.08 / 0.00 / 0.46 / 0.67)

CMYK percentages

%8.43
%0
%45.78
%67.45

Codes

Color #4C532D in popluar color models

4C 53 2D
RGB 76 83 45
HSL 71° 29.69% 25.10%
HSB/HSV 71° 45.78% 32.55%
CMYK 8.43% 0.00% 45.78%
67.45%

Color #4C532D in popluar number systems.

HEX 4C 53 2D
Decimal 76 83 45
Binary 1001100 1010011 101101
Octal 114 123 55

Shades and tints

Shades of #4C532D

#4C532D
(76,83,45)
#464C29
(70,76,41)
#404525
(64,69,37)
#3A3E21
(58,62,33)
#34371D
(52,55,29)
#2E3019
(46,48,25)
#282915
(40,41,21)
#222211
(34,34,17)
#1C1B0D
(28,27,13)
#161409
(22,20,9)
#100D05
(16,13,5)
#000000
(0,0,0)

Tints of #4C532D

#4C532D
(76,83,45)
#5C6240
(92,98,64)
#6C7153
(108,113,83)
#7C8066
(124,128,102)
#8C8F79
(140,143,121)
#9C9E8C
(156,158,140)
#ACAD9F
(172,173,159)
#BCBCB2
(188,188,178)
#CCCBC5
(204,203,197)
#DCDAD8
(220,218,216)
#ECE9EB
(236,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C532D color. Also use rgb(76,83,45) instead hex code.

Text Font Color

.myTextColor { color: #4C532D; }

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

This text font color is #4C532D.

Background Color

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

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

This div background color is #4C532D.

Border color

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

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

This div border color is #4C532D.

Opacity

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

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

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

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

This text has shadow with #4C532D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C532D.

Preview

Color preview on black background

This text has color #4C532D on black background.


Color preview on white background

This text has color #4C532D on white background.


Black color preview on #4C532D background

This text has black color on #4C532D background.


White color preview on #4C532D background

This text has white color on #4C532D background.


Related colors

Complementary color

Complementary color for #hex is #B3ACD2.


I love getcolorcode.com

Triadic colors

1 #2D4C53 and #532D4C with #4C532D are triadic colors.

2 #2D534C and #534C2D with #4C532D are triadic colors.