COLOR #3B2E2F

HEX: #3B2E2F
RGB: (59,46,47)

Color info

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

RGB color model

#3B2E2F color RGB value is (59,46,47).

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

RGB channels and saturation

R 59 of 255 = 23%
G 46 of 255 = 18%
B 47 of 255 = 18%

59
46
47

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

Portions of RGB colors in percentages

R + G + B =
59 + 46 + 47 = 152 (100%)
R 59 of 152 ~ 38.82%
G 46 of 152 ~ 30.26%
B 47 of 152 ~ 30.92%

%38.82
%30.26
%30.92

CMYK color model

#3B2E2F color CMYK value is (0,22,20,77).

  • cyan value is 0.00%
  • magenta value is 22.03%
  • yellow value is 20.34%
  • key color value is 76.86%
CMYK:
(0,22,20,77)
C0M22Y20K77 
(0%,22%,20%,77%)
(0.00/0.22/0.20/0.77)	

CMYK percentages

%0
%22.03
%20.34
%76.86

Codes

Color #3B2E2F in popluar color models

3B2E2F
RGB594647
HSL355°12.38%20.59%
HSB/HSV355°22.03%23.14%
CMYK0.00%22.03%20.34%
76.86%

Color #3B2E2F in popluar number systems.

HEX3B2E2F
Decimal594647
Binary111011101110101111
Octal735657

Shades and tints

Shades of #3B2E2F

#3B2E2F
(59,46,47)
#362A2B
(54,42,43)
#312627
(49,38,39)
#2C2223
(44,34,35)
#271E1F
(39,30,31)
#221A1B
(34,26,27)
#1D1617
(29,22,23)
#181213
(24,18,19)
#130E0F
(19,14,15)
#0E0A0B
(14,10,11)
#090607
(9,6,7)
#000000
(0,0,0)

Tints of #3B2E2F

#3B2E2F
(59,46,47)
#4C4141
(76,65,65)
#5D5453
(93,84,83)
#6E6765
(110,103,101)
#7F7A77
(127,122,119)
#908D89
(144,141,137)
#A1A09B
(161,160,155)
#B2B3AD
(178,179,173)
#C3C6BF
(195,198,191)
#D4D9D1
(212,217,209)
#E5ECE3
(229,236,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B2E2F; }

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

This text font color is #3B2E2F.


Background Color

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

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

This div background color is #3B2E2F.


Border color

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

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

This div border color is #3B2E2F.


Opacity

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

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

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

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

This text has shadow with #3B2E2F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B2E2F on black background.


Color preview on white background

This text has color #3B2E2F on white background.



Black color preview on #3B2E2F background

This text has black color on #3B2E2F background.


White color preview on #3B2E2F background

This text has white color on #3B2E2F background.