COLOR #4B1F49

HEX: #4B1F49
RGB: (75,31,73)

Color info

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

RGB color model

#4B1F49 color RGB value is (75,31,73).

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

RGB channels and saturation

R 75 of 255 = 29%
G 31 of 255 = 12%
B 73 of 255 = 29%

75
31
73

R + G + B ~ 23%. #4B1F49 is dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 31 + 73 = 179 (100%)
R 75 of 179 ~ 41.9%
G 31 of 179 ~ 17.32%
B 73 of 179 ~ 40.78%

%41.9
%17.32
%40.78

CMYK color model

#4B1F49 color CMYK value is (0,59,3,71).

  • cyan value is 0.00%
  • magenta value is 58.67%
  • yellow value is 2.67%
  • key color value is 70.59%
CMYK:
(0,59,3,71)
C0M59Y3K71 
(0%,59%,3%,71%)
(0.00/0.59/0.03/0.71)	

CMYK percentages

%0
%58.67
%2.67
%70.59

Codes

Color #4B1F49 in popluar color models

4B1F49
RGB753173
HSL303°41.51%20.78%
HSB/HSV303°58.67%29.41%
CMYK0.00%58.67%2.67%
70.59%

Color #4B1F49 in popluar number systems.

HEX4B1F49
Decimal753173
Binary1001011111111001001
Octal11337111

Shades and tints

Shades of #4B1F49

#4B1F49
(75,31,73)
#451D43
(69,29,67)
#3F1B3D
(63,27,61)
#391937
(57,25,55)
#331731
(51,23,49)
#2D152B
(45,21,43)
#271325
(39,19,37)
#21111F
(33,17,31)
#1B0F19
(27,15,25)
#150D13
(21,13,19)
#0F0B0D
(15,11,13)
#000000
(0,0,0)

Tints of #4B1F49

#4B1F49
(75,31,73)
#5B3359
(91,51,89)
#6B4769
(107,71,105)
#7B5B79
(123,91,121)
#8B6F89
(139,111,137)
#9B8399
(155,131,153)
#AB97A9
(171,151,169)
#BBABB9
(187,171,185)
#CBBFC9
(203,191,201)
#DBD3D9
(219,211,217)
#EBE7E9
(235,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B1F49; }

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

This text font color is #4B1F49.


Background Color

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

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

This div background color is #4B1F49.


Border color

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

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

This div border color is #4B1F49.


Opacity

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

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

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

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

This text has shadow with #4B1F49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B1F49 on black background.


Color preview on white background

This text has color #4B1F49 on white background.



Black color preview on #4B1F49 background

This text has black color on #4B1F49 background.


White color preview on #4B1F49 background

This text has white color on #4B1F49 background.