COLOR #4C2643

HEX: #4C2643
RGB: (76,38,67)

Color info

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

RGB color model

#4C2643 color RGB value is (76,38,67).

  • red value is 76;
  • green value is 38;
  • blue value is 67.
RGB:
(76,38,67)
(30%,15%,26%)

RGB channels and saturation

R 76 of 255 = 30%
G 38 of 255 = 15%
B 67 of 255 = 26%

76
38
67

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

Portions of RGB colors in percentages

R + G + B =
76 + 38 + 67 = 181 (100%)
R 76 of 181 ~ 41.99%
G 38 of 181 ~ 20.99%
B 67 of 181 ~ 37.02%

%41.99
%20.99
%37.02

CMYK color model

#4C2643 color CMYK value is (0,50,12,70).

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 11.84%
  • key color value is 70.20%
CMYK:
(0,50,12,70)
C0M50Y12K70 
(0%,50%,12%,70%)
(0.00/0.50/0.12/0.70)	

CMYK percentages

%0
%50
%11.84
%70.2

Codes

Color #4C2643 in popluar color models

4C2643
RGB763867
HSL314°33.33%22.35%
HSB/HSV314°50.00%29.80%
CMYK0.00%50.00%11.84%
70.20%

Color #4C2643 in popluar number systems.

HEX4C2643
Decimal763867
Binary10011001001101000011
Octal11446103

Shades and tints

Shades of #4C2643

#4C2643
(76,38,67)
#46233D
(70,35,61)
#402037
(64,32,55)
#3A1D31
(58,29,49)
#341A2B
(52,26,43)
#2E1725
(46,23,37)
#28141F
(40,20,31)
#221119
(34,17,25)
#1C0E13
(28,14,19)
#160B0D
(22,11,13)
#100807
(16,8,7)
#000000
(0,0,0)

Tints of #4C2643

#4C2643
(76,38,67)
#5C3954
(92,57,84)
#6C4C65
(108,76,101)
#7C5F76
(124,95,118)
#8C7287
(140,114,135)
#9C8598
(156,133,152)
#AC98A9
(172,152,169)
#BCABBA
(188,171,186)
#CCBECB
(204,190,203)
#DCD1DC
(220,209,220)
#ECE4ED
(236,228,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C2643 color. Also use rgb(76,38,67) instead hex code.

Text Font Color

.myTextColor { color: #4C2643; }

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

This text font color is #4C2643.


Background Color

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

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

This div background color is #4C2643.


Border color

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

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

This div border color is #4C2643.


Opacity

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

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

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

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

This text has shadow with #4C2643 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C2643 on black background.


Color preview on white background

This text has color #4C2643 on white background.



Black color preview on #4C2643 background

This text has black color on #4C2643 background.


White color preview on #4C2643 background

This text has white color on #4C2643 background.