COLOR #4C0243

HEX: #4C0243
RGB: (76,2,67)

Color info

#4C0243 contains mainly red and blue colors. Web safe color of #4C0243 is #330033 (or #303).

RGB color model

#4C0243 color RGB value is (76,2,67).

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

RGB channels and saturation

R 76 of 255 = 30%
G 2 of 255 = 1%
B 67 of 255 = 26%

76
2
67

R + G + B ~ 19%. #4C0243 is dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 2 + 67 = 145 (100%)
R 76 of 145 ~ 52.41%
G 2 of 145 ~ 1.38%
B 67 of 145 ~ 46.21%

%52.41
%46.21

CMYK color model

#4C0243 color CMYK value is (0,97,12,70).

  • cyan value is 0.00%
  • magenta value is 97.37%
  • yellow value is 11.84%
  • key color value is 70.20%
CMYK:
(0,97,12,70)
C0M97Y12K70 
(0%,97%,12%,70%)
(0.00/0.97/0.12/0.70)	

CMYK percentages

%0
%97.37
%11.84
%70.2

Codes

Color #4C0243 in popluar color models

4C0243
RGB76267
HSL307°94.87%15.29%
HSB/HSV307°97.37%29.80%
CMYK0.00%97.37%11.84%
70.20%

Color #4C0243 in popluar number systems.

HEX4C0243
Decimal76267
Binary1001100101000011
Octal1142103

Shades and tints

Shades of #4C0243

#4C0243
(76,2,67)
#46023D
(70,2,61)
#400237
(64,2,55)
#3A0231
(58,2,49)
#34022B
(52,2,43)
#2E0225
(46,2,37)
#28021F
(40,2,31)
#220219
(34,2,25)
#1C0213
(28,2,19)
#16020D
(22,2,13)
#100207
(16,2,7)
#000000
(0,0,0)

Tints of #4C0243

#4C0243
(76,2,67)
#5C1954
(92,25,84)
#6C3065
(108,48,101)
#7C4776
(124,71,118)
#8C5E87
(140,94,135)
#9C7598
(156,117,152)
#AC8CA9
(172,140,169)
#BCA3BA
(188,163,186)
#CCBACB
(204,186,203)
#DCD1DC
(220,209,220)
#ECE8ED
(236,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C0243; }

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

This text font color is #4C0243.


Background Color

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

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

This div background color is #4C0243.


Border color

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

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

This div border color is #4C0243.


Opacity

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

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

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

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

This text has shadow with #4C0243 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C0243 on black background.


Color preview on white background

This text has color #4C0243 on white background.



Black color preview on #4C0243 background

This text has black color on #4C0243 background.


White color preview on #4C0243 background

This text has white color on #4C0243 background.