COLOR #4B0D2B

HEX: #4B0D2B
RGB: (75,13,43)

Color info

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

RGB color model

#4B0D2B color RGB value is (75,13,43).

  • red value is 75;
  • green value is 13;
  • blue value is 43.
RGB:
(75,13,43)
(29%,5%,17%)

RGB channels and saturation

R 75 of 255 = 29%
G 13 of 255 = 5%
B 43 of 255 = 17%

75
13
43

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

Portions of RGB colors in percentages

R + G + B =
75 + 13 + 43 = 131 (100%)
R 75 of 131 ~ 57.25%
G 13 of 131 ~ 9.92%
B 43 of 131 ~ 32.82%

%57.25
%9.92
%32.82

CMYK color model

#4B0D2B color CMYK value is (0,83,43,71).

  • cyan value is 0.00%
  • magenta value is 82.67%
  • yellow value is 42.67%
  • key color value is 70.59%
CMYK:
(0,83,43,71)
C0M83Y43K71 
(0%,83%,43%,71%)
(0.00/0.83/0.43/0.71)	

CMYK percentages

%0
%82.67
%42.67
%70.59

Codes

Color #4B0D2B in popluar color models

4B0D2B
RGB751343
HSL331°70.45%17.25%
HSB/HSV331°82.67%29.41%
CMYK0.00%82.67%42.67%
70.59%

Color #4B0D2B in popluar number systems.

HEX4B0D2B
Decimal751343
Binary10010111101101011
Octal1131553

Shades and tints

Shades of #4B0D2B

#4B0D2B
(75,13,43)
#450C28
(69,12,40)
#3F0B25
(63,11,37)
#390A22
(57,10,34)
#33091F
(51,9,31)
#2D081C
(45,8,28)
#270719
(39,7,25)
#210616
(33,6,22)
#1B0513
(27,5,19)
#150410
(21,4,16)
#0F030D
(15,3,13)
#000000
(0,0,0)

Tints of #4B0D2B

#4B0D2B
(75,13,43)
#5B233E
(91,35,62)
#6B3951
(107,57,81)
#7B4F64
(123,79,100)
#8B6577
(139,101,119)
#9B7B8A
(155,123,138)
#AB919D
(171,145,157)
#BBA7B0
(187,167,176)
#CBBDC3
(203,189,195)
#DBD3D6
(219,211,214)
#EBE9E9
(235,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B0D2B color. Also use rgb(75,13,43) instead hex code.

Text Font Color

.myTextColor { color: #4B0D2B; }

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

This text font color is #4B0D2B.


Background Color

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

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

This div background color is #4B0D2B.


Border color

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

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

This div border color is #4B0D2B.


Opacity

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

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

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

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

This text has shadow with #4B0D2B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B0D2B on black background.


Color preview on white background

This text has color #4B0D2B on white background.



Black color preview on #4B0D2B background

This text has black color on #4B0D2B background.


White color preview on #4B0D2B background

This text has white color on #4B0D2B background.