COLOR #4C293F

HEX: #4C293F
RGB: (76,41,63)

Color info

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

RGB color model

#4C293F color RGB value is (76,41,63).

  • red value is 76;
  • green value is 41;
  • blue value is 63.
RGB:
(76,41,63)
(30%,16%,25%)

RGB channels and saturation

R 76 of 255 = 30%
G 41 of 255 = 16%
B 63 of 255 = 25%

76
41
63

R + G + B ~ 24%. #4C293F is dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 41 + 63 = 180 (100%)
R 76 of 180 ~ 42.22%
G 41 of 180 ~ 22.78%
B 63 of 180 ~ 35%

%42.22
%22.78
%35

CMYK color model

#4C293F color CMYK value is (0,46,17,70).

  • cyan value is 0.00%
  • magenta value is 46.05%
  • yellow value is 17.11%
  • key color value is 70.20%
CMYK:
(0,46,17,70)
C0M46Y17K70 
(0%,46%,17%,70%)
(0.00/0.46/0.17/0.70)	

CMYK percentages

%0
%46.05
%17.11
%70.2

Codes

Color #4C293F in popluar color models

4C293F
RGB764163
HSL322°29.91%22.94%
HSB/HSV322°46.05%29.80%
CMYK0.00%46.05%17.11%
70.20%

Color #4C293F in popluar number systems.

HEX4C293F
Decimal764163
Binary1001100101001111111
Octal1145177

Shades and tints

Shades of #4C293F

#4C293F
(76,41,63)
#46263A
(70,38,58)
#402335
(64,35,53)
#3A2030
(58,32,48)
#341D2B
(52,29,43)
#2E1A26
(46,26,38)
#281721
(40,23,33)
#22141C
(34,20,28)
#1C1117
(28,17,23)
#160E12
(22,14,18)
#100B0D
(16,11,13)
#000000
(0,0,0)

Tints of #4C293F

#4C293F
(76,41,63)
#5C3C50
(92,60,80)
#6C4F61
(108,79,97)
#7C6272
(124,98,114)
#8C7583
(140,117,131)
#9C8894
(156,136,148)
#AC9BA5
(172,155,165)
#BCAEB6
(188,174,182)
#CCC1C7
(204,193,199)
#DCD4D8
(220,212,216)
#ECE7E9
(236,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C293F color. Also use rgb(76,41,63) instead hex code.

Text Font Color

.myTextColor { color: #4C293F; }

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

This text font color is #4C293F.


Background Color

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

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

This div background color is #4C293F.


Border color

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

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

This div border color is #4C293F.


Opacity

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

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

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

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

This text has shadow with #4C293F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C293F on black background.


Color preview on white background

This text has color #4C293F on white background.



Black color preview on #4C293F background

This text has black color on #4C293F background.


White color preview on #4C293F background

This text has white color on #4C293F background.