COLOR #3B3213

HEX: #3B3213 RGB: (59,50,19)

Color info

#3B3213 contains red, green and blue colors in about the same proportion. Web safe color of #3B3213 is #333300 (or #330).

RGB color model

#3B3213 color RGB value is (59,50,19).

RGB: (59,50,19) (23%, 20%, 7%)

RGB channels and saturation

R 59 of 255 = 23%
G 50 of 255 = 20%
B 19 of 255 = 7%

59
50
19

R + G + B ~ 17%. #3B3213 is dark color.

Portions of RGB colors in percentages

R + G + B = 59 + 50 + 19 = 128 (100%)
R 59 of 128 ~ 46.09%
G 50 of 128 ~ 39.06%
B 19 of 128 ~ 14.84'%

%46.09
%39.06
%14.84

CMYK color model

#3B3213 color CMYK value is (0,15,68,77).

  • cyan value is 0.00%
  • magenta value is 15.25%
  • yellow value is 67.80%
  • key color value is 76.86%
CMYK: (0,15,68,77) C0M15Y68K77 (0%,15%,68%,77%) (0.00/0.15/0.68/0.77) 

CMYK percentages

%0
%15.25
%67.8
%76.86

Codes

Color #3B3213 in popluar color models

3B 32 13
RGB 59 50 19
HSL 47° 51.28% 15.29%
HSB/HSV 47° 67.80% 23.14%
CMYK 0.00% 15.25% 67.80%
76.86%

Color #3B3213 in popluar number systems.

HEX 3B 32 13
Decimal 59 50 19
Binary 111011 110010 10011
Octal 73 62 23

Shades and tints

Shades of #3B3213

#3B3213
(59,50,19)
#362E12
(54,46,18)
#312A11
(49,42,17)
#2C2610
(44,38,16)
#27220F
(39,34,15)
#221E0E
(34,30,14)
#1D1A0D
(29,26,13)
#18160C
(24,22,12)
#13120B
(19,18,11)
#0E0E0A
(14,14,10)
#090A09
(9,10,9)
#000000
(0,0,0)

Tints of #3B3213

#3B3213
(59,50,19)
#4C4428
(76,68,40)
#5D563D
(93,86,61)
#6E6852
(110,104,82)
#7F7A67
(127,122,103)
#908C7C
(144,140,124)
#A19E91
(161,158,145)
#B2B0A6
(178,176,166)
#C3C2BB
(195,194,187)
#D4D4D0
(212,212,208)
#E5E6E5
(229,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B3213 color. Also use rgb(59,50,19) instead hex code.

Text Font Color

.myTextColor { color: #3B3213; }

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

This text font color is #3B3213.

Background Color

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

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

This div background color is #3B3213.

Border color

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

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

This div border color is #3B3213.

Opacity

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

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

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

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

This text has shadow with #3B3213 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3B3213.

Preview

Color preview on black background

This text has color #3B3213 on black background.


Color preview on white background

This text has color #3B3213 on white background.


Black color preview on #3B3213 background

This text has black color on #3B3213 background.


White color preview on #3B3213 background

This text has white color on #3B3213 background.


Related colors

Complementary color

Complementary color for #hex is #C4CDEC.


I love getcolorcode.com

Triadic colors

1 #133B32 and #32133B with #3B3213 are triadic colors.

2 #13323B and #323B13 with #3B3213 are triadic colors.