COLOR #4B3E2B

HEX: #4B3E2B
RGB: (75,62,43)

Color info

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

RGB color model

#4B3E2B color RGB value is (75,62,43).

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

RGB channels and saturation

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

75
62
43

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

Portions of RGB colors in percentages

R + G + B =
75 + 62 + 43 = 180 (100%)
R 75 of 180 ~ 41.67%
G 62 of 180 ~ 34.44%
B 43 of 180 ~ 23.89%

%41.67
%34.44
%23.89

CMYK color model

#4B3E2B color CMYK value is (0,17,43,71).

  • cyan value is 0.00%
  • magenta value is 17.33%
  • yellow value is 42.67%
  • key color value is 70.59%
CMYK:
(0,17,43,71)
C0M17Y43K71 
(0%,17%,43%,71%)
(0.00/0.17/0.43/0.71)	

CMYK percentages

%0
%17.33
%42.67
%70.59

Codes

Color #4B3E2B in popluar color models

4B3E2B
RGB756243
HSL36°27.12%23.14%
HSB/HSV36°42.67%29.41%
CMYK0.00%17.33%42.67%
70.59%

Color #4B3E2B in popluar number systems.

HEX4B3E2B
Decimal756243
Binary1001011111110101011
Octal1137653

Shades and tints

Shades of #4B3E2B

#4B3E2B
(75,62,43)
#453928
(69,57,40)
#3F3425
(63,52,37)
#392F22
(57,47,34)
#332A1F
(51,42,31)
#2D251C
(45,37,28)
#272019
(39,32,25)
#211B16
(33,27,22)
#1B1613
(27,22,19)
#151110
(21,17,16)
#0F0C0D
(15,12,13)
#000000
(0,0,0)

Tints of #4B3E2B

#4B3E2B
(75,62,43)
#5B4F3E
(91,79,62)
#6B6051
(107,96,81)
#7B7164
(123,113,100)
#8B8277
(139,130,119)
#9B938A
(155,147,138)
#ABA49D
(171,164,157)
#BBB5B0
(187,181,176)
#CBC6C3
(203,198,195)
#DBD7D6
(219,215,214)
#EBE8E9
(235,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B3E2B; }

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

This text font color is #4B3E2B.


Background Color

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

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

This div background color is #4B3E2B.


Border color

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

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

This div border color is #4B3E2B.


Opacity

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

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

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

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

This text has shadow with #4B3E2B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B3E2B on black background.


Color preview on white background

This text has color #4B3E2B on white background.



Black color preview on #4B3E2B background

This text has black color on #4B3E2B background.


White color preview on #4B3E2B background

This text has white color on #4B3E2B background.