COLOR #3B3326

HEX: #3B3326
RGB: (59,51,38)

Color info

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

RGB color model

#3B3326 color RGB value is (59,51,38).

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

RGB channels and saturation

R 59 of 255 = 23%
G 51 of 255 = 20%
B 38 of 255 = 15%

59
51
38

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

Portions of RGB colors in percentages

R + G + B =
59 + 51 + 38 = 148 (100%)
R 59 of 148 ~ 39.86%
G 51 of 148 ~ 34.46%
B 38 of 148 ~ 25.68%

%39.86
%34.46
%25.68

CMYK color model

#3B3326 color CMYK value is (0,14,36,77).

  • cyan value is 0.00%
  • magenta value is 13.56%
  • yellow value is 35.59%
  • key color value is 76.86%
CMYK:
(0,14,36,77)
C0M14Y36K77 
(0%,14%,36%,77%)
(0.00/0.14/0.36/0.77)	

CMYK percentages

%0
%13.56
%35.59
%76.86

Codes

Color #3B3326 in popluar color models

3B3326
RGB595138
HSL37°21.65%19.02%
HSB/HSV37°35.59%23.14%
CMYK0.00%13.56%35.59%
76.86%

Color #3B3326 in popluar number systems.

HEX3B3326
Decimal595138
Binary111011110011100110
Octal736346

Shades and tints

Shades of #3B3326

#3B3326
(59,51,38)
#362F23
(54,47,35)
#312B20
(49,43,32)
#2C271D
(44,39,29)
#27231A
(39,35,26)
#221F17
(34,31,23)
#1D1B14
(29,27,20)
#181711
(24,23,17)
#13130E
(19,19,14)
#0E0F0B
(14,15,11)
#090B08
(9,11,8)
#000000
(0,0,0)

Tints of #3B3326

#3B3326
(59,51,38)
#4C4539
(76,69,57)
#5D574C
(93,87,76)
#6E695F
(110,105,95)
#7F7B72
(127,123,114)
#908D85
(144,141,133)
#A19F98
(161,159,152)
#B2B1AB
(178,177,171)
#C3C3BE
(195,195,190)
#D4D5D1
(212,213,209)
#E5E7E4
(229,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B3326; }

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

This text font color is #3B3326.


Background Color

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

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

This div background color is #3B3326.


Border color

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

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

This div border color is #3B3326.


Opacity

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

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

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

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

This text has shadow with #3B3326 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B3326 on black background.


Color preview on white background

This text has color #3B3326 on white background.



Black color preview on #3B3326 background

This text has black color on #3B3326 background.


White color preview on #3B3326 background

This text has white color on #3B3326 background.