COLOR #4B3128

HEX: #4B3128
RGB: (75,49,40)

Color info

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

RGB color model

#4B3128 color RGB value is (75,49,40).

  • red value is 75;
  • green value is 49;
  • blue value is 40.
RGB:
(75,49,40)
(29%,19%,16%)

RGB channels and saturation

R 75 of 255 = 29%
G 49 of 255 = 19%
B 40 of 255 = 16%

75
49
40

R + G + B ~ 21%. #4B3128 is dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 49 + 40 = 164 (100%)
R 75 of 164 ~ 45.73%
G 49 of 164 ~ 29.88%
B 40 of 164 ~ 24.39%

%45.73
%29.88
%24.39

CMYK color model

#4B3128 color CMYK value is (0,35,47,71).

  • cyan value is 0.00%
  • magenta value is 34.67%
  • yellow value is 46.67%
  • key color value is 70.59%
CMYK:
(0,35,47,71)
C0M35Y47K71 
(0%,35%,47%,71%)
(0.00/0.35/0.47/0.71)	

CMYK percentages

%0
%34.67
%46.67
%70.59

Codes

Color #4B3128 in popluar color models

4B3128
RGB754940
HSL15°30.43%22.55%
HSB/HSV15°46.67%29.41%
CMYK0.00%34.67%46.67%
70.59%

Color #4B3128 in popluar number systems.

HEX4B3128
Decimal754940
Binary1001011110001101000
Octal1136150

Shades and tints

Shades of #4B3128

#4B3128
(75,49,40)
#452D25
(69,45,37)
#3F2922
(63,41,34)
#39251F
(57,37,31)
#33211C
(51,33,28)
#2D1D19
(45,29,25)
#271916
(39,25,22)
#211513
(33,21,19)
#1B1110
(27,17,16)
#150D0D
(21,13,13)
#0F090A
(15,9,10)
#000000
(0,0,0)

Tints of #4B3128

#4B3128
(75,49,40)
#5B433B
(91,67,59)
#6B554E
(107,85,78)
#7B6761
(123,103,97)
#8B7974
(139,121,116)
#9B8B87
(155,139,135)
#AB9D9A
(171,157,154)
#BBAFAD
(187,175,173)
#CBC1C0
(203,193,192)
#DBD3D3
(219,211,211)
#EBE5E6
(235,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B3128; }

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

This text font color is #4B3128.


Background Color

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

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

This div background color is #4B3128.


Border color

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

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

This div border color is #4B3128.


Opacity

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

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

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

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

This text has shadow with #4B3128 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B3128 on black background.


Color preview on white background

This text has color #4B3128 on white background.



Black color preview on #4B3128 background

This text has black color on #4B3128 background.


White color preview on #4B3128 background

This text has white color on #4B3128 background.