COLOR #4B3B49

HEX: #4B3B49
RGB: (75,59,73)

Color info

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

RGB color model

#4B3B49 color RGB value is (75,59,73).

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

RGB channels and saturation

R 75 of 255 = 29%
G 59 of 255 = 23%
B 73 of 255 = 29%

75
59
73

R + G + B ~ 27%. #4B3B49 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 59 + 73 = 207 (100%)
R 75 of 207 ~ 36.23%
G 59 of 207 ~ 28.5%
B 73 of 207 ~ 35.27%

%36.23
%28.5
%35.27

CMYK color model

#4B3B49 color CMYK value is (0,21,3,71).

  • cyan value is 0.00%
  • magenta value is 21.33%
  • yellow value is 2.67%
  • key color value is 70.59%
CMYK:
(0,21,3,71)
C0M21Y3K71 
(0%,21%,3%,71%)
(0.00/0.21/0.03/0.71)	

CMYK percentages

%0
%21.33
%2.67
%70.59

Codes

Color #4B3B49 in popluar color models

4B3B49
RGB755973
HSL308°11.94%26.27%
HSB/HSV308°21.33%29.41%
CMYK0.00%21.33%2.67%
70.59%

Color #4B3B49 in popluar number systems.

HEX4B3B49
Decimal755973
Binary10010111110111001001
Octal11373111

Shades and tints

Shades of #4B3B49

#4B3B49
(75,59,73)
#453643
(69,54,67)
#3F313D
(63,49,61)
#392C37
(57,44,55)
#332731
(51,39,49)
#2D222B
(45,34,43)
#271D25
(39,29,37)
#21181F
(33,24,31)
#1B1319
(27,19,25)
#150E13
(21,14,19)
#0F090D
(15,9,13)
#000000
(0,0,0)

Tints of #4B3B49

#4B3B49
(75,59,73)
#5B4C59
(91,76,89)
#6B5D69
(107,93,105)
#7B6E79
(123,110,121)
#8B7F89
(139,127,137)
#9B9099
(155,144,153)
#ABA1A9
(171,161,169)
#BBB2B9
(187,178,185)
#CBC3C9
(203,195,201)
#DBD4D9
(219,212,217)
#EBE5E9
(235,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B3B49; }

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

This text font color is #4B3B49.


Background Color

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

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

This div background color is #4B3B49.


Border color

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

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

This div border color is #4B3B49.


Opacity

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

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

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

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

This text has shadow with #4B3B49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B3B49 on black background.


Color preview on white background

This text has color #4B3B49 on white background.



Black color preview on #4B3B49 background

This text has black color on #4B3B49 background.


White color preview on #4B3B49 background

This text has white color on #4B3B49 background.