COLOR #4B2B22

HEX: #4B2B22
RGB: (75,43,34)

Color info

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

RGB color model

#4B2B22 color RGB value is (75,43,34).

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

RGB channels and saturation

R 75 of 255 = 29%
G 43 of 255 = 17%
B 34 of 255 = 13%

75
43
34

R + G + B ~ 20%. #4B2B22 is dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 43 + 34 = 152 (100%)
R 75 of 152 ~ 49.34%
G 43 of 152 ~ 28.29%
B 34 of 152 ~ 22.37%

%49.34
%28.29
%22.37

CMYK color model

#4B2B22 color CMYK value is (0,43,55,71).

  • cyan value is 0.00%
  • magenta value is 42.67%
  • yellow value is 54.67%
  • key color value is 70.59%
CMYK:
(0,43,55,71)
C0M43Y55K71 
(0%,43%,55%,71%)
(0.00/0.43/0.55/0.71)	

CMYK percentages

%0
%42.67
%54.67
%70.59

Codes

Color #4B2B22 in popluar color models

4B2B22
RGB754334
HSL13°37.61%21.37%
HSB/HSV13°54.67%29.41%
CMYK0.00%42.67%54.67%
70.59%

Color #4B2B22 in popluar number systems.

HEX4B2B22
Decimal754334
Binary1001011101011100010
Octal1135342

Shades and tints

Shades of #4B2B22

#4B2B22
(75,43,34)
#45281F
(69,40,31)
#3F251C
(63,37,28)
#392219
(57,34,25)
#331F16
(51,31,22)
#2D1C13
(45,28,19)
#271910
(39,25,16)
#21160D
(33,22,13)
#1B130A
(27,19,10)
#151007
(21,16,7)
#0F0D04
(15,13,4)
#000000
(0,0,0)

Tints of #4B2B22

#4B2B22
(75,43,34)
#5B3E36
(91,62,54)
#6B514A
(107,81,74)
#7B645E
(123,100,94)
#8B7772
(139,119,114)
#9B8A86
(155,138,134)
#AB9D9A
(171,157,154)
#BBB0AE
(187,176,174)
#CBC3C2
(203,195,194)
#DBD6D6
(219,214,214)
#EBE9EA
(235,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B2B22; }

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

This text font color is #4B2B22.


Background Color

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

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

This div background color is #4B2B22.


Border color

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

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

This div border color is #4B2B22.


Opacity

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

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

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

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

This text has shadow with #4B2B22 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B2B22 on black background.


Color preview on white background

This text has color #4B2B22 on white background.



Black color preview on #4B2B22 background

This text has black color on #4B2B22 background.


White color preview on #4B2B22 background

This text has white color on #4B2B22 background.