COLOR #4C4236

HEX: #4C4236
RGB: (76,66,54)

Color info

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

RGB color model

#4C4236 color RGB value is (76,66,54).

  • red value is 76;
  • green value is 66;
  • blue value is 54.
RGB:
(76,66,54)
(30%,26%,21%)

RGB channels and saturation

R 76 of 255 = 30%
G 66 of 255 = 26%
B 54 of 255 = 21%

76
66
54

R + G + B ~ 26%. #4C4236 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 66 + 54 = 196 (100%)
R 76 of 196 ~ 38.78%
G 66 of 196 ~ 33.67%
B 54 of 196 ~ 27.55%

%38.78
%33.67
%27.55

CMYK color model

#4C4236 color CMYK value is (0,13,29,70).

  • cyan value is 0.00%
  • magenta value is 13.16%
  • yellow value is 28.95%
  • key color value is 70.20%
CMYK:
(0,13,29,70)
C0M13Y29K70 
(0%,13%,29%,70%)
(0.00/0.13/0.29/0.70)	

CMYK percentages

%0
%13.16
%28.95
%70.2

Codes

Color #4C4236 in popluar color models

4C4236
RGB766654
HSL33°16.92%25.49%
HSB/HSV33°28.95%29.80%
CMYK0.00%13.16%28.95%
70.20%

Color #4C4236 in popluar number systems.

HEX4C4236
Decimal766654
Binary10011001000010110110
Octal11410266

Shades and tints

Shades of #4C4236

#4C4236
(76,66,54)
#463C32
(70,60,50)
#40362E
(64,54,46)
#3A302A
(58,48,42)
#342A26
(52,42,38)
#2E2422
(46,36,34)
#281E1E
(40,30,30)
#22181A
(34,24,26)
#1C1216
(28,18,22)
#160C12
(22,12,18)
#10060E
(16,6,14)
#000000
(0,0,0)

Tints of #4C4236

#4C4236
(76,66,54)
#5C5348
(92,83,72)
#6C645A
(108,100,90)
#7C756C
(124,117,108)
#8C867E
(140,134,126)
#9C9790
(156,151,144)
#ACA8A2
(172,168,162)
#BCB9B4
(188,185,180)
#CCCAC6
(204,202,198)
#DCDBD8
(220,219,216)
#ECECEA
(236,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C4236 color. Also use rgb(76,66,54) instead hex code.

Text Font Color

.myTextColor { color: #4C4236; }

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

This text font color is #4C4236.


Background Color

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

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

This div background color is #4C4236.


Border color

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

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

This div border color is #4C4236.


Opacity

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

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

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

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

This text has shadow with #4C4236 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C4236 on black background.


Color preview on white background

This text has color #4C4236 on white background.



Black color preview on #4C4236 background

This text has black color on #4C4236 background.


White color preview on #4C4236 background

This text has white color on #4C4236 background.