COLOR #4C282E

HEX: #4C282E
RGB: (76,40,46)

Color info

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

RGB color model

#4C282E color RGB value is (76,40,46).

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

RGB channels and saturation

R 76 of 255 = 30%
G 40 of 255 = 16%
B 46 of 255 = 18%

76
40
46

R + G + B ~ 21%. #4C282E is dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 40 + 46 = 162 (100%)
R 76 of 162 ~ 46.91%
G 40 of 162 ~ 24.69%
B 46 of 162 ~ 28.4%

%46.91
%24.69
%28.4

CMYK color model

#4C282E color CMYK value is (0,47,39,70).

  • cyan value is 0.00%
  • magenta value is 47.37%
  • yellow value is 39.47%
  • key color value is 70.20%
CMYK:
(0,47,39,70)
C0M47Y39K70 
(0%,47%,39%,70%)
(0.00/0.47/0.39/0.70)	

CMYK percentages

%0
%47.37
%39.47
%70.2

Codes

Color #4C282E in popluar color models

4C282E
RGB764046
HSL350°31.03%22.75%
HSB/HSV350°47.37%29.80%
CMYK0.00%47.37%39.47%
70.20%

Color #4C282E in popluar number systems.

HEX4C282E
Decimal764046
Binary1001100101000101110
Octal1145056

Shades and tints

Shades of #4C282E

#4C282E
(76,40,46)
#46252A
(70,37,42)
#402226
(64,34,38)
#3A1F22
(58,31,34)
#341C1E
(52,28,30)
#2E191A
(46,25,26)
#281616
(40,22,22)
#221312
(34,19,18)
#1C100E
(28,16,14)
#160D0A
(22,13,10)
#100A06
(16,10,6)
#000000
(0,0,0)

Tints of #4C282E

#4C282E
(76,40,46)
#5C3B41
(92,59,65)
#6C4E54
(108,78,84)
#7C6167
(124,97,103)
#8C747A
(140,116,122)
#9C878D
(156,135,141)
#AC9AA0
(172,154,160)
#BCADB3
(188,173,179)
#CCC0C6
(204,192,198)
#DCD3D9
(220,211,217)
#ECE6EC
(236,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C282E; }

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

This text font color is #4C282E.


Background Color

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

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

This div background color is #4C282E.


Border color

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

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

This div border color is #4C282E.


Opacity

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

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

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

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

This text has shadow with #4C282E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C282E on black background.


Color preview on white background

This text has color #4C282E on white background.



Black color preview on #4C282E background

This text has black color on #4C282E background.


White color preview on #4C282E background

This text has white color on #4C282E background.