COLOR #3B2E31

HEX: #3B2E31
RGB: (59,46,49)

Color info

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

RGB color model

#3B2E31 color RGB value is (59,46,49).

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

RGB channels and saturation

R 59 of 255 = 23%
G 46 of 255 = 18%
B 49 of 255 = 19%

59
46
49

R + G + B ~ 20%. #3B2E31 is dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 46 + 49 = 154 (100%)
R 59 of 154 ~ 38.31%
G 46 of 154 ~ 29.87%
B 49 of 154 ~ 31.82%

%38.31
%29.87
%31.82

CMYK color model

#3B2E31 color CMYK value is (0,22,17,77).

  • cyan value is 0.00%
  • magenta value is 22.03%
  • yellow value is 16.95%
  • key color value is 76.86%
CMYK:
(0,22,17,77)
C0M22Y17K77 
(0%,22%,17%,77%)
(0.00/0.22/0.17/0.77)	

CMYK percentages

%0
%22.03
%16.95
%76.86

Codes

Color #3B2E31 in popluar color models

3B2E31
RGB594649
HSL346°12.38%20.59%
HSB/HSV346°22.03%23.14%
CMYK0.00%22.03%16.95%
76.86%

Color #3B2E31 in popluar number systems.

HEX3B2E31
Decimal594649
Binary111011101110110001
Octal735661

Shades and tints

Shades of #3B2E31

#3B2E31
(59,46,49)
#362A2D
(54,42,45)
#312629
(49,38,41)
#2C2225
(44,34,37)
#271E21
(39,30,33)
#221A1D
(34,26,29)
#1D1619
(29,22,25)
#181215
(24,18,21)
#130E11
(19,14,17)
#0E0A0D
(14,10,13)
#090609
(9,6,9)
#000000
(0,0,0)

Tints of #3B2E31

#3B2E31
(59,46,49)
#4C4143
(76,65,67)
#5D5455
(93,84,85)
#6E6767
(110,103,103)
#7F7A79
(127,122,121)
#908D8B
(144,141,139)
#A1A09D
(161,160,157)
#B2B3AF
(178,179,175)
#C3C6C1
(195,198,193)
#D4D9D3
(212,217,211)
#E5ECE5
(229,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B2E31; }

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

This text font color is #3B2E31.


Background Color

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

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

This div background color is #3B2E31.


Border color

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

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

This div border color is #3B2E31.


Opacity

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

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

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

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

This text has shadow with #3B2E31 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B2E31 on black background.


Color preview on white background

This text has color #3B2E31 on white background.



Black color preview on #3B2E31 background

This text has black color on #3B2E31 background.


White color preview on #3B2E31 background

This text has white color on #3B2E31 background.