COLOR #4C251C

HEX: #4C251C
RGB: (76,37,28)

Color info

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

RGB color model

#4C251C color RGB value is (76,37,28).

  • red value is 76;
  • green value is 37;
  • blue value is 28.
RGB:
(76,37,28)
(30%,15%,11%)

RGB channels and saturation

R 76 of 255 = 30%
G 37 of 255 = 15%
B 28 of 255 = 11%

76
37
28

R + G + B ~ 19%. #4C251C is dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 37 + 28 = 141 (100%)
R 76 of 141 ~ 53.9%
G 37 of 141 ~ 26.24%
B 28 of 141 ~ 19.86%

%53.9
%26.24
%19.86

CMYK color model

#4C251C color CMYK value is (0,51,63,70).

  • cyan value is 0.00%
  • magenta value is 51.32%
  • yellow value is 63.16%
  • key color value is 70.20%
CMYK:
(0,51,63,70)
C0M51Y63K70 
(0%,51%,63%,70%)
(0.00/0.51/0.63/0.70)	

CMYK percentages

%0
%51.32
%63.16
%70.2

Codes

Color #4C251C in popluar color models

4C251C
RGB763728
HSL11°46.15%20.39%
HSB/HSV11°63.16%29.80%
CMYK0.00%51.32%63.16%
70.20%

Color #4C251C in popluar number systems.

HEX4C251C
Decimal763728
Binary100110010010111100
Octal1144534

Shades and tints

Shades of #4C251C

#4C251C
(76,37,28)
#46221A
(70,34,26)
#401F18
(64,31,24)
#3A1C16
(58,28,22)
#341914
(52,25,20)
#2E1612
(46,22,18)
#281310
(40,19,16)
#22100E
(34,16,14)
#1C0D0C
(28,13,12)
#160A0A
(22,10,10)
#100708
(16,7,8)
#000000
(0,0,0)

Tints of #4C251C

#4C251C
(76,37,28)
#5C3830
(92,56,48)
#6C4B44
(108,75,68)
#7C5E58
(124,94,88)
#8C716C
(140,113,108)
#9C8480
(156,132,128)
#AC9794
(172,151,148)
#BCAAA8
(188,170,168)
#CCBDBC
(204,189,188)
#DCD0D0
(220,208,208)
#ECE3E4
(236,227,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C251C color. Also use rgb(76,37,28) instead hex code.

Text Font Color

.myTextColor { color: #4C251C; }

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

This text font color is #4C251C.


Background Color

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

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

This div background color is #4C251C.


Border color

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

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

This div border color is #4C251C.


Opacity

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

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

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

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

This text has shadow with #4C251C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C251C on black background.


Color preview on white background

This text has color #4C251C on white background.



Black color preview on #4C251C background

This text has black color on #4C251C background.


White color preview on #4C251C background

This text has white color on #4C251C background.