COLOR #4C3139

HEX: #4C3139
RGB: (76,49,57)

Color info

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

RGB color model

#4C3139 color RGB value is (76,49,57).

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

RGB channels and saturation

R 76 of 255 = 30%
G 49 of 255 = 19%
B 57 of 255 = 22%

76
49
57

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

Portions of RGB colors in percentages

R + G + B =
76 + 49 + 57 = 182 (100%)
R 76 of 182 ~ 41.76%
G 49 of 182 ~ 26.92%
B 57 of 182 ~ 31.32%

%41.76
%26.92
%31.32

CMYK color model

#4C3139 color CMYK value is (0,36,25,70).

  • cyan value is 0.00%
  • magenta value is 35.53%
  • yellow value is 25.00%
  • key color value is 70.20%
CMYK:
(0,36,25,70)
C0M36Y25K70 
(0%,36%,25%,70%)
(0.00/0.36/0.25/0.70)	

CMYK percentages

%0
%35.53
%25
%70.2

Codes

Color #4C3139 in popluar color models

4C3139
RGB764957
HSL342°21.60%24.51%
HSB/HSV342°35.53%29.80%
CMYK0.00%35.53%25.00%
70.20%

Color #4C3139 in popluar number systems.

HEX4C3139
Decimal764957
Binary1001100110001111001
Octal1146171

Shades and tints

Shades of #4C3139

#4C3139
(76,49,57)
#462D34
(70,45,52)
#40292F
(64,41,47)
#3A252A
(58,37,42)
#342125
(52,33,37)
#2E1D20
(46,29,32)
#28191B
(40,25,27)
#221516
(34,21,22)
#1C1111
(28,17,17)
#160D0C
(22,13,12)
#100907
(16,9,7)
#000000
(0,0,0)

Tints of #4C3139

#4C3139
(76,49,57)
#5C434B
(92,67,75)
#6C555D
(108,85,93)
#7C676F
(124,103,111)
#8C7981
(140,121,129)
#9C8B93
(156,139,147)
#AC9DA5
(172,157,165)
#BCAFB7
(188,175,183)
#CCC1C9
(204,193,201)
#DCD3DB
(220,211,219)
#ECE5ED
(236,229,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C3139; }

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

This text font color is #4C3139.


Background Color

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

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

This div background color is #4C3139.


Border color

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

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

This div border color is #4C3139.


Opacity

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

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

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

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

This text has shadow with #4C3139 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C3139 on black background.


Color preview on white background

This text has color #4C3139 on white background.



Black color preview on #4C3139 background

This text has black color on #4C3139 background.


White color preview on #4C3139 background

This text has white color on #4C3139 background.