COLOR #4C4128

HEX: #4C4128
RGB: (76,65,40)

Color info

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

RGB color model

#4C4128 color RGB value is (76,65,40).

  • red value is 76;
  • green value is 65;
  • blue value is 40.
RGB:
(76,65,40)
(30%,25%,16%)

RGB channels and saturation

R 76 of 255 = 30%
G 65 of 255 = 25%
B 40 of 255 = 16%

76
65
40

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

Portions of RGB colors in percentages

R + G + B =
76 + 65 + 40 = 181 (100%)
R 76 of 181 ~ 41.99%
G 65 of 181 ~ 35.91%
B 40 of 181 ~ 22.1%

%41.99
%35.91
%22.1

CMYK color model

#4C4128 color CMYK value is (0,14,47,70).

  • cyan value is 0.00%
  • magenta value is 14.47%
  • yellow value is 47.37%
  • key color value is 70.20%
CMYK:
(0,14,47,70)
C0M14Y47K70 
(0%,14%,47%,70%)
(0.00/0.14/0.47/0.70)	

CMYK percentages

%0
%14.47
%47.37
%70.2

Codes

Color #4C4128 in popluar color models

4C4128
RGB766540
HSL42°31.03%22.75%
HSB/HSV42°47.37%29.80%
CMYK0.00%14.47%47.37%
70.20%

Color #4C4128 in popluar number systems.

HEX4C4128
Decimal766540
Binary10011001000001101000
Octal11410150

Shades and tints

Shades of #4C4128

#4C4128
(76,65,40)
#463C25
(70,60,37)
#403722
(64,55,34)
#3A321F
(58,50,31)
#342D1C
(52,45,28)
#2E2819
(46,40,25)
#282316
(40,35,22)
#221E13
(34,30,19)
#1C1910
(28,25,16)
#16140D
(22,20,13)
#100F0A
(16,15,10)
#000000
(0,0,0)

Tints of #4C4128

#4C4128
(76,65,40)
#5C523B
(92,82,59)
#6C634E
(108,99,78)
#7C7461
(124,116,97)
#8C8574
(140,133,116)
#9C9687
(156,150,135)
#ACA79A
(172,167,154)
#BCB8AD
(188,184,173)
#CCC9C0
(204,201,192)
#DCDAD3
(220,218,211)
#ECEBE6
(236,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C4128 color. Also use rgb(76,65,40) instead hex code.

Text Font Color

.myTextColor { color: #4C4128; }

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

This text font color is #4C4128.


Background Color

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

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

This div background color is #4C4128.


Border color

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

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

This div border color is #4C4128.


Opacity

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

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

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

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

This text has shadow with #4C4128 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C4128 on black background.


Color preview on white background

This text has color #4C4128 on white background.



Black color preview on #4C4128 background

This text has black color on #4C4128 background.


White color preview on #4C4128 background

This text has white color on #4C4128 background.