COLOR #4B3222

HEX: #4B3222
RGB: (75,50,34)

Color info

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

RGB color model

#4B3222 color RGB value is (75,50,34).

  • red value is 75;
  • green value is 50;
  • blue value is 34.
RGB:
(75,50,34)
(29%,20%,13%)

RGB channels and saturation

R 75 of 255 = 29%
G 50 of 255 = 20%
B 34 of 255 = 13%

75
50
34

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

Portions of RGB colors in percentages

R + G + B =
75 + 50 + 34 = 159 (100%)
R 75 of 159 ~ 47.17%
G 50 of 159 ~ 31.45%
B 34 of 159 ~ 21.38%

%47.17
%31.45
%21.38

CMYK color model

#4B3222 color CMYK value is (0,33,55,71).

  • cyan value is 0.00%
  • magenta value is 33.33%
  • yellow value is 54.67%
  • key color value is 70.59%
CMYK:
(0,33,55,71)
C0M33Y55K71 
(0%,33%,55%,71%)
(0.00/0.33/0.55/0.71)	

CMYK percentages

%0
%33.33
%54.67
%70.59

Codes

Color #4B3222 in popluar color models

4B3222
RGB755034
HSL23°37.61%21.37%
HSB/HSV23°54.67%29.41%
CMYK0.00%33.33%54.67%
70.59%

Color #4B3222 in popluar number systems.

HEX4B3222
Decimal755034
Binary1001011110010100010
Octal1136242

Shades and tints

Shades of #4B3222

#4B3222
(75,50,34)
#452E1F
(69,46,31)
#3F2A1C
(63,42,28)
#392619
(57,38,25)
#332216
(51,34,22)
#2D1E13
(45,30,19)
#271A10
(39,26,16)
#21160D
(33,22,13)
#1B120A
(27,18,10)
#150E07
(21,14,7)
#0F0A04
(15,10,4)
#000000
(0,0,0)

Tints of #4B3222

#4B3222
(75,50,34)
#5B4436
(91,68,54)
#6B564A
(107,86,74)
#7B685E
(123,104,94)
#8B7A72
(139,122,114)
#9B8C86
(155,140,134)
#AB9E9A
(171,158,154)
#BBB0AE
(187,176,174)
#CBC2C2
(203,194,194)
#DBD4D6
(219,212,214)
#EBE6EA
(235,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B3222 color. Also use rgb(75,50,34) instead hex code.

Text Font Color

.myTextColor { color: #4B3222; }

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

This text font color is #4B3222.


Background Color

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

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

This div background color is #4B3222.


Border color

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

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

This div border color is #4B3222.


Opacity

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

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

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

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

This text has shadow with #4B3222 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B3222 on black background.


Color preview on white background

This text has color #4B3222 on white background.



Black color preview on #4B3222 background

This text has black color on #4B3222 background.


White color preview on #4B3222 background

This text has white color on #4B3222 background.