COLOR #4B3621

HEX: #4B3621
RGB: (75,54,33)

Color info

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

RGB color model

#4B3621 color RGB value is (75,54,33).

  • red value is 75;
  • green value is 54;
  • blue value is 33.
RGB:
(75,54,33)
(29%,21%,13%)

RGB channels and saturation

R 75 of 255 = 29%
G 54 of 255 = 21%
B 33 of 255 = 13%

75
54
33

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

Portions of RGB colors in percentages

R + G + B =
75 + 54 + 33 = 162 (100%)
R 75 of 162 ~ 46.3%
G 54 of 162 ~ 33.33%
B 33 of 162 ~ 20.37%

%46.3
%33.33
%20.37

CMYK color model

#4B3621 color CMYK value is (0,28,56,71).

  • cyan value is 0.00%
  • magenta value is 28.00%
  • yellow value is 56.00%
  • key color value is 70.59%
CMYK:
(0,28,56,71)
C0M28Y56K71 
(0%,28%,56%,71%)
(0.00/0.28/0.56/0.71)	

CMYK percentages

%0
%28
%56
%70.59

Codes

Color #4B3621 in popluar color models

4B3621
RGB755433
HSL30°38.89%21.18%
HSB/HSV30°56.00%29.41%
CMYK0.00%28.00%56.00%
70.59%

Color #4B3621 in popluar number systems.

HEX4B3621
Decimal755433
Binary1001011110110100001
Octal1136641

Shades and tints

Shades of #4B3621

#4B3621
(75,54,33)
#45321E
(69,50,30)
#3F2E1B
(63,46,27)
#392A18
(57,42,24)
#332615
(51,38,21)
#2D2212
(45,34,18)
#271E0F
(39,30,15)
#211A0C
(33,26,12)
#1B1609
(27,22,9)
#151206
(21,18,6)
#0F0E03
(15,14,3)
#000000
(0,0,0)

Tints of #4B3621

#4B3621
(75,54,33)
#5B4835
(91,72,53)
#6B5A49
(107,90,73)
#7B6C5D
(123,108,93)
#8B7E71
(139,126,113)
#9B9085
(155,144,133)
#ABA299
(171,162,153)
#BBB4AD
(187,180,173)
#CBC6C1
(203,198,193)
#DBD8D5
(219,216,213)
#EBEAE9
(235,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B3621 color. Also use rgb(75,54,33) instead hex code.

Text Font Color

.myTextColor { color: #4B3621; }

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

This text font color is #4B3621.


Background Color

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

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

This div background color is #4B3621.


Border color

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

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

This div border color is #4B3621.


Opacity

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

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

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

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

This text has shadow with #4B3621 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B3621 on black background.


Color preview on white background

This text has color #4B3621 on white background.



Black color preview on #4B3621 background

This text has black color on #4B3621 background.


White color preview on #4B3621 background

This text has white color on #4B3621 background.