COLOR #4B0F2C

HEX: #4B0F2C
RGB: (75,15,44)

Color info

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

RGB color model

#4B0F2C color RGB value is (75,15,44).

  • red value is 75;
  • green value is 15;
  • blue value is 44.
RGB:
(75,15,44)
(29%,6%,17%)

RGB channels and saturation

R 75 of 255 = 29%
G 15 of 255 = 6%
B 44 of 255 = 17%

75
15
44

R + G + B ~ 17%. #4B0F2C is dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 15 + 44 = 134 (100%)
R 75 of 134 ~ 55.97%
G 15 of 134 ~ 11.19%
B 44 of 134 ~ 32.84%

%55.97
%11.19
%32.84

CMYK color model

#4B0F2C color CMYK value is (0,80,41,71).

  • cyan value is 0.00%
  • magenta value is 80.00%
  • yellow value is 41.33%
  • key color value is 70.59%
CMYK:
(0,80,41,71)
C0M80Y41K71 
(0%,80%,41%,71%)
(0.00/0.80/0.41/0.71)	

CMYK percentages

%0
%80
%41.33
%70.59

Codes

Color #4B0F2C in popluar color models

4B0F2C
RGB751544
HSL331°66.67%17.65%
HSB/HSV331°80.00%29.41%
CMYK0.00%80.00%41.33%
70.59%

Color #4B0F2C in popluar number systems.

HEX4B0F2C
Decimal751544
Binary10010111111101100
Octal1131754

Shades and tints

Shades of #4B0F2C

#4B0F2C
(75,15,44)
#450E28
(69,14,40)
#3F0D24
(63,13,36)
#390C20
(57,12,32)
#330B1C
(51,11,28)
#2D0A18
(45,10,24)
#270914
(39,9,20)
#210810
(33,8,16)
#1B070C
(27,7,12)
#150608
(21,6,8)
#0F0504
(15,5,4)
#000000
(0,0,0)

Tints of #4B0F2C

#4B0F2C
(75,15,44)
#5B243F
(91,36,63)
#6B3952
(107,57,82)
#7B4E65
(123,78,101)
#8B6378
(139,99,120)
#9B788B
(155,120,139)
#AB8D9E
(171,141,158)
#BBA2B1
(187,162,177)
#CBB7C4
(203,183,196)
#DBCCD7
(219,204,215)
#EBE1EA
(235,225,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B0F2C color. Also use rgb(75,15,44) instead hex code.

Text Font Color

.myTextColor { color: #4B0F2C; }

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

This text font color is #4B0F2C.


Background Color

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

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

This div background color is #4B0F2C.


Border color

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

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

This div border color is #4B0F2C.


Opacity

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

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

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

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

This text has shadow with #4B0F2C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B0F2C on black background.


Color preview on white background

This text has color #4B0F2C on white background.



Black color preview on #4B0F2C background

This text has black color on #4B0F2C background.


White color preview on #4B0F2C background

This text has white color on #4B0F2C background.