COLOR #4B1428

HEX: #4B1428
RGB: (75,20,40)

Color info

#4B1428 contains red, green and blue colors in about the same proportion. Web safe color of #4B1428 is #330033 (or #303).

RGB color model

#4B1428 color RGB value is (75,20,40).

  • red value is 75;
  • green value is 20;
  • blue value is 40.
RGB:
(75,20,40)
(29%,8%,16%)

RGB channels and saturation

R 75 of 255 = 29%
G 20 of 255 = 8%
B 40 of 255 = 16%

75
20
40

R + G + B ~ 18%. #4B1428 is dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 20 + 40 = 135 (100%)
R 75 of 135 ~ 55.56%
G 20 of 135 ~ 14.81%
B 40 of 135 ~ 29.63%

%55.56
%14.81
%29.63

CMYK color model

#4B1428 color CMYK value is (0,73,47,71).

  • cyan value is 0.00%
  • magenta value is 73.33%
  • yellow value is 46.67%
  • key color value is 70.59%
CMYK:
(0,73,47,71)
C0M73Y47K71 
(0%,73%,47%,71%)
(0.00/0.73/0.47/0.71)	

CMYK percentages

%0
%73.33
%46.67
%70.59

Codes

Color #4B1428 in popluar color models

4B1428
RGB752040
HSL338°57.89%18.63%
HSB/HSV338°73.33%29.41%
CMYK0.00%73.33%46.67%
70.59%

Color #4B1428 in popluar number systems.

HEX4B1428
Decimal752040
Binary100101110100101000
Octal1132450

Shades and tints

Shades of #4B1428

#4B1428
(75,20,40)
#451325
(69,19,37)
#3F1222
(63,18,34)
#39111F
(57,17,31)
#33101C
(51,16,28)
#2D0F19
(45,15,25)
#270E16
(39,14,22)
#210D13
(33,13,19)
#1B0C10
(27,12,16)
#150B0D
(21,11,13)
#0F0A0A
(15,10,10)
#000000
(0,0,0)

Tints of #4B1428

#4B1428
(75,20,40)
#5B293B
(91,41,59)
#6B3E4E
(107,62,78)
#7B5361
(123,83,97)
#8B6874
(139,104,116)
#9B7D87
(155,125,135)
#AB929A
(171,146,154)
#BBA7AD
(187,167,173)
#CBBCC0
(203,188,192)
#DBD1D3
(219,209,211)
#EBE6E6
(235,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B1428 color. Also use rgb(75,20,40) instead hex code.

Text Font Color

.myTextColor { color: #4B1428; }

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

This text font color is #4B1428.


Background Color

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

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

This div background color is #4B1428.


Border color

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

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

This div border color is #4B1428.


Opacity

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

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

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

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

This text has shadow with #4B1428 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B1428 on black background.


Color preview on white background

This text has color #4B1428 on white background.



Black color preview on #4B1428 background

This text has black color on #4B1428 background.


White color preview on #4B1428 background

This text has white color on #4B1428 background.