COLOR #3B2A31

HEX: #3B2A31
RGB: (59,42,49)

Color info

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

RGB color model

#3B2A31 color RGB value is (59,42,49).

  • red value is 59;
  • green value is 42;
  • blue value is 49.
RGB:
(59,42,49)
(23%,16%,19%)

RGB channels and saturation

R 59 of 255 = 23%
G 42 of 255 = 16%
B 49 of 255 = 19%

59
42
49

R + G + B ~ 19%. #3B2A31 is dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 42 + 49 = 150 (100%)
R 59 of 150 ~ 39.33%
G 42 of 150 ~ 28%
B 49 of 150 ~ 32.67%

%39.33
%28
%32.67

CMYK color model

#3B2A31 color CMYK value is (0,29,17,77).

  • cyan value is 0.00%
  • magenta value is 28.81%
  • yellow value is 16.95%
  • key color value is 76.86%
CMYK:
(0,29,17,77)
C0M29Y17K77 
(0%,29%,17%,77%)
(0.00/0.29/0.17/0.77)	

CMYK percentages

%0
%28.81
%16.95
%76.86

Codes

Color #3B2A31 in popluar color models

3B2A31
RGB594249
HSL335°16.83%19.80%
HSB/HSV335°28.81%23.14%
CMYK0.00%28.81%16.95%
76.86%

Color #3B2A31 in popluar number systems.

HEX3B2A31
Decimal594249
Binary111011101010110001
Octal735261

Shades and tints

Shades of #3B2A31

#3B2A31
(59,42,49)
#36272D
(54,39,45)
#312429
(49,36,41)
#2C2125
(44,33,37)
#271E21
(39,30,33)
#221B1D
(34,27,29)
#1D1819
(29,24,25)
#181515
(24,21,21)
#131211
(19,18,17)
#0E0F0D
(14,15,13)
#090C09
(9,12,9)
#000000
(0,0,0)

Tints of #3B2A31

#3B2A31
(59,42,49)
#4C3D43
(76,61,67)
#5D5055
(93,80,85)
#6E6367
(110,99,103)
#7F7679
(127,118,121)
#90898B
(144,137,139)
#A19C9D
(161,156,157)
#B2AFAF
(178,175,175)
#C3C2C1
(195,194,193)
#D4D5D3
(212,213,211)
#E5E8E5
(229,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B2A31 color. Also use rgb(59,42,49) instead hex code.

Text Font Color

.myTextColor { color: #3B2A31; }

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

This text font color is #3B2A31.


Background Color

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

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

This div background color is #3B2A31.


Border color

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

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

This div border color is #3B2A31.


Opacity

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

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

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

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

This text has shadow with #3B2A31 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B2A31 on black background.


Color preview on white background

This text has color #3B2A31 on white background.



Black color preview on #3B2A31 background

This text has black color on #3B2A31 background.


White color preview on #3B2A31 background

This text has white color on #3B2A31 background.