COLOR #4B0B3A

HEX: #4B0B3A
RGB: (75,11,58)

Color info

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

RGB color model

#4B0B3A color RGB value is (75,11,58).

  • red value is 75;
  • green value is 11;
  • blue value is 58.
RGB:
(75,11,58)
(29%,4%,23%)

RGB channels and saturation

R 75 of 255 = 29%
G 11 of 255 = 4%
B 58 of 255 = 23%

75
11
58

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

Portions of RGB colors in percentages

R + G + B =
75 + 11 + 58 = 144 (100%)
R 75 of 144 ~ 52.08%
G 11 of 144 ~ 7.64%
B 58 of 144 ~ 40.28%

%52.08
%40.28

CMYK color model

#4B0B3A color CMYK value is (0,85,23,71).

  • cyan value is 0.00%
  • magenta value is 85.33%
  • yellow value is 22.67%
  • key color value is 70.59%
CMYK:
(0,85,23,71)
C0M85Y23K71 
(0%,85%,23%,71%)
(0.00/0.85/0.23/0.71)	

CMYK percentages

%0
%85.33
%22.67
%70.59

Codes

Color #4B0B3A in popluar color models

4B0B3A
RGB751158
HSL316°74.42%16.86%
HSB/HSV316°85.33%29.41%
CMYK0.00%85.33%22.67%
70.59%

Color #4B0B3A in popluar number systems.

HEX4B0B3A
Decimal751158
Binary10010111011111010
Octal1131372

Shades and tints

Shades of #4B0B3A

#4B0B3A
(75,11,58)
#450A35
(69,10,53)
#3F0930
(63,9,48)
#39082B
(57,8,43)
#330726
(51,7,38)
#2D0621
(45,6,33)
#27051C
(39,5,28)
#210417
(33,4,23)
#1B0312
(27,3,18)
#15020D
(21,2,13)
#0F0108
(15,1,8)
#000000
(0,0,0)

Tints of #4B0B3A

#4B0B3A
(75,11,58)
#5B214B
(91,33,75)
#6B375C
(107,55,92)
#7B4D6D
(123,77,109)
#8B637E
(139,99,126)
#9B798F
(155,121,143)
#AB8FA0
(171,143,160)
#BBA5B1
(187,165,177)
#CBBBC2
(203,187,194)
#DBD1D3
(219,209,211)
#EBE7E4
(235,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B0B3A color. Also use rgb(75,11,58) instead hex code.

Text Font Color

.myTextColor { color: #4B0B3A; }

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

This text font color is #4B0B3A.


Background Color

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

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

This div background color is #4B0B3A.


Border color

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

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

This div border color is #4B0B3A.


Opacity

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

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

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

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

This text has shadow with #4B0B3A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B0B3A on black background.


Color preview on white background

This text has color #4B0B3A on white background.



Black color preview on #4B0B3A background

This text has black color on #4B0B3A background.


White color preview on #4B0B3A background

This text has white color on #4B0B3A background.