COLOR #4B3C2B

HEX: #4B3C2B
RGB: (75,60,43)

Color info

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

RGB color model

#4B3C2B color RGB value is (75,60,43).

  • red value is 75;
  • green value is 60;
  • blue value is 43.
RGB:
(75,60,43)
(29%,24%,17%)

RGB channels and saturation

R 75 of 255 = 29%
G 60 of 255 = 24%
B 43 of 255 = 17%

75
60
43

R + G + B ~ 23%. #4B3C2B is dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 60 + 43 = 178 (100%)
R 75 of 178 ~ 42.13%
G 60 of 178 ~ 33.71%
B 43 of 178 ~ 24.16%

%42.13
%33.71
%24.16

CMYK color model

#4B3C2B color CMYK value is (0,20,43,71).

  • cyan value is 0.00%
  • magenta value is 20.00%
  • yellow value is 42.67%
  • key color value is 70.59%
CMYK:
(0,20,43,71)
C0M20Y43K71 
(0%,20%,43%,71%)
(0.00/0.20/0.43/0.71)	

CMYK percentages

%0
%20
%42.67
%70.59

Codes

Color #4B3C2B in popluar color models

4B3C2B
RGB756043
HSL32°27.12%23.14%
HSB/HSV32°42.67%29.41%
CMYK0.00%20.00%42.67%
70.59%

Color #4B3C2B in popluar number systems.

HEX4B3C2B
Decimal756043
Binary1001011111100101011
Octal1137453

Shades and tints

Shades of #4B3C2B

#4B3C2B
(75,60,43)
#453728
(69,55,40)
#3F3225
(63,50,37)
#392D22
(57,45,34)
#33281F
(51,40,31)
#2D231C
(45,35,28)
#271E19
(39,30,25)
#211916
(33,25,22)
#1B1413
(27,20,19)
#150F10
(21,15,16)
#0F0A0D
(15,10,13)
#000000
(0,0,0)

Tints of #4B3C2B

#4B3C2B
(75,60,43)
#5B4D3E
(91,77,62)
#6B5E51
(107,94,81)
#7B6F64
(123,111,100)
#8B8077
(139,128,119)
#9B918A
(155,145,138)
#ABA29D
(171,162,157)
#BBB3B0
(187,179,176)
#CBC4C3
(203,196,195)
#DBD5D6
(219,213,214)
#EBE6E9
(235,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B3C2B color. Also use rgb(75,60,43) instead hex code.

Text Font Color

.myTextColor { color: #4B3C2B; }

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

This text font color is #4B3C2B.


Background Color

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

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

This div background color is #4B3C2B.


Border color

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

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

This div border color is #4B3C2B.


Opacity

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

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

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

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

This text has shadow with #4B3C2B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B3C2B on black background.


Color preview on white background

This text has color #4B3C2B on white background.



Black color preview on #4B3C2B background

This text has black color on #4B3C2B background.


White color preview on #4B3C2B background

This text has white color on #4B3C2B background.