COLOR #4B1631

HEX: #4B1631 RGB: (75,22,49)

Color info

#4B1631 contains red, green and blue colors in about the same proportion. Web safe color of #4B1631 is #330033 (or #303).

RGB color model

#4B1631 color RGB value is (75,22,49).

RGB: (75,22,49) (29%, 9%, 19%)

RGB channels and saturation

R 75 of 255 = 29%
G 22 of 255 = 9%
B 49 of 255 = 19%

75
22
49

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

Portions of RGB colors in percentages

R + G + B = 75 + 22 + 49 = 146 (100%)
R 75 of 146 ~ 51.37%
G 22 of 146 ~ 15.07%
B 49 of 146 ~ 33.56'%

%51.37
%15.07
%33.56

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 70.67%
  • yellow value is 34.67%
  • key color value is 70.59%

CMYK: (0,71,35,71)
C0M71Y35K71 (0%, 71%, 35%, 71%)
(0.00 / 0.71 / 0.35 / 0.71)

CMYK percentages

%0
%70.67
%34.67
%70.59

Codes

Color #4B1631 in popluar color models

4B 16 31
RGB 75 22 49
HSL 329° 54.64% 19.02%
HSB/HSV 329° 70.67% 29.41%
CMYK 0.00% 70.67% 34.67%
70.59%

Color #4B1631 in popluar number systems.

HEX 4B 16 31
Decimal 75 22 49
Binary 1001011 10110 110001
Octal 113 26 61

Shades and tints

Shades of #4B1631

#4B1631
(75,22,49)
#45142D
(69,20,45)
#3F1229
(63,18,41)
#391025
(57,16,37)
#330E21
(51,14,33)
#2D0C1D
(45,12,29)
#270A19
(39,10,25)
#210815
(33,8,21)
#1B0611
(27,6,17)
#15040D
(21,4,13)
#0F0209
(15,2,9)
#000000
(0,0,0)

Tints of #4B1631

#4B1631
(75,22,49)
#5B2B43
(91,43,67)
#6B4055
(107,64,85)
#7B5567
(123,85,103)
#8B6A79
(139,106,121)
#9B7F8B
(155,127,139)
#AB949D
(171,148,157)
#BBA9AF
(187,169,175)
#CBBEC1
(203,190,193)
#DBD3D3
(219,211,211)
#EBE8E5
(235,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B1631; }

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

This text font color is #4B1631.

Background Color

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

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

This div background color is #4B1631.

Border color

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

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

This div border color is #4B1631.

Opacity

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

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

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

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

This text has shadow with #4B1631 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B1631.

Preview

Color preview on black background

This text has color #4B1631 on black background.


Color preview on white background

This text has color #4B1631 on white background.


Black color preview on #4B1631 background

This text has black color on #4B1631 background.


White color preview on #4B1631 background

This text has white color on #4B1631 background.


Related colors

Complementary color

Complementary color for #hex is #B4E9CE.


I love getcolorcode.com

Triadic colors

1 #314B16 and #16314B with #4B1631 are triadic colors.

2 #31164B and #164B31 with #4B1631 are triadic colors.