COLOR #4B4432

HEX: #4B4432
RGB: (75,68,50)

Color info

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

RGB color model

#4B4432 color RGB value is (75,68,50).

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

RGB channels and saturation

R 75 of 255 = 29%
G 68 of 255 = 27%
B 50 of 255 = 20%

75
68
50

R + G + B ~ 25%. #4B4432 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 68 + 50 = 193 (100%)
R 75 of 193 ~ 38.86%
G 68 of 193 ~ 35.23%
B 50 of 193 ~ 25.91%

%38.86
%35.23
%25.91

CMYK color model

#4B4432 color CMYK value is (0,9,33,71).

  • cyan value is 0.00%
  • magenta value is 9.33%
  • yellow value is 33.33%
  • key color value is 70.59%
CMYK:
(0,9,33,71)
C0M9Y33K71 
(0%,9%,33%,71%)
(0.00/0.09/0.33/0.71)	

CMYK percentages

%0
%9.33
%33.33
%70.59

Codes

Color #4B4432 in popluar color models

4B4432
RGB756850
HSL43°20.00%24.51%
HSB/HSV43°33.33%29.41%
CMYK0.00%9.33%33.33%
70.59%

Color #4B4432 in popluar number systems.

HEX4B4432
Decimal756850
Binary10010111000100110010
Octal11310462

Shades and tints

Shades of #4B4432

#4B4432
(75,68,50)
#453E2E
(69,62,46)
#3F382A
(63,56,42)
#393226
(57,50,38)
#332C22
(51,44,34)
#2D261E
(45,38,30)
#27201A
(39,32,26)
#211A16
(33,26,22)
#1B1412
(27,20,18)
#150E0E
(21,14,14)
#0F080A
(15,8,10)
#000000
(0,0,0)

Tints of #4B4432

#4B4432
(75,68,50)
#5B5544
(91,85,68)
#6B6656
(107,102,86)
#7B7768
(123,119,104)
#8B887A
(139,136,122)
#9B998C
(155,153,140)
#ABAA9E
(171,170,158)
#BBBBB0
(187,187,176)
#CBCCC2
(203,204,194)
#DBDDD4
(219,221,212)
#EBEEE6
(235,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B4432; }

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

This text font color is #4B4432.


Background Color

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

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

This div background color is #4B4432.


Border color

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

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

This div border color is #4B4432.


Opacity

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

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

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

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

This text has shadow with #4B4432 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B4432 on black background.


Color preview on white background

This text has color #4B4432 on white background.



Black color preview on #4B4432 background

This text has black color on #4B4432 background.


White color preview on #4B4432 background

This text has white color on #4B4432 background.