COLOR #4C3141

HEX: #4C3141
RGB: (76,49,65)

Color info

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

RGB color model

#4C3141 color RGB value is (76,49,65).

  • red value is 76;
  • green value is 49;
  • blue value is 65.
RGB:
(76,49,65)
(30%,19%,25%)

RGB channels and saturation

R 76 of 255 = 30%
G 49 of 255 = 19%
B 65 of 255 = 25%

76
49
65

R + G + B ~ 25%. #4C3141 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 49 + 65 = 190 (100%)
R 76 of 190 ~ 40%
G 49 of 190 ~ 25.79%
B 65 of 190 ~ 34.21%

%40
%25.79
%34.21

CMYK color model

#4C3141 color CMYK value is (0,36,14,70).

  • cyan value is 0.00%
  • magenta value is 35.53%
  • yellow value is 14.47%
  • key color value is 70.20%
CMYK:
(0,36,14,70)
C0M36Y14K70 
(0%,36%,14%,70%)
(0.00/0.36/0.14/0.70)	

CMYK percentages

%0
%35.53
%14.47
%70.2

Codes

Color #4C3141 in popluar color models

4C3141
RGB764965
HSL324°21.60%24.51%
HSB/HSV324°35.53%29.80%
CMYK0.00%35.53%14.47%
70.20%

Color #4C3141 in popluar number systems.

HEX4C3141
Decimal764965
Binary10011001100011000001
Octal11461101

Shades and tints

Shades of #4C3141

#4C3141
(76,49,65)
#462D3C
(70,45,60)
#402937
(64,41,55)
#3A2532
(58,37,50)
#34212D
(52,33,45)
#2E1D28
(46,29,40)
#281923
(40,25,35)
#22151E
(34,21,30)
#1C1119
(28,17,25)
#160D14
(22,13,20)
#10090F
(16,9,15)
#000000
(0,0,0)

Tints of #4C3141

#4C3141
(76,49,65)
#5C4352
(92,67,82)
#6C5563
(108,85,99)
#7C6774
(124,103,116)
#8C7985
(140,121,133)
#9C8B96
(156,139,150)
#AC9DA7
(172,157,167)
#BCAFB8
(188,175,184)
#CCC1C9
(204,193,201)
#DCD3DA
(220,211,218)
#ECE5EB
(236,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C3141 color. Also use rgb(76,49,65) instead hex code.

Text Font Color

.myTextColor { color: #4C3141; }

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

This text font color is #4C3141.


Background Color

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

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

This div background color is #4C3141.


Border color

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

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

This div border color is #4C3141.


Opacity

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

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

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

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

This text has shadow with #4C3141 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C3141 on black background.


Color preview on white background

This text has color #4C3141 on white background.



Black color preview on #4C3141 background

This text has black color on #4C3141 background.


White color preview on #4C3141 background

This text has white color on #4C3141 background.