COLOR #3B2120

HEX: #3B2120
RGB: (59,33,32)

Color info

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

RGB color model

#3B2120 color RGB value is (59,33,32).

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

RGB channels and saturation

R 59 of 255 = 23%
G 33 of 255 = 13%
B 32 of 255 = 13%

59
33
32

R + G + B ~ 16%. #3B2120 is dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 33 + 32 = 124 (100%)
R 59 of 124 ~ 47.58%
G 33 of 124 ~ 26.61%
B 32 of 124 ~ 25.81%

%47.58
%26.61
%25.81

CMYK color model

#3B2120 color CMYK value is (0,44,46,77).

  • cyan value is 0.00%
  • magenta value is 44.07%
  • yellow value is 45.76%
  • key color value is 76.86%
CMYK:
(0,44,46,77)
C0M44Y46K77 
(0%,44%,46%,77%)
(0.00/0.44/0.46/0.77)	

CMYK percentages

%0
%44.07
%45.76
%76.86

Codes

Color #3B2120 in popluar color models

3B2120
RGB593332
HSL29.67%17.84%
HSB/HSV45.76%23.14%
CMYK0.00%44.07%45.76%
76.86%

Color #3B2120 in popluar number systems.

HEX3B2120
Decimal593332
Binary111011100001100000
Octal734140

Shades and tints

Shades of #3B2120

#3B2120
(59,33,32)
#361E1E
(54,30,30)
#311B1C
(49,27,28)
#2C181A
(44,24,26)
#271518
(39,21,24)
#221216
(34,18,22)
#1D0F14
(29,15,20)
#180C12
(24,12,18)
#130910
(19,9,16)
#0E060E
(14,6,14)
#09030C
(9,3,12)
#000000
(0,0,0)

Tints of #3B2120

#3B2120
(59,33,32)
#4C3534
(76,53,52)
#5D4948
(93,73,72)
#6E5D5C
(110,93,92)
#7F7170
(127,113,112)
#908584
(144,133,132)
#A19998
(161,153,152)
#B2ADAC
(178,173,172)
#C3C1C0
(195,193,192)
#D4D5D4
(212,213,212)
#E5E9E8
(229,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B2120; }

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

This text font color is #3B2120.


Background Color

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

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

This div background color is #3B2120.


Border color

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

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

This div border color is #3B2120.


Opacity

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

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

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

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

This text has shadow with #3B2120 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B2120 on black background.


Color preview on white background

This text has color #3B2120 on white background.



Black color preview on #3B2120 background

This text has black color on #3B2120 background.


White color preview on #3B2120 background

This text has white color on #3B2120 background.