COLOR #4C1F4B

HEX: #4C1F4B
RGB: (76,31,75)

Color info

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

RGB color model

#4C1F4B color RGB value is (76,31,75).

  • red value is 76;
  • green value is 31;
  • blue value is 75.
RGB:
(76,31,75)
(30%,12%,29%)

RGB channels and saturation

R 76 of 255 = 30%
G 31 of 255 = 12%
B 75 of 255 = 29%

76
31
75

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

Portions of RGB colors in percentages

R + G + B =
76 + 31 + 75 = 182 (100%)
R 76 of 182 ~ 41.76%
G 31 of 182 ~ 17.03%
B 75 of 182 ~ 41.21%

%41.76
%17.03
%41.21

CMYK color model

#4C1F4B color CMYK value is (0,59,1,70).

  • cyan value is 0.00%
  • magenta value is 59.21%
  • yellow value is 1.32%
  • key color value is 70.20%
CMYK:
(0,59,1,70)
C0M59Y1K70 
(0%,59%,1%,70%)
(0.00/0.59/0.01/0.70)	

CMYK percentages

%0
%59.21
%1.32
%70.2

Codes

Color #4C1F4B in popluar color models

4C1F4B
RGB763175
HSL301°42.06%20.98%
HSB/HSV301°59.21%29.80%
CMYK0.00%59.21%1.32%
70.20%

Color #4C1F4B in popluar number systems.

HEX4C1F4B
Decimal763175
Binary1001100111111001011
Octal11437113

Shades and tints

Shades of #4C1F4B

#4C1F4B
(76,31,75)
#461D45
(70,29,69)
#401B3F
(64,27,63)
#3A1939
(58,25,57)
#341733
(52,23,51)
#2E152D
(46,21,45)
#281327
(40,19,39)
#221121
(34,17,33)
#1C0F1B
(28,15,27)
#160D15
(22,13,21)
#100B0F
(16,11,15)
#000000
(0,0,0)

Tints of #4C1F4B

#4C1F4B
(76,31,75)
#5C335B
(92,51,91)
#6C476B
(108,71,107)
#7C5B7B
(124,91,123)
#8C6F8B
(140,111,139)
#9C839B
(156,131,155)
#AC97AB
(172,151,171)
#BCABBB
(188,171,187)
#CCBFCB
(204,191,203)
#DCD3DB
(220,211,219)
#ECE7EB
(236,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C1F4B color. Also use rgb(76,31,75) instead hex code.

Text Font Color

.myTextColor { color: #4C1F4B; }

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

This text font color is #4C1F4B.


Background Color

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

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

This div background color is #4C1F4B.


Border color

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

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

This div border color is #4C1F4B.


Opacity

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

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

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

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

This text has shadow with #4C1F4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C1F4B on black background.


Color preview on white background

This text has color #4C1F4B on white background.



Black color preview on #4C1F4B background

This text has black color on #4C1F4B background.


White color preview on #4C1F4B background

This text has white color on #4C1F4B background.