COLOR #4B1C40

HEX: #4B1C40
RGB: (75,28,64)

Color info

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

RGB color model

#4B1C40 color RGB value is (75,28,64).

  • red value is 75;
  • green value is 28;
  • blue value is 64.
RGB:
(75,28,64)
(29%,11%,25%)

RGB channels and saturation

R 75 of 255 = 29%
G 28 of 255 = 11%
B 64 of 255 = 25%

75
28
64

R + G + B ~ 22%. #4B1C40 is dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 28 + 64 = 167 (100%)
R 75 of 167 ~ 44.91%
G 28 of 167 ~ 16.77%
B 64 of 167 ~ 38.32%

%44.91
%16.77
%38.32

CMYK color model

#4B1C40 color CMYK value is (0,63,15,71).

  • cyan value is 0.00%
  • magenta value is 62.67%
  • yellow value is 14.67%
  • key color value is 70.59%
CMYK:
(0,63,15,71)
C0M63Y15K71 
(0%,63%,15%,71%)
(0.00/0.63/0.15/0.71)	

CMYK percentages

%0
%62.67
%14.67
%70.59

Codes

Color #4B1C40 in popluar color models

4B1C40
RGB752864
HSL314°45.63%20.20%
HSB/HSV314°62.67%29.41%
CMYK0.00%62.67%14.67%
70.59%

Color #4B1C40 in popluar number systems.

HEX4B1C40
Decimal752864
Binary1001011111001000000
Octal11334100

Shades and tints

Shades of #4B1C40

#4B1C40
(75,28,64)
#451A3B
(69,26,59)
#3F1836
(63,24,54)
#391631
(57,22,49)
#33142C
(51,20,44)
#2D1227
(45,18,39)
#271022
(39,16,34)
#210E1D
(33,14,29)
#1B0C18
(27,12,24)
#150A13
(21,10,19)
#0F080E
(15,8,14)
#000000
(0,0,0)

Tints of #4B1C40

#4B1C40
(75,28,64)
#5B3051
(91,48,81)
#6B4462
(107,68,98)
#7B5873
(123,88,115)
#8B6C84
(139,108,132)
#9B8095
(155,128,149)
#AB94A6
(171,148,166)
#BBA8B7
(187,168,183)
#CBBCC8
(203,188,200)
#DBD0D9
(219,208,217)
#EBE4EA
(235,228,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B1C40 color. Also use rgb(75,28,64) instead hex code.

Text Font Color

.myTextColor { color: #4B1C40; }

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

This text font color is #4B1C40.


Background Color

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

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

This div background color is #4B1C40.


Border color

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

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

This div border color is #4B1C40.


Opacity

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

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

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

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

This text has shadow with #4B1C40 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B1C40 on black background.


Color preview on white background

This text has color #4B1C40 on white background.



Black color preview on #4B1C40 background

This text has black color on #4B1C40 background.


White color preview on #4B1C40 background

This text has white color on #4B1C40 background.