COLOR #4C202E

HEX: #4C202E RGB: (76,32,46)

Color info

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

RGB color model

#4C202E color RGB value is (76,32,46).

RGB: (76,32,46) (30%, 13%, 18%)

RGB channels and saturation

R 76 of 255 = 30%
G 32 of 255 = 13%
B 46 of 255 = 18%

76
32
46

R + G + B ~ 20%. #4C202E is dark color.

Portions of RGB colors in percentages

R + G + B = 76 + 32 + 46 = 154 (100%)
R 76 of 154 ~ 49.35%
G 32 of 154 ~ 20.78%
B 46 of 154 ~ 29.87'%

%49.35
%20.78
%29.87

CMYK color model

#4C202E color CMYK value is (0,58,39,70).

  • cyan value is 0.00%
  • magenta value is 57.89%
  • yellow value is 39.47%
  • key color value is 70.20%

CMYK: (0,58,39,70)
C0M58Y39K70 (0%, 58%, 39%, 70%)
(0.00 / 0.58 / 0.39 / 0.70)

CMYK percentages

%0
%57.89
%39.47
%70.2

Codes

Color #4C202E in popluar color models

4C 20 2E
RGB 76 32 46
HSL 341° 40.74% 21.18%
HSB/HSV 341° 57.89% 29.80%
CMYK 0.00% 57.89% 39.47%
70.20%

Color #4C202E in popluar number systems.

HEX 4C 20 2E
Decimal 76 32 46
Binary 1001100 100000 101110
Octal 114 40 56

Shades and tints

Shades of #4C202E

#4C202E
(76,32,46)
#461E2A
(70,30,42)
#401C26
(64,28,38)
#3A1A22
(58,26,34)
#34181E
(52,24,30)
#2E161A
(46,22,26)
#281416
(40,20,22)
#221212
(34,18,18)
#1C100E
(28,16,14)
#160E0A
(22,14,10)
#100C06
(16,12,6)
#000000
(0,0,0)

Tints of #4C202E

#4C202E
(76,32,46)
#5C3441
(92,52,65)
#6C4854
(108,72,84)
#7C5C67
(124,92,103)
#8C707A
(140,112,122)
#9C848D
(156,132,141)
#AC98A0
(172,152,160)
#BCACB3
(188,172,179)
#CCC0C6
(204,192,198)
#DCD4D9
(220,212,217)
#ECE8EC
(236,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C202E color. Also use rgb(76,32,46) instead hex code.

Text Font Color

.myTextColor { color: #4C202E; }

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

This text font color is #4C202E.

Background Color

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

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

This div background color is #4C202E.

Border color

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

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

This div border color is #4C202E.

Opacity

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

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

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

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

This text has shadow with #4C202E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C202E.

Preview

Color preview on black background

This text has color #4C202E on black background.


Color preview on white background

This text has color #4C202E on white background.


Black color preview on #4C202E background

This text has black color on #4C202E background.


White color preview on #4C202E background

This text has white color on #4C202E background.


Related colors

Complementary color

Complementary color for #hex is #B3DFD1.


I love getcolorcode.com

Triadic colors

1 #2E4C20 and #202E4C with #4C202E are triadic colors.

2 #2E204C and #204C2E with #4C202E are triadic colors.