COLOR #4C4B22

HEX: #4C4B22
RGB: (76,75,34)

Color info

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

RGB color model

#4C4B22 color RGB value is (76,75,34).

  • red value is 76;
  • green value is 75;
  • blue value is 34.
RGB:
(76,75,34)
(30%,29%,13%)

RGB channels and saturation

R 76 of 255 = 30%
G 75 of 255 = 29%
B 34 of 255 = 13%

76
75
34

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

Portions of RGB colors in percentages

R + G + B =
76 + 75 + 34 = 185 (100%)
R 76 of 185 ~ 41.08%
G 75 of 185 ~ 40.54%
B 34 of 185 ~ 18.38%

%41.08
%40.54
%18.38

CMYK color model

#4C4B22 color CMYK value is (0,1,55,70).

  • cyan value is 0.00%
  • magenta value is 1.32%
  • yellow value is 55.26%
  • key color value is 70.20%
CMYK:
(0,1,55,70)
C0M1Y55K70 
(0%,1%,55%,70%)
(0.00/0.01/0.55/0.70)	

CMYK percentages

%0
%1.32
%55.26
%70.2

Codes

Color #4C4B22 in popluar color models

4C4B22
RGB767534
HSL59°38.18%21.57%
HSB/HSV59°55.26%29.80%
CMYK0.00%1.32%55.26%
70.20%

Color #4C4B22 in popluar number systems.

HEX4C4B22
Decimal767534
Binary10011001001011100010
Octal11411342

Shades and tints

Shades of #4C4B22

#4C4B22
(76,75,34)
#46451F
(70,69,31)
#403F1C
(64,63,28)
#3A3919
(58,57,25)
#343316
(52,51,22)
#2E2D13
(46,45,19)
#282710
(40,39,16)
#22210D
(34,33,13)
#1C1B0A
(28,27,10)
#161507
(22,21,7)
#100F04
(16,15,4)
#000000
(0,0,0)

Tints of #4C4B22

#4C4B22
(76,75,34)
#5C5B36
(92,91,54)
#6C6B4A
(108,107,74)
#7C7B5E
(124,123,94)
#8C8B72
(140,139,114)
#9C9B86
(156,155,134)
#ACAB9A
(172,171,154)
#BCBBAE
(188,187,174)
#CCCBC2
(204,203,194)
#DCDBD6
(220,219,214)
#ECEBEA
(236,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C4B22 color. Also use rgb(76,75,34) instead hex code.

Text Font Color

.myTextColor { color: #4C4B22; }

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

This text font color is #4C4B22.


Background Color

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

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

This div background color is #4C4B22.


Border color

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

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

This div border color is #4C4B22.


Opacity

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

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

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

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

This text has shadow with #4C4B22 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C4B22 on black background.


Color preview on white background

This text has color #4C4B22 on white background.



Black color preview on #4C4B22 background

This text has black color on #4C4B22 background.


White color preview on #4C4B22 background

This text has white color on #4C4B22 background.