COLOR #4C522B

HEX: #4C522B
RGB: (76,82,43)

Color info

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

RGB color model

#4C522B color RGB value is (76,82,43).

  • red value is 76;
  • green value is 82;
  • blue value is 43.
RGB:
(76,82,43)
(30%,32%,17%)

RGB channels and saturation

R 76 of 255 = 30%
G 82 of 255 = 32%
B 43 of 255 = 17%

76
82
43

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

Portions of RGB colors in percentages

R + G + B =
76 + 82 + 43 = 201 (100%)
R 76 of 201 ~ 37.81%
G 82 of 201 ~ 40.8%
B 43 of 201 ~ 21.39%

%37.81
%40.8
%21.39

CMYK color model

#4C522B color CMYK value is (7,0,48,68).

  • cyan value is 7.32%
  • magenta value is 0.00%
  • yellow value is 47.56%
  • key color value is 67.84%
CMYK:
(7,0,48,68)
C7M0Y48K68 
(7%,0%,48%,68%)
(0.07/0.00/0.48/0.68)	

CMYK percentages

%7.32
%0
%47.56
%67.84

Codes

Color #4C522B in popluar color models

4C522B
RGB768243
HSL69°31.20%24.51%
HSB/HSV69°47.56%32.16%
CMYK7.32%0.00%47.56%
67.84%

Color #4C522B in popluar number systems.

HEX4C522B
Decimal768243
Binary10011001010010101011
Octal11412253

Shades and tints

Shades of #4C522B

#4C522B
(76,82,43)
#464B28
(70,75,40)
#404425
(64,68,37)
#3A3D22
(58,61,34)
#34361F
(52,54,31)
#2E2F1C
(46,47,28)
#282819
(40,40,25)
#222116
(34,33,22)
#1C1A13
(28,26,19)
#161310
(22,19,16)
#100C0D
(16,12,13)
#000000
(0,0,0)

Tints of #4C522B

#4C522B
(76,82,43)
#5C613E
(92,97,62)
#6C7051
(108,112,81)
#7C7F64
(124,127,100)
#8C8E77
(140,142,119)
#9C9D8A
(156,157,138)
#ACAC9D
(172,172,157)
#BCBBB0
(188,187,176)
#CCCAC3
(204,202,195)
#DCD9D6
(220,217,214)
#ECE8E9
(236,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C522B color. Also use rgb(76,82,43) instead hex code.

Text Font Color

.myTextColor { color: #4C522B; }

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

This text font color is #4C522B.


Background Color

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

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

This div background color is #4C522B.


Border color

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

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

This div border color is #4C522B.


Opacity

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

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

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

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

This text has shadow with #4C522B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C522B on black background.


Color preview on white background

This text has color #4C522B on white background.



Black color preview on #4C522B background

This text has black color on #4C522B background.


White color preview on #4C522B background

This text has white color on #4C522B background.