COLOR #4C282B

HEX: #4C282B
RGB: (76,40,43)

Color info

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

RGB color model

#4C282B color RGB value is (76,40,43).

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

RGB channels and saturation

R 76 of 255 = 30%
G 40 of 255 = 16%
B 43 of 255 = 17%

76
40
43

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

Portions of RGB colors in percentages

R + G + B =
76 + 40 + 43 = 159 (100%)
R 76 of 159 ~ 47.8%
G 40 of 159 ~ 25.16%
B 43 of 159 ~ 27.04%

%47.8
%25.16
%27.04

CMYK color model

#4C282B color CMYK value is (0,47,43,70).

  • cyan value is 0.00%
  • magenta value is 47.37%
  • yellow value is 43.42%
  • key color value is 70.20%
CMYK:
(0,47,43,70)
C0M47Y43K70 
(0%,47%,43%,70%)
(0.00/0.47/0.43/0.70)	

CMYK percentages

%0
%47.37
%43.42
%70.2

Codes

Color #4C282B in popluar color models

4C282B
RGB764043
HSL355°31.03%22.75%
HSB/HSV355°47.37%29.80%
CMYK0.00%47.37%43.42%
70.20%

Color #4C282B in popluar number systems.

HEX4C282B
Decimal764043
Binary1001100101000101011
Octal1145053

Shades and tints

Shades of #4C282B

#4C282B
(76,40,43)
#462528
(70,37,40)
#402225
(64,34,37)
#3A1F22
(58,31,34)
#341C1F
(52,28,31)
#2E191C
(46,25,28)
#281619
(40,22,25)
#221316
(34,19,22)
#1C1013
(28,16,19)
#160D10
(22,13,16)
#100A0D
(16,10,13)
#000000
(0,0,0)

Tints of #4C282B

#4C282B
(76,40,43)
#5C3B3E
(92,59,62)
#6C4E51
(108,78,81)
#7C6164
(124,97,100)
#8C7477
(140,116,119)
#9C878A
(156,135,138)
#AC9A9D
(172,154,157)
#BCADB0
(188,173,176)
#CCC0C3
(204,192,195)
#DCD3D6
(220,211,214)
#ECE6E9
(236,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C282B; }

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

This text font color is #4C282B.


Background Color

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

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

This div background color is #4C282B.


Border color

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

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

This div border color is #4C282B.


Opacity

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

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

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

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

This text has shadow with #4C282B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C282B on black background.


Color preview on white background

This text has color #4C282B on white background.



Black color preview on #4C282B background

This text has black color on #4C282B background.


White color preview on #4C282B background

This text has white color on #4C282B background.