COLOR #4B1E3B

HEX: #4B1E3B
RGB: (75,30,59)

Color info

#4B1E3B contains red, green and blue colors in about the same proportion. Web safe color of #4B1E3B is #333333 (or #333).

RGB color model

#4B1E3B color RGB value is (75,30,59).

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

RGB channels and saturation

R 75 of 255 = 29%
G 30 of 255 = 12%
B 59 of 255 = 23%

75
30
59

R + G + B ~ 21%. #4B1E3B is dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 30 + 59 = 164 (100%)
R 75 of 164 ~ 45.73%
G 30 of 164 ~ 18.29%
B 59 of 164 ~ 35.98%

%45.73
%18.29
%35.98

CMYK color model

#4B1E3B color CMYK value is (0,60,21,71).

  • cyan value is 0.00%
  • magenta value is 60.00%
  • yellow value is 21.33%
  • key color value is 70.59%
CMYK:
(0,60,21,71)
C0M60Y21K71 
(0%,60%,21%,71%)
(0.00/0.60/0.21/0.71)	

CMYK percentages

%0
%60
%21.33
%70.59

Codes

Color #4B1E3B in popluar color models

4B1E3B
RGB753059
HSL321°42.86%20.59%
HSB/HSV321°60.00%29.41%
CMYK0.00%60.00%21.33%
70.59%

Color #4B1E3B in popluar number systems.

HEX4B1E3B
Decimal753059
Binary100101111110111011
Octal1133673

Shades and tints

Shades of #4B1E3B

#4B1E3B
(75,30,59)
#451C36
(69,28,54)
#3F1A31
(63,26,49)
#39182C
(57,24,44)
#331627
(51,22,39)
#2D1422
(45,20,34)
#27121D
(39,18,29)
#211018
(33,16,24)
#1B0E13
(27,14,19)
#150C0E
(21,12,14)
#0F0A09
(15,10,9)
#000000
(0,0,0)

Tints of #4B1E3B

#4B1E3B
(75,30,59)
#5B324C
(91,50,76)
#6B465D
(107,70,93)
#7B5A6E
(123,90,110)
#8B6E7F
(139,110,127)
#9B8290
(155,130,144)
#AB96A1
(171,150,161)
#BBAAB2
(187,170,178)
#CBBEC3
(203,190,195)
#DBD2D4
(219,210,212)
#EBE6E5
(235,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B1E3B; }

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

This text font color is #4B1E3B.


Background Color

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

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

This div background color is #4B1E3B.


Border color

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

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

This div border color is #4B1E3B.


Opacity

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

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

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

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

This text has shadow with #4B1E3B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B1E3B on black background.


Color preview on white background

This text has color #4B1E3B on white background.



Black color preview on #4B1E3B background

This text has black color on #4B1E3B background.


White color preview on #4B1E3B background

This text has white color on #4B1E3B background.