COLOR #4B1F31

HEX: #4B1F31
RGB: (75,31,49)

Color info

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

RGB color model

#4B1F31 color RGB value is (75,31,49).

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

RGB channels and saturation

R 75 of 255 = 29%
G 31 of 255 = 12%
B 49 of 255 = 19%

75
31
49

R + G + B ~ 20%. #4B1F31 is dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 31 + 49 = 155 (100%)
R 75 of 155 ~ 48.39%
G 31 of 155 ~ 20%
B 49 of 155 ~ 31.61%

%48.39
%20
%31.61

CMYK color model

#4B1F31 color CMYK value is (0,59,35,71).

  • cyan value is 0.00%
  • magenta value is 58.67%
  • yellow value is 34.67%
  • key color value is 70.59%
CMYK:
(0,59,35,71)
C0M59Y35K71 
(0%,59%,35%,71%)
(0.00/0.59/0.35/0.71)	

CMYK percentages

%0
%58.67
%34.67
%70.59

Codes

Color #4B1F31 in popluar color models

4B1F31
RGB753149
HSL335°41.51%20.78%
HSB/HSV335°58.67%29.41%
CMYK0.00%58.67%34.67%
70.59%

Color #4B1F31 in popluar number systems.

HEX4B1F31
Decimal753149
Binary100101111111110001
Octal1133761

Shades and tints

Shades of #4B1F31

#4B1F31
(75,31,49)
#451D2D
(69,29,45)
#3F1B29
(63,27,41)
#391925
(57,25,37)
#331721
(51,23,33)
#2D151D
(45,21,29)
#271319
(39,19,25)
#211115
(33,17,21)
#1B0F11
(27,15,17)
#150D0D
(21,13,13)
#0F0B09
(15,11,9)
#000000
(0,0,0)

Tints of #4B1F31

#4B1F31
(75,31,49)
#5B3343
(91,51,67)
#6B4755
(107,71,85)
#7B5B67
(123,91,103)
#8B6F79
(139,111,121)
#9B838B
(155,131,139)
#AB979D
(171,151,157)
#BBABAF
(187,171,175)
#CBBFC1
(203,191,193)
#DBD3D3
(219,211,211)
#EBE7E5
(235,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B1F31; }

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

This text font color is #4B1F31.


Background Color

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

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

This div background color is #4B1F31.


Border color

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

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

This div border color is #4B1F31.


Opacity

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

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

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

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

This text has shadow with #4B1F31 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B1F31 on black background.


Color preview on white background

This text has color #4B1F31 on white background.



Black color preview on #4B1F31 background

This text has black color on #4B1F31 background.


White color preview on #4B1F31 background

This text has white color on #4B1F31 background.