COLOR #4C3246

HEX: #4C3246
RGB: (76,50,70)

Color info

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

RGB color model

#4C3246 color RGB value is (76,50,70).

  • red value is 76;
  • green value is 50;
  • blue value is 70.
RGB:
(76,50,70)
(30%,20%,27%)

RGB channels and saturation

R 76 of 255 = 30%
G 50 of 255 = 20%
B 70 of 255 = 27%

76
50
70

R + G + B ~ 26%. #4C3246 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 50 + 70 = 196 (100%)
R 76 of 196 ~ 38.78%
G 50 of 196 ~ 25.51%
B 70 of 196 ~ 35.71%

%38.78
%25.51
%35.71

CMYK color model

#4C3246 color CMYK value is (0,34,8,70).

  • cyan value is 0.00%
  • magenta value is 34.21%
  • yellow value is 7.89%
  • key color value is 70.20%
CMYK:
(0,34,8,70)
C0M34Y8K70 
(0%,34%,8%,70%)
(0.00/0.34/0.08/0.70)	

CMYK percentages

%0
%34.21
%7.89
%70.2

Codes

Color #4C3246 in popluar color models

4C3246
RGB765070
HSL314°20.63%24.71%
HSB/HSV314°34.21%29.80%
CMYK0.00%34.21%7.89%
70.20%

Color #4C3246 in popluar number systems.

HEX4C3246
Decimal765070
Binary10011001100101000110
Octal11462106

Shades and tints

Shades of #4C3246

#4C3246
(76,50,70)
#462E40
(70,46,64)
#402A3A
(64,42,58)
#3A2634
(58,38,52)
#34222E
(52,34,46)
#2E1E28
(46,30,40)
#281A22
(40,26,34)
#22161C
(34,22,28)
#1C1216
(28,18,22)
#160E10
(22,14,16)
#100A0A
(16,10,10)
#000000
(0,0,0)

Tints of #4C3246

#4C3246
(76,50,70)
#5C4456
(92,68,86)
#6C5666
(108,86,102)
#7C6876
(124,104,118)
#8C7A86
(140,122,134)
#9C8C96
(156,140,150)
#AC9EA6
(172,158,166)
#BCB0B6
(188,176,182)
#CCC2C6
(204,194,198)
#DCD4D6
(220,212,214)
#ECE6E6
(236,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C3246 color. Also use rgb(76,50,70) instead hex code.

Text Font Color

.myTextColor { color: #4C3246; }

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

This text font color is #4C3246.


Background Color

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

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

This div background color is #4C3246.


Border color

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

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

This div border color is #4C3246.


Opacity

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

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

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

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

This text has shadow with #4C3246 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C3246 on black background.


Color preview on white background

This text has color #4C3246 on white background.



Black color preview on #4C3246 background

This text has black color on #4C3246 background.


White color preview on #4C3246 background

This text has white color on #4C3246 background.