COLOR #4C4026

HEX: #4C4026
RGB: (76,64,38)

Color info

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

RGB color model

#4C4026 color RGB value is (76,64,38).

  • red value is 76;
  • green value is 64;
  • blue value is 38.
RGB:
(76,64,38)
(30%,25%,15%)

RGB channels and saturation

R 76 of 255 = 30%
G 64 of 255 = 25%
B 38 of 255 = 15%

76
64
38

R + G + B ~ 23%. #4C4026 is dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 64 + 38 = 178 (100%)
R 76 of 178 ~ 42.7%
G 64 of 178 ~ 35.96%
B 38 of 178 ~ 21.35%

%42.7
%35.96
%21.35

CMYK color model

#4C4026 color CMYK value is (0,16,50,70).

  • cyan value is 0.00%
  • magenta value is 15.79%
  • yellow value is 50.00%
  • key color value is 70.20%
CMYK:
(0,16,50,70)
C0M16Y50K70 
(0%,16%,50%,70%)
(0.00/0.16/0.50/0.70)	

CMYK percentages

%0
%15.79
%50
%70.2

Codes

Color #4C4026 in popluar color models

4C4026
RGB766438
HSL41°33.33%22.35%
HSB/HSV41°50.00%29.80%
CMYK0.00%15.79%50.00%
70.20%

Color #4C4026 in popluar number systems.

HEX4C4026
Decimal766438
Binary10011001000000100110
Octal11410046

Shades and tints

Shades of #4C4026

#4C4026
(76,64,38)
#463B23
(70,59,35)
#403620
(64,54,32)
#3A311D
(58,49,29)
#342C1A
(52,44,26)
#2E2717
(46,39,23)
#282214
(40,34,20)
#221D11
(34,29,17)
#1C180E
(28,24,14)
#16130B
(22,19,11)
#100E08
(16,14,8)
#000000
(0,0,0)

Tints of #4C4026

#4C4026
(76,64,38)
#5C5139
(92,81,57)
#6C624C
(108,98,76)
#7C735F
(124,115,95)
#8C8472
(140,132,114)
#9C9585
(156,149,133)
#ACA698
(172,166,152)
#BCB7AB
(188,183,171)
#CCC8BE
(204,200,190)
#DCD9D1
(220,217,209)
#ECEAE4
(236,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C4026; }

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

This text font color is #4C4026.


Background Color

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

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

This div background color is #4C4026.


Border color

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

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

This div border color is #4C4026.


Opacity

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

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

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

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

This text has shadow with #4C4026 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C4026 on black background.


Color preview on white background

This text has color #4C4026 on white background.



Black color preview on #4C4026 background

This text has black color on #4C4026 background.


White color preview on #4C4026 background

This text has white color on #4C4026 background.