COLOR #4B0B13

HEX: #4B0B13
RGB: (75,11,19)

Color info

#4B0B13 contains mainly red and blue colors. Web safe color of #4B0B13 is #330000 (or #300).

RGB color model

#4B0B13 color RGB value is (75,11,19).

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

RGB channels and saturation

R 75 of 255 = 29%
G 11 of 255 = 4%
B 19 of 255 = 7%

75
11
19

R + G + B ~ 13%. #4B0B13 is dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 11 + 19 = 105 (100%)
R 75 of 105 ~ 71.43%
G 11 of 105 ~ 10.48%
B 19 of 105 ~ 18.1%

%71.43
%10.48
%18.1

CMYK color model

#4B0B13 color CMYK value is (0,85,75,71).

  • cyan value is 0.00%
  • magenta value is 85.33%
  • yellow value is 74.67%
  • key color value is 70.59%
CMYK:
(0,85,75,71)
C0M85Y75K71 
(0%,85%,75%,71%)
(0.00/0.85/0.75/0.71)	

CMYK percentages

%0
%85.33
%74.67
%70.59

Codes

Color #4B0B13 in popluar color models

4B0B13
RGB751119
HSL353°74.42%16.86%
HSB/HSV353°85.33%29.41%
CMYK0.00%85.33%74.67%
70.59%

Color #4B0B13 in popluar number systems.

HEX4B0B13
Decimal751119
Binary1001011101110011
Octal1131323

Shades and tints

Shades of #4B0B13

#4B0B13
(75,11,19)
#450A12
(69,10,18)
#3F0911
(63,9,17)
#390810
(57,8,16)
#33070F
(51,7,15)
#2D060E
(45,6,14)
#27050D
(39,5,13)
#21040C
(33,4,12)
#1B030B
(27,3,11)
#15020A
(21,2,10)
#0F0109
(15,1,9)
#000000
(0,0,0)

Tints of #4B0B13

#4B0B13
(75,11,19)
#5B2128
(91,33,40)
#6B373D
(107,55,61)
#7B4D52
(123,77,82)
#8B6367
(139,99,103)
#9B797C
(155,121,124)
#AB8F91
(171,143,145)
#BBA5A6
(187,165,166)
#CBBBBB
(203,187,187)
#DBD1D0
(219,209,208)
#EBE7E5
(235,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B0B13; }

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

This text font color is #4B0B13.


Background Color

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

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

This div background color is #4B0B13.


Border color

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

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

This div border color is #4B0B13.


Opacity

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

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

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

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

This text has shadow with #4B0B13 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B0B13 on black background.


Color preview on white background

This text has color #4B0B13 on white background.



Black color preview on #4B0B13 background

This text has black color on #4B0B13 background.


White color preview on #4B0B13 background

This text has white color on #4B0B13 background.