COLOR #4B0A31

HEX: #4B0A31
RGB: (75,10,49)

Color info

#4B0A31 contains mainly red and blue colors. Web safe color of #4B0A31 is #330033 (or #303).

RGB color model

#4B0A31 color RGB value is (75,10,49).

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

RGB channels and saturation

R 75 of 255 = 29%
G 10 of 255 = 4%
B 49 of 255 = 19%

75
10
49

R + G + B ~ 17%. #4B0A31 is dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 10 + 49 = 134 (100%)
R 75 of 134 ~ 55.97%
G 10 of 134 ~ 7.46%
B 49 of 134 ~ 36.57%

%55.97
%36.57

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 86.67%
  • yellow value is 34.67%
  • key color value is 70.59%
CMYK:
(0,87,35,71)
C0M87Y35K71 
(0%,87%,35%,71%)
(0.00/0.87/0.35/0.71)	

CMYK percentages

%0
%86.67
%34.67
%70.59

Codes

Color #4B0A31 in popluar color models

4B0A31
RGB751049
HSL324°76.47%16.67%
HSB/HSV324°86.67%29.41%
CMYK0.00%86.67%34.67%
70.59%

Color #4B0A31 in popluar number systems.

HEX4B0A31
Decimal751049
Binary10010111010110001
Octal1131261

Shades and tints

Shades of #4B0A31

#4B0A31
(75,10,49)
#450A2D
(69,10,45)
#3F0A29
(63,10,41)
#390A25
(57,10,37)
#330A21
(51,10,33)
#2D0A1D
(45,10,29)
#270A19
(39,10,25)
#210A15
(33,10,21)
#1B0A11
(27,10,17)
#150A0D
(21,10,13)
#0F0A09
(15,10,9)
#000000
(0,0,0)

Tints of #4B0A31

#4B0A31
(75,10,49)
#5B2043
(91,32,67)
#6B3655
(107,54,85)
#7B4C67
(123,76,103)
#8B6279
(139,98,121)
#9B788B
(155,120,139)
#AB8E9D
(171,142,157)
#BBA4AF
(187,164,175)
#CBBAC1
(203,186,193)
#DBD0D3
(219,208,211)
#EBE6E5
(235,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B0A31; }

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

This text font color is #4B0A31.


Background Color

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

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

This div background color is #4B0A31.


Border color

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

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

This div border color is #4B0A31.


Opacity

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

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

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

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

This text has shadow with #4B0A31 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B0A31 on black background.


Color preview on white background

This text has color #4B0A31 on white background.



Black color preview on #4B0A31 background

This text has black color on #4B0A31 background.


White color preview on #4B0A31 background

This text has white color on #4B0A31 background.