COLOR #4C4028

HEX: #4C4028 RGB: (76,64,40)

Color info

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

RGB color model

#4C4028 color RGB value is (76,64,40).

RGB: (76,64,40) (30%, 25%, 16%)

RGB channels and saturation

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

76
64
40

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

Portions of RGB colors in percentages

R + G + B = 76 + 64 + 40 = 180 (100%)
R 76 of 180 ~ 42.22%
G 64 of 180 ~ 35.56%
B 40 of 180 ~ 22.22'%

%42.22
%35.56
%22.22

CMYK color model

#4C4028 color CMYK value is (0,16,47,70).

  • cyan value is 0.00%
  • magenta value is 15.79%
  • yellow value is 47.37%
  • key color value is 70.20%

CMYK: (0,16,47,70)
C0M16Y47K70 (0%, 16%, 47%, 70%)
(0.00 / 0.16 / 0.47 / 0.70)

CMYK percentages

%0
%15.79
%47.37
%70.2

Codes

Color #4C4028 in popluar color models

4C 40 28
RGB 76 64 40
HSL 40° 31.03% 22.75%
HSB/HSV 40° 47.37% 29.80%
CMYK 0.00% 15.79% 47.37%
70.20%

Color #4C4028 in popluar number systems.

HEX 4C 40 28
Decimal 76 64 40
Binary 1001100 1000000 101000
Octal 114 100 50

Shades and tints

Shades of #4C4028

#4C4028
(76,64,40)
#463B25
(70,59,37)
#403622
(64,54,34)
#3A311F
(58,49,31)
#342C1C
(52,44,28)
#2E2719
(46,39,25)
#282216
(40,34,22)
#221D13
(34,29,19)
#1C1810
(28,24,16)
#16130D
(22,19,13)
#100E0A
(16,14,10)
#000000
(0,0,0)

Tints of #4C4028

#4C4028
(76,64,40)
#5C513B
(92,81,59)
#6C624E
(108,98,78)
#7C7361
(124,115,97)
#8C8474
(140,132,116)
#9C9587
(156,149,135)
#ACA69A
(172,166,154)
#BCB7AD
(188,183,173)
#CCC8C0
(204,200,192)
#DCD9D3
(220,217,211)
#ECEAE6
(236,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C4028; }

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

This text font color is #4C4028.

Background Color

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

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

This div background color is #4C4028.

Border color

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

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

This div border color is #4C4028.

Opacity

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

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

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

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

This text has shadow with #4C4028 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C4028.

Preview

Color preview on black background

This text has color #4C4028 on black background.


Color preview on white background

This text has color #4C4028 on white background.


Black color preview on #4C4028 background

This text has black color on #4C4028 background.


White color preview on #4C4028 background

This text has white color on #4C4028 background.


Related colors

Complementary color

Complementary color for #hex is #B3BFD7.


I love getcolorcode.com

Triadic colors

1 #284C40 and #40284C with #4C4028 are triadic colors.

2 #28404C and #404C28 with #4C4028 are triadic colors.