COLOR #3B2420

HEX: #3B2420
RGB: (59,36,32)

Color info

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

RGB color model

#3B2420 color RGB value is (59,36,32).

  • red value is 59;
  • green value is 36;
  • blue value is 32.
RGB:
(59,36,32)
(23%,14%,13%)

RGB channels and saturation

R 59 of 255 = 23%
G 36 of 255 = 14%
B 32 of 255 = 13%

59
36
32

R + G + B ~ 17%. #3B2420 is dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 36 + 32 = 127 (100%)
R 59 of 127 ~ 46.46%
G 36 of 127 ~ 28.35%
B 32 of 127 ~ 25.2%

%46.46
%28.35
%25.2

CMYK color model

#3B2420 color CMYK value is (0,39,46,77).

  • cyan value is 0.00%
  • magenta value is 38.98%
  • yellow value is 45.76%
  • key color value is 76.86%
CMYK:
(0,39,46,77)
C0M39Y46K77 
(0%,39%,46%,77%)
(0.00/0.39/0.46/0.77)	

CMYK percentages

%0
%38.98
%45.76
%76.86

Codes

Color #3B2420 in popluar color models

3B2420
RGB593632
HSL29.67%17.84%
HSB/HSV45.76%23.14%
CMYK0.00%38.98%45.76%
76.86%

Color #3B2420 in popluar number systems.

HEX3B2420
Decimal593632
Binary111011100100100000
Octal734440

Shades and tints

Shades of #3B2420

#3B2420
(59,36,32)
#36211E
(54,33,30)
#311E1C
(49,30,28)
#2C1B1A
(44,27,26)
#271818
(39,24,24)
#221516
(34,21,22)
#1D1214
(29,18,20)
#180F12
(24,15,18)
#130C10
(19,12,16)
#0E090E
(14,9,14)
#09060C
(9,6,12)
#000000
(0,0,0)

Tints of #3B2420

#3B2420
(59,36,32)
#4C3734
(76,55,52)
#5D4A48
(93,74,72)
#6E5D5C
(110,93,92)
#7F7070
(127,112,112)
#908384
(144,131,132)
#A19698
(161,150,152)
#B2A9AC
(178,169,172)
#C3BCC0
(195,188,192)
#D4CFD4
(212,207,212)
#E5E2E8
(229,226,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B2420 color. Also use rgb(59,36,32) instead hex code.

Text Font Color

.myTextColor { color: #3B2420; }

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

This text font color is #3B2420.


Background Color

.myBgColor { background-color: #3B2420; }

<div style="background-color:#3B2420">Inner text</div>

This div background color is #3B2420.


Border color

.myBorderColor { border: 1px solid #3B2420; }

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

This div border color is #3B2420.


Opacity

.myOpacity80 { color: #3B2420; opacity: 0.8; }

<p style="color:#3B2420;opacity:0.8;">80%</p>

Text with #3B2420 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 #3B2420;}

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

This text has shadow with #3B2420 color.

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

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

This text has shadow with #3B2420 primary color and red secondary color.


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

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

This text has shadow with #3B2420 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B2420 on black background.


Color preview on white background

This text has color #3B2420 on white background.



Black color preview on #3B2420 background

This text has black color on #3B2420 background.


White color preview on #3B2420 background

This text has white color on #3B2420 background.