COLOR #3B3122

HEX: #3B3122 RGB: (59,49,34)

Color info

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

RGB color model

#3B3122 color RGB value is (59,49,34).

RGB: (59,49,34) (23%, 19%, 13%)

RGB channels and saturation

R 59 of 255 = 23%
G 49 of 255 = 19%
B 34 of 255 = 13%

59
49
34

R + G + B ~ 18%. #3B3122 is dark color.

Portions of RGB colors in percentages

R + G + B = 59 + 49 + 34 = 142 (100%)
R 59 of 142 ~ 41.55%
G 49 of 142 ~ 34.51%
B 34 of 142 ~ 23.94'%

%41.55
%34.51
%23.94

CMYK color model

#3B3122 color CMYK value is (0,17,42,77).

  • cyan value is 0.00%
  • magenta value is 16.95%
  • yellow value is 42.37%
  • key color value is 76.86%

CMYK: (0,17,42,77)
C0M17Y42K77 (0%, 17%, 42%, 77%)
(0.00 / 0.17 / 0.42 / 0.77)

CMYK percentages

%0
%16.95
%42.37
%76.86

Codes

Color #3B3122 in popluar color models

3B 31 22
RGB 59 49 34
HSL 36° 26.88% 18.24%
HSB/HSV 36° 42.37% 23.14%
CMYK 0.00% 16.95% 42.37%
76.86%

Color #3B3122 in popluar number systems.

HEX 3B 31 22
Decimal 59 49 34
Binary 111011 110001 100010
Octal 73 61 42

Shades and tints

Shades of #3B3122

#3B3122
(59,49,34)
#362D1F
(54,45,31)
#31291C
(49,41,28)
#2C2519
(44,37,25)
#272116
(39,33,22)
#221D13
(34,29,19)
#1D1910
(29,25,16)
#18150D
(24,21,13)
#13110A
(19,17,10)
#0E0D07
(14,13,7)
#090904
(9,9,4)
#000000
(0,0,0)

Tints of #3B3122

#3B3122
(59,49,34)
#4C4336
(76,67,54)
#5D554A
(93,85,74)
#6E675E
(110,103,94)
#7F7972
(127,121,114)
#908B86
(144,139,134)
#A19D9A
(161,157,154)
#B2AFAE
(178,175,174)
#C3C1C2
(195,193,194)
#D4D3D6
(212,211,214)
#E5E5EA
(229,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B3122; }

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

This text font color is #3B3122.

Background Color

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

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

This div background color is #3B3122.

Border color

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

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

This div border color is #3B3122.

Opacity

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

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

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

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

This text has shadow with #3B3122 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3B3122.

Preview

Color preview on black background

This text has color #3B3122 on black background.


Color preview on white background

This text has color #3B3122 on white background.


Black color preview on #3B3122 background

This text has black color on #3B3122 background.


White color preview on #3B3122 background

This text has white color on #3B3122 background.


Related colors

Complementary color

Complementary color for #hex is #C4CEDD.


I love getcolorcode.com

Triadic colors

1 #223B31 and #31223B with #3B3122 are triadic colors.

2 #22313B and #313B22 with #3B3122 are triadic colors.