COLOR #4A1B33

HEX: #4A1B33
RGB: (74,27,51)

Color info

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

RGB color model

#4A1B33 color RGB value is (74,27,51).

  • red value is 74;
  • green value is 27;
  • blue value is 51.
RGB:
(74,27,51)
(29%,11%,20%)

RGB channels and saturation

R 74 of 255 = 29%
G 27 of 255 = 11%
B 51 of 255 = 20%

74
27
51

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

Portions of RGB colors in percentages

R + G + B =
74 + 27 + 51 = 152 (100%)
R 74 of 152 ~ 48.68%
G 27 of 152 ~ 17.76%
B 51 of 152 ~ 33.55%

%48.68
%17.76
%33.55

CMYK color model

#4A1B33 color CMYK value is (0,64,31,71).

  • cyan value is 0.00%
  • magenta value is 63.51%
  • yellow value is 31.08%
  • key color value is 70.98%
CMYK:
(0,64,31,71)
C0M64Y31K71 
(0%,64%,31%,71%)
(0.00/0.64/0.31/0.71)	

CMYK percentages

%0
%63.51
%31.08
%70.98

Codes

Color #4A1B33 in popluar color models

4A1B33
RGB742751
HSL329°46.53%19.80%
HSB/HSV329°63.51%29.02%
CMYK0.00%63.51%31.08%
70.98%

Color #4A1B33 in popluar number systems.

HEX4A1B33
Decimal742751
Binary100101011011110011
Octal1123363

Shades and tints

Shades of #4A1B33

#4A1B33
(74,27,51)
#44192F
(68,25,47)
#3E172B
(62,23,43)
#381527
(56,21,39)
#321323
(50,19,35)
#2C111F
(44,17,31)
#260F1B
(38,15,27)
#200D17
(32,13,23)
#1A0B13
(26,11,19)
#14090F
(20,9,15)
#0E070B
(14,7,11)
#000000
(0,0,0)

Tints of #4A1B33

#4A1B33
(74,27,51)
#5A2F45
(90,47,69)
#6A4357
(106,67,87)
#7A5769
(122,87,105)
#8A6B7B
(138,107,123)
#9A7F8D
(154,127,141)
#AA939F
(170,147,159)
#BAA7B1
(186,167,177)
#CABBC3
(202,187,195)
#DACFD5
(218,207,213)
#EAE3E7
(234,227,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A1B33 color. Also use rgb(74,27,51) instead hex code.

Text Font Color

.myTextColor { color: #4A1B33; }

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

This text font color is #4A1B33.


Background Color

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

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

This div background color is #4A1B33.


Border color

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

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

This div border color is #4A1B33.


Opacity

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

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

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

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

This text has shadow with #4A1B33 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A1B33 on black background.


Color preview on white background

This text has color #4A1B33 on white background.



Black color preview on #4A1B33 background

This text has black color on #4A1B33 background.


White color preview on #4A1B33 background

This text has white color on #4A1B33 background.