COLOR #3B332E

HEX: #3B332E
RGB: (59,51,46)

Color info

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

RGB color model

#3B332E color RGB value is (59,51,46).

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

RGB channels and saturation

R 59 of 255 = 23%
G 51 of 255 = 20%
B 46 of 255 = 18%

59
51
46

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

Portions of RGB colors in percentages

R + G + B =
59 + 51 + 46 = 156 (100%)
R 59 of 156 ~ 37.82%
G 51 of 156 ~ 32.69%
B 46 of 156 ~ 29.49%

%37.82
%32.69
%29.49

CMYK color model

#3B332E color CMYK value is (0,14,22,77).

  • cyan value is 0.00%
  • magenta value is 13.56%
  • yellow value is 22.03%
  • key color value is 76.86%
CMYK:
(0,14,22,77)
C0M14Y22K77 
(0%,14%,22%,77%)
(0.00/0.14/0.22/0.77)	

CMYK percentages

%0
%13.56
%22.03
%76.86

Codes

Color #3B332E in popluar color models

3B332E
RGB595146
HSL23°12.38%20.59%
HSB/HSV23°22.03%23.14%
CMYK0.00%13.56%22.03%
76.86%

Color #3B332E in popluar number systems.

HEX3B332E
Decimal595146
Binary111011110011101110
Octal736356

Shades and tints

Shades of #3B332E

#3B332E
(59,51,46)
#362F2A
(54,47,42)
#312B26
(49,43,38)
#2C2722
(44,39,34)
#27231E
(39,35,30)
#221F1A
(34,31,26)
#1D1B16
(29,27,22)
#181712
(24,23,18)
#13130E
(19,19,14)
#0E0F0A
(14,15,10)
#090B06
(9,11,6)
#000000
(0,0,0)

Tints of #3B332E

#3B332E
(59,51,46)
#4C4541
(76,69,65)
#5D5754
(93,87,84)
#6E6967
(110,105,103)
#7F7B7A
(127,123,122)
#908D8D
(144,141,141)
#A19FA0
(161,159,160)
#B2B1B3
(178,177,179)
#C3C3C6
(195,195,198)
#D4D5D9
(212,213,217)
#E5E7EC
(229,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B332E; }

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

This text font color is #3B332E.


Background Color

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

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

This div background color is #3B332E.


Border color

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

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

This div border color is #3B332E.


Opacity

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

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

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

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

This text has shadow with #3B332E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B332E on black background.


Color preview on white background

This text has color #3B332E on white background.



Black color preview on #3B332E background

This text has black color on #3B332E background.


White color preview on #3B332E background

This text has white color on #3B332E background.