COLOR #4B1D1B

HEX: #4B1D1B RGB: (75,29,27)

Color info

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

RGB color model

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

RGB: (75,29,27) (29%, 11%, 11%)

RGB channels and saturation

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

75
29
27

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

Portions of RGB colors in percentages

R + G + B = 75 + 29 + 27 = 131 (100%)
R 75 of 131 ~ 57.25%
G 29 of 131 ~ 22.14%
B 27 of 131 ~ 20.61'%

%57.25
%22.14
%20.61

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 61.33%
  • yellow value is 64.00%
  • key color value is 70.59%

CMYK: (0,61,64,71)
C0M61Y64K71 (0%, 61%, 64%, 71%)
(0.00 / 0.61 / 0.64 / 0.71)

CMYK percentages

%0
%61.33
%64
%70.59

Codes

Color #4B1D1B in popluar color models

4B 1D 1B
RGB 75 29 27
HSL 47.06% 20.00%
HSB/HSV 64.00% 29.41%
CMYK 0.00% 61.33% 64.00%
70.59%

Color #4B1D1B in popluar number systems.

HEX 4B 1D 1B
Decimal 75 29 27
Binary 1001011 11101 11011
Octal 113 35 33

Shades and tints

Shades of #4B1D1B

#4B1D1B
(75,29,27)
#451B19
(69,27,25)
#3F1917
(63,25,23)
#391715
(57,23,21)
#331513
(51,21,19)
#2D1311
(45,19,17)
#27110F
(39,17,15)
#210F0D
(33,15,13)
#1B0D0B
(27,13,11)
#150B09
(21,11,9)
#0F0907
(15,9,7)
#000000
(0,0,0)

Tints of #4B1D1B

#4B1D1B
(75,29,27)
#5B312F
(91,49,47)
#6B4543
(107,69,67)
#7B5957
(123,89,87)
#8B6D6B
(139,109,107)
#9B817F
(155,129,127)
#AB9593
(171,149,147)
#BBA9A7
(187,169,167)
#CBBDBB
(203,189,187)
#DBD1CF
(219,209,207)
#EBE5E3
(235,229,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B1D1B; }

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

This text font color is #4B1D1B.

Background Color

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

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

This div background color is #4B1D1B.

Border color

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

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

This div border color is #4B1D1B.

Opacity

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

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

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

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

This text has shadow with #4B1D1B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B1D1B.

Preview

Color preview on black background

This text has color #4B1D1B on black background.


Color preview on white background

This text has color #4B1D1B on white background.


Black color preview on #4B1D1B background

This text has black color on #4B1D1B background.


White color preview on #4B1D1B background

This text has white color on #4B1D1B background.


Related colors

Complementary color

Complementary color for #hex is #B4E2E4.


I love getcolorcode.com

Triadic colors

1 #1B4B1D and #1D1B4B with #4B1D1B are triadic colors.

2 #1B1D4B and #1D4B1B with #4B1D1B are triadic colors.