COLOR #4B1328

HEX: #4B1328
RGB: (75,19,40)

Color info

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

RGB color model

#4B1328 color RGB value is (75,19,40).

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

RGB channels and saturation

R 75 of 255 = 29%
G 19 of 255 = 7%
B 40 of 255 = 16%

75
19
40

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

Portions of RGB colors in percentages

R + G + B =
75 + 19 + 40 = 134 (100%)
R 75 of 134 ~ 55.97%
G 19 of 134 ~ 14.18%
B 40 of 134 ~ 29.85%

%55.97
%14.18
%29.85

CMYK color model

#4B1328 color CMYK value is (0,75,47,71).

  • cyan value is 0.00%
  • magenta value is 74.67%
  • yellow value is 46.67%
  • key color value is 70.59%
CMYK:
(0,75,47,71)
C0M75Y47K71 
(0%,75%,47%,71%)
(0.00/0.75/0.47/0.71)	

CMYK percentages

%0
%74.67
%46.67
%70.59

Codes

Color #4B1328 in popluar color models

4B1328
RGB751940
HSL338°59.57%18.43%
HSB/HSV338°74.67%29.41%
CMYK0.00%74.67%46.67%
70.59%

Color #4B1328 in popluar number systems.

HEX4B1328
Decimal751940
Binary100101110011101000
Octal1132350

Shades and tints

Shades of #4B1328

#4B1328
(75,19,40)
#451225
(69,18,37)
#3F1122
(63,17,34)
#39101F
(57,16,31)
#330F1C
(51,15,28)
#2D0E19
(45,14,25)
#270D16
(39,13,22)
#210C13
(33,12,19)
#1B0B10
(27,11,16)
#150A0D
(21,10,13)
#0F090A
(15,9,10)
#000000
(0,0,0)

Tints of #4B1328

#4B1328
(75,19,40)
#5B283B
(91,40,59)
#6B3D4E
(107,61,78)
#7B5261
(123,82,97)
#8B6774
(139,103,116)
#9B7C87
(155,124,135)
#AB919A
(171,145,154)
#BBA6AD
(187,166,173)
#CBBBC0
(203,187,192)
#DBD0D3
(219,208,211)
#EBE5E6
(235,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B1328; }

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

This text font color is #4B1328.


Background Color

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

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

This div background color is #4B1328.


Border color

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

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

This div border color is #4B1328.


Opacity

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

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

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

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

This text has shadow with #4B1328 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B1328 on black background.


Color preview on white background

This text has color #4B1328 on white background.



Black color preview on #4B1328 background

This text has black color on #4B1328 background.


White color preview on #4B1328 background

This text has white color on #4B1328 background.