COLOR #4B332B

HEX: #4B332B
RGB: (75,51,43)

Color info

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

RGB color model

#4B332B color RGB value is (75,51,43).

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

RGB channels and saturation

R 75 of 255 = 29%
G 51 of 255 = 20%
B 43 of 255 = 17%

75
51
43

R + G + B ~ 22%. #4B332B is dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 51 + 43 = 169 (100%)
R 75 of 169 ~ 44.38%
G 51 of 169 ~ 30.18%
B 43 of 169 ~ 25.44%

%44.38
%30.18
%25.44

CMYK color model

#4B332B color CMYK value is (0,32,43,71).

  • cyan value is 0.00%
  • magenta value is 32.00%
  • yellow value is 42.67%
  • key color value is 70.59%
CMYK:
(0,32,43,71)
C0M32Y43K71 
(0%,32%,43%,71%)
(0.00/0.32/0.43/0.71)	

CMYK percentages

%0
%32
%42.67
%70.59

Codes

Color #4B332B in popluar color models

4B332B
RGB755143
HSL15°27.12%23.14%
HSB/HSV15°42.67%29.41%
CMYK0.00%32.00%42.67%
70.59%

Color #4B332B in popluar number systems.

HEX4B332B
Decimal755143
Binary1001011110011101011
Octal1136353

Shades and tints

Shades of #4B332B

#4B332B
(75,51,43)
#452F28
(69,47,40)
#3F2B25
(63,43,37)
#392722
(57,39,34)
#33231F
(51,35,31)
#2D1F1C
(45,31,28)
#271B19
(39,27,25)
#211716
(33,23,22)
#1B1313
(27,19,19)
#150F10
(21,15,16)
#0F0B0D
(15,11,13)
#000000
(0,0,0)

Tints of #4B332B

#4B332B
(75,51,43)
#5B453E
(91,69,62)
#6B5751
(107,87,81)
#7B6964
(123,105,100)
#8B7B77
(139,123,119)
#9B8D8A
(155,141,138)
#AB9F9D
(171,159,157)
#BBB1B0
(187,177,176)
#CBC3C3
(203,195,195)
#DBD5D6
(219,213,214)
#EBE7E9
(235,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B332B; }

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

This text font color is #4B332B.


Background Color

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

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

This div background color is #4B332B.


Border color

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

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

This div border color is #4B332B.


Opacity

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

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

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

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

This text has shadow with #4B332B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B332B on black background.


Color preview on white background

This text has color #4B332B on white background.



Black color preview on #4B332B background

This text has black color on #4B332B background.


White color preview on #4B332B background

This text has white color on #4B332B background.