COLOR #4B3B33

HEX: #4B3B33
RGB: (75,59,51)

Color info

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

RGB color model

#4B3B33 color RGB value is (75,59,51).

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

RGB channels and saturation

R 75 of 255 = 29%
G 59 of 255 = 23%
B 51 of 255 = 20%

75
59
51

R + G + B ~ 24%. #4B3B33 is dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 59 + 51 = 185 (100%)
R 75 of 185 ~ 40.54%
G 59 of 185 ~ 31.89%
B 51 of 185 ~ 27.57%

%40.54
%31.89
%27.57

CMYK color model

#4B3B33 color CMYK value is (0,21,32,71).

  • cyan value is 0.00%
  • magenta value is 21.33%
  • yellow value is 32.00%
  • key color value is 70.59%
CMYK:
(0,21,32,71)
C0M21Y32K71 
(0%,21%,32%,71%)
(0.00/0.21/0.32/0.71)	

CMYK percentages

%0
%21.33
%32
%70.59

Codes

Color #4B3B33 in popluar color models

4B3B33
RGB755951
HSL20°19.05%24.71%
HSB/HSV20°32.00%29.41%
CMYK0.00%21.33%32.00%
70.59%

Color #4B3B33 in popluar number systems.

HEX4B3B33
Decimal755951
Binary1001011111011110011
Octal1137363

Shades and tints

Shades of #4B3B33

#4B3B33
(75,59,51)
#45362F
(69,54,47)
#3F312B
(63,49,43)
#392C27
(57,44,39)
#332723
(51,39,35)
#2D221F
(45,34,31)
#271D1B
(39,29,27)
#211817
(33,24,23)
#1B1313
(27,19,19)
#150E0F
(21,14,15)
#0F090B
(15,9,11)
#000000
(0,0,0)

Tints of #4B3B33

#4B3B33
(75,59,51)
#5B4C45
(91,76,69)
#6B5D57
(107,93,87)
#7B6E69
(123,110,105)
#8B7F7B
(139,127,123)
#9B908D
(155,144,141)
#ABA19F
(171,161,159)
#BBB2B1
(187,178,177)
#CBC3C3
(203,195,195)
#DBD4D5
(219,212,213)
#EBE5E7
(235,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B3B33; }

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

This text font color is #4B3B33.


Background Color

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

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

This div background color is #4B3B33.


Border color

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

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

This div border color is #4B3B33.


Opacity

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

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

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

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

This text has shadow with #4B3B33 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B3B33 on black background.


Color preview on white background

This text has color #4B3B33 on white background.



Black color preview on #4B3B33 background

This text has black color on #4B3B33 background.


White color preview on #4B3B33 background

This text has white color on #4B3B33 background.