COLOR #4B0E1E

HEX: #4B0E1E
RGB: (75,14,30)

Color info

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

RGB color model

#4B0E1E color RGB value is (75,14,30).

  • red value is 75;
  • green value is 14;
  • blue value is 30.
RGB:
(75,14,30)
(29%,5%,12%)

RGB channels and saturation

R 75 of 255 = 29%
G 14 of 255 = 5%
B 30 of 255 = 12%

75
14
30

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

Portions of RGB colors in percentages

R + G + B =
75 + 14 + 30 = 119 (100%)
R 75 of 119 ~ 63.03%
G 14 of 119 ~ 11.76%
B 30 of 119 ~ 25.21%

%63.03
%11.76
%25.21

CMYK color model

#4B0E1E color CMYK value is (0,81,60,71).

  • cyan value is 0.00%
  • magenta value is 81.33%
  • yellow value is 60.00%
  • key color value is 70.59%
CMYK:
(0,81,60,71)
C0M81Y60K71 
(0%,81%,60%,71%)
(0.00/0.81/0.60/0.71)	

CMYK percentages

%0
%81.33
%60
%70.59

Codes

Color #4B0E1E in popluar color models

4B0E1E
RGB751430
HSL344°68.54%17.45%
HSB/HSV344°81.33%29.41%
CMYK0.00%81.33%60.00%
70.59%

Color #4B0E1E in popluar number systems.

HEX4B0E1E
Decimal751430
Binary1001011111011110
Octal1131636

Shades and tints

Shades of #4B0E1E

#4B0E1E
(75,14,30)
#450D1C
(69,13,28)
#3F0C1A
(63,12,26)
#390B18
(57,11,24)
#330A16
(51,10,22)
#2D0914
(45,9,20)
#270812
(39,8,18)
#210710
(33,7,16)
#1B060E
(27,6,14)
#15050C
(21,5,12)
#0F040A
(15,4,10)
#000000
(0,0,0)

Tints of #4B0E1E

#4B0E1E
(75,14,30)
#5B2332
(91,35,50)
#6B3846
(107,56,70)
#7B4D5A
(123,77,90)
#8B626E
(139,98,110)
#9B7782
(155,119,130)
#AB8C96
(171,140,150)
#BBA1AA
(187,161,170)
#CBB6BE
(203,182,190)
#DBCBD2
(219,203,210)
#EBE0E6
(235,224,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B0E1E color. Also use rgb(75,14,30) instead hex code.

Text Font Color

.myTextColor { color: #4B0E1E; }

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

This text font color is #4B0E1E.


Background Color

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

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

This div background color is #4B0E1E.


Border color

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

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

This div border color is #4B0E1E.


Opacity

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

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

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

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

This text has shadow with #4B0E1E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B0E1E on black background.


Color preview on white background

This text has color #4B0E1E on white background.



Black color preview on #4B0E1E background

This text has black color on #4B0E1E background.


White color preview on #4B0E1E background

This text has white color on #4B0E1E background.