COLOR #4C4623

HEX: #4C4623
RGB: (76,70,35)

Color info

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

RGB color model

#4C4623 color RGB value is (76,70,35).

  • red value is 76;
  • green value is 70;
  • blue value is 35.
RGB:
(76,70,35)
(30%,27%,14%)

RGB channels and saturation

R 76 of 255 = 30%
G 70 of 255 = 27%
B 35 of 255 = 14%

76
70
35

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

Portions of RGB colors in percentages

R + G + B =
76 + 70 + 35 = 181 (100%)
R 76 of 181 ~ 41.99%
G 70 of 181 ~ 38.67%
B 35 of 181 ~ 19.34%

%41.99
%38.67
%19.34

CMYK color model

#4C4623 color CMYK value is (0,8,54,70).

  • cyan value is 0.00%
  • magenta value is 7.89%
  • yellow value is 53.95%
  • key color value is 70.20%
CMYK:
(0,8,54,70)
C0M8Y54K70 
(0%,8%,54%,70%)
(0.00/0.08/0.54/0.70)	

CMYK percentages

%0
%7.89
%53.95
%70.2

Codes

Color #4C4623 in popluar color models

4C4623
RGB767035
HSL51°36.94%21.76%
HSB/HSV51°53.95%29.80%
CMYK0.00%7.89%53.95%
70.20%

Color #4C4623 in popluar number systems.

HEX4C4623
Decimal767035
Binary10011001000110100011
Octal11410643

Shades and tints

Shades of #4C4623

#4C4623
(76,70,35)
#464020
(70,64,32)
#403A1D
(64,58,29)
#3A341A
(58,52,26)
#342E17
(52,46,23)
#2E2814
(46,40,20)
#282211
(40,34,17)
#221C0E
(34,28,14)
#1C160B
(28,22,11)
#161008
(22,16,8)
#100A05
(16,10,5)
#000000
(0,0,0)

Tints of #4C4623

#4C4623
(76,70,35)
#5C5637
(92,86,55)
#6C664B
(108,102,75)
#7C765F
(124,118,95)
#8C8673
(140,134,115)
#9C9687
(156,150,135)
#ACA69B
(172,166,155)
#BCB6AF
(188,182,175)
#CCC6C3
(204,198,195)
#DCD6D7
(220,214,215)
#ECE6EB
(236,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C4623 color. Also use rgb(76,70,35) instead hex code.

Text Font Color

.myTextColor { color: #4C4623; }

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

This text font color is #4C4623.


Background Color

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

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

This div background color is #4C4623.


Border color

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

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

This div border color is #4C4623.


Opacity

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

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

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

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

This text has shadow with #4C4623 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C4623 on black background.


Color preview on white background

This text has color #4C4623 on white background.



Black color preview on #4C4623 background

This text has black color on #4C4623 background.


White color preview on #4C4623 background

This text has white color on #4C4623 background.