COLOR #4B0B1C

HEX: #4B0B1C RGB: (75,11,28)

Color info

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

RGB color model

#4B0B1C color RGB value is (75,11,28).

RGB: (75,11,28) (29%, 4%, 11%)

RGB channels and saturation

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

75
11
28

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

Portions of RGB colors in percentages

R + G + B = 75 + 11 + 28 = 114 (100%)
R 75 of 114 ~ 65.79%
G 11 of 114 ~ 9.65%
B 28 of 114 ~ 24.56'%

%65.79
%24.56

CMYK color model

#4B0B1C color CMYK value is (0,85,63,71).

  • cyan value is 0.00%
  • magenta value is 85.33%
  • yellow value is 62.67%
  • key color value is 70.59%

CMYK: (0,85,63,71)
C0M85Y63K71 (0%, 85%, 63%, 71%)
(0.00 / 0.85 / 0.63 / 0.71)

CMYK percentages

%0
%85.33
%62.67
%70.59

Codes

Color #4B0B1C in popluar color models

4B 0B 1C
RGB 75 11 28
HSL 344° 74.42% 16.86%
HSB/HSV 344° 85.33% 29.41%
CMYK 0.00% 85.33% 62.67%
70.59%

Color #4B0B1C in popluar number systems.

HEX 4B 0B 1C
Decimal 75 11 28
Binary 1001011 1011 11100
Octal 113 13 34

Shades and tints

Shades of #4B0B1C

#4B0B1C
(75,11,28)
#450A1A
(69,10,26)
#3F0918
(63,9,24)
#390816
(57,8,22)
#330714
(51,7,20)
#2D0612
(45,6,18)
#270510
(39,5,16)
#21040E
(33,4,14)
#1B030C
(27,3,12)
#15020A
(21,2,10)
#0F0108
(15,1,8)
#000000
(0,0,0)

Tints of #4B0B1C

#4B0B1C
(75,11,28)
#5B2130
(91,33,48)
#6B3744
(107,55,68)
#7B4D58
(123,77,88)
#8B636C
(139,99,108)
#9B7980
(155,121,128)
#AB8F94
(171,143,148)
#BBA5A8
(187,165,168)
#CBBBBC
(203,187,188)
#DBD1D0
(219,209,208)
#EBE7E4
(235,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B0B1C; }

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

This text font color is #4B0B1C.

Background Color

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

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

This div background color is #4B0B1C.

Border color

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

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

This div border color is #4B0B1C.

Opacity

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

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

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

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

This text has shadow with #4B0B1C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B0B1C.

Preview

Color preview on black background

This text has color #4B0B1C on black background.


Color preview on white background

This text has color #4B0B1C on white background.


Black color preview on #4B0B1C background

This text has black color on #4B0B1C background.


White color preview on #4B0B1C background

This text has white color on #4B0B1C background.


Related colors

Complementary color

Complementary color for #hex is #B4F4E3.


I love getcolorcode.com

Triadic colors

1 #1C4B0B and #0B1C4B with #4B0B1C are triadic colors.

2 #1C0B4B and #0B4B1C with #4B0B1C are triadic colors.