COLOR #4B0B1B

HEX: #4B0B1B
RGB: (75,11,27)

Color info

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

RGB color model

#4B0B1B color RGB value is (75,11,27).

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

RGB channels and saturation

R 75 of 255 = 29%
G 11 of 255 = 4%
B 27 of 255 = 11%

75
11
27

R + G + B ~ 15%. #4B0B1B is dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 11 + 27 = 113 (100%)
R 75 of 113 ~ 66.37%
G 11 of 113 ~ 9.73%
B 27 of 113 ~ 23.89%

%66.37
%9.73
%23.89

CMYK color model

#4B0B1B color CMYK value is (0,85,64,71).

  • cyan value is 0.00%
  • magenta value is 85.33%
  • yellow value is 64.00%
  • key color value is 70.59%
CMYK:
(0,85,64,71)
C0M85Y64K71 
(0%,85%,64%,71%)
(0.00/0.85/0.64/0.71)	

CMYK percentages

%0
%85.33
%64
%70.59

Codes

Color #4B0B1B in popluar color models

4B0B1B
RGB751127
HSL345°74.42%16.86%
HSB/HSV345°85.33%29.41%
CMYK0.00%85.33%64.00%
70.59%

Color #4B0B1B in popluar number systems.

HEX4B0B1B
Decimal751127
Binary1001011101111011
Octal1131333

Shades and tints

Shades of #4B0B1B

#4B0B1B
(75,11,27)
#450A19
(69,10,25)
#3F0917
(63,9,23)
#390815
(57,8,21)
#330713
(51,7,19)
#2D0611
(45,6,17)
#27050F
(39,5,15)
#21040D
(33,4,13)
#1B030B
(27,3,11)
#150209
(21,2,9)
#0F0107
(15,1,7)
#000000
(0,0,0)

Tints of #4B0B1B

#4B0B1B
(75,11,27)
#5B212F
(91,33,47)
#6B3743
(107,55,67)
#7B4D57
(123,77,87)
#8B636B
(139,99,107)
#9B797F
(155,121,127)
#AB8F93
(171,143,147)
#BBA5A7
(187,165,167)
#CBBBBB
(203,187,187)
#DBD1CF
(219,209,207)
#EBE7E3
(235,231,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B0B1B; }

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

This text font color is #4B0B1B.


Background Color

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

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

This div background color is #4B0B1B.


Border color

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

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

This div border color is #4B0B1B.


Opacity

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

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

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

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

This text has shadow with #4B0B1B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B0B1B on black background.


Color preview on white background

This text has color #4B0B1B on white background.



Black color preview on #4B0B1B background

This text has black color on #4B0B1B background.


White color preview on #4B0B1B background

This text has white color on #4B0B1B background.