COLOR #4B0B0E

HEX: #4B0B0E
RGB: (75,11,14)

Color info

#4B0B0E contains mainly red color. Web safe color of #4B0B0E is #330000 (or #300).

RGB color model

#4B0B0E color RGB value is (75,11,14).

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

RGB channels and saturation

R 75 of 255 = 29%
G 11 of 255 = 4%
B 14 of 255 = 5%

75
11
14

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

Portions of RGB colors in percentages

R + G + B =
75 + 11 + 14 = 100 (100%)
R 75 of 100 ~ 75%
G 11 of 100 ~ 11%
B 14 of 100 ~ 14%

%75
%11
%14

CMYK color model

#4B0B0E color CMYK value is (0,85,81,71).

  • cyan value is 0.00%
  • magenta value is 85.33%
  • yellow value is 81.33%
  • key color value is 70.59%
CMYK:
(0,85,81,71)
C0M85Y81K71 
(0%,85%,81%,71%)
(0.00/0.85/0.81/0.71)	

CMYK percentages

%0
%85.33
%81.33
%70.59

Codes

Color #4B0B0E in popluar color models

4B0B0E
RGB751114
HSL357°74.42%16.86%
HSB/HSV357°85.33%29.41%
CMYK0.00%85.33%81.33%
70.59%

Color #4B0B0E in popluar number systems.

HEX4B0B0E
Decimal751114
Binary100101110111110
Octal1131316

Shades and tints

Shades of #4B0B0E

#4B0B0E
(75,11,14)
#450A0D
(69,10,13)
#3F090C
(63,9,12)
#39080B
(57,8,11)
#33070A
(51,7,10)
#2D0609
(45,6,9)
#270508
(39,5,8)
#210407
(33,4,7)
#1B0306
(27,3,6)
#150205
(21,2,5)
#0F0104
(15,1,4)
#000000
(0,0,0)

Tints of #4B0B0E

#4B0B0E
(75,11,14)
#5B2123
(91,33,35)
#6B3738
(107,55,56)
#7B4D4D
(123,77,77)
#8B6362
(139,99,98)
#9B7977
(155,121,119)
#AB8F8C
(171,143,140)
#BBA5A1
(187,165,161)
#CBBBB6
(203,187,182)
#DBD1CB
(219,209,203)
#EBE7E0
(235,231,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B0B0E; }

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

This text font color is #4B0B0E.


Background Color

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

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

This div background color is #4B0B0E.


Border color

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

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

This div border color is #4B0B0E.


Opacity

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

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

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

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

This text has shadow with #4B0B0E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B0B0E on black background.


Color preview on white background

This text has color #4B0B0E on white background.



Black color preview on #4B0B0E background

This text has black color on #4B0B0E background.


White color preview on #4B0B0E background

This text has white color on #4B0B0E background.