COLOR #4B1D2A

HEX: #4B1D2A
RGB: (75,29,42)

Color info

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

RGB color model

#4B1D2A color RGB value is (75,29,42).

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

RGB channels and saturation

R 75 of 255 = 29%
G 29 of 255 = 11%
B 42 of 255 = 16%

75
29
42

R + G + B ~ 19%. #4B1D2A is dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 29 + 42 = 146 (100%)
R 75 of 146 ~ 51.37%
G 29 of 146 ~ 19.86%
B 42 of 146 ~ 28.77%

%51.37
%19.86
%28.77

CMYK color model

#4B1D2A color CMYK value is (0,61,44,71).

  • cyan value is 0.00%
  • magenta value is 61.33%
  • yellow value is 44.00%
  • key color value is 70.59%
CMYK:
(0,61,44,71)
C0M61Y44K71 
(0%,61%,44%,71%)
(0.00/0.61/0.44/0.71)	

CMYK percentages

%0
%61.33
%44
%70.59

Codes

Color #4B1D2A in popluar color models

4B1D2A
RGB752942
HSL343°44.23%20.39%
HSB/HSV343°61.33%29.41%
CMYK0.00%61.33%44.00%
70.59%

Color #4B1D2A in popluar number systems.

HEX4B1D2A
Decimal752942
Binary100101111101101010
Octal1133552

Shades and tints

Shades of #4B1D2A

#4B1D2A
(75,29,42)
#451B27
(69,27,39)
#3F1924
(63,25,36)
#391721
(57,23,33)
#33151E
(51,21,30)
#2D131B
(45,19,27)
#271118
(39,17,24)
#210F15
(33,15,21)
#1B0D12
(27,13,18)
#150B0F
(21,11,15)
#0F090C
(15,9,12)
#000000
(0,0,0)

Tints of #4B1D2A

#4B1D2A
(75,29,42)
#5B313D
(91,49,61)
#6B4550
(107,69,80)
#7B5963
(123,89,99)
#8B6D76
(139,109,118)
#9B8189
(155,129,137)
#AB959C
(171,149,156)
#BBA9AF
(187,169,175)
#CBBDC2
(203,189,194)
#DBD1D5
(219,209,213)
#EBE5E8
(235,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B1D2A; }

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

This text font color is #4B1D2A.


Background Color

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

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

This div background color is #4B1D2A.


Border color

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

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

This div border color is #4B1D2A.


Opacity

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

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

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

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

This text has shadow with #4B1D2A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B1D2A on black background.


Color preview on white background

This text has color #4B1D2A on white background.



Black color preview on #4B1D2A background

This text has black color on #4B1D2A background.


White color preview on #4B1D2A background

This text has white color on #4B1D2A background.