COLOR #4B1B1B

HEX: #4B1B1B
RGB: (75,27,27)

Color info

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

RGB color model

#4B1B1B color RGB value is (75,27,27).

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

RGB channels and saturation

R 75 of 255 = 29%
G 27 of 255 = 11%
B 27 of 255 = 11%

75
27
27

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

Portions of RGB colors in percentages

R + G + B =
75 + 27 + 27 = 129 (100%)
R 75 of 129 ~ 58.14%
G 27 of 129 ~ 20.93%
B 27 of 129 ~ 20.93%

%58.14
%20.93
%20.93

CMYK color model

#4B1B1B color CMYK value is (0,64,64,71).

  • cyan value is 0.00%
  • magenta value is 64.00%
  • yellow value is 64.00%
  • key color value is 70.59%
CMYK:
(0,64,64,71)
C0M64Y64K71 
(0%,64%,64%,71%)
(0.00/0.64/0.64/0.71)	

CMYK percentages

%0
%64
%64
%70.59

Codes

Color #4B1B1B in popluar color models

4B1B1B
RGB752727
HSL47.06%20.00%
HSB/HSV64.00%29.41%
CMYK0.00%64.00%64.00%
70.59%

Color #4B1B1B in popluar number systems.

HEX4B1B1B
Decimal752727
Binary10010111101111011
Octal1133333

Shades and tints

Shades of #4B1B1B

#4B1B1B
(75,27,27)
#451919
(69,25,25)
#3F1717
(63,23,23)
#391515
(57,21,21)
#331313
(51,19,19)
#2D1111
(45,17,17)
#270F0F
(39,15,15)
#210D0D
(33,13,13)
#1B0B0B
(27,11,11)
#150909
(21,9,9)
#0F0707
(15,7,7)
#000000
(0,0,0)

Tints of #4B1B1B

#4B1B1B
(75,27,27)
#5B2F2F
(91,47,47)
#6B4343
(107,67,67)
#7B5757
(123,87,87)
#8B6B6B
(139,107,107)
#9B7F7F
(155,127,127)
#AB9393
(171,147,147)
#BBA7A7
(187,167,167)
#CBBBBB
(203,187,187)
#DBCFCF
(219,207,207)
#EBE3E3
(235,227,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B1B1B; }

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

This text font color is #4B1B1B.


Background Color

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

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

This div background color is #4B1B1B.


Border color

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

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

This div border color is #4B1B1B.


Opacity

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

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

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

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

This text has shadow with #4B1B1B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B1B1B on black background.


Color preview on white background

This text has color #4B1B1B on white background.



Black color preview on #4B1B1B background

This text has black color on #4B1B1B background.


White color preview on #4B1B1B background

This text has white color on #4B1B1B background.