COLOR #3B3215

HEX: #3B3215
RGB: (59,50,21)

Color info

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

RGB color model

#3B3215 color RGB value is (59,50,21).

  • red value is 59;
  • green value is 50;
  • blue value is 21.
RGB:
(59,50,21)
(23%,20%,8%)

RGB channels and saturation

R 59 of 255 = 23%
G 50 of 255 = 20%
B 21 of 255 = 8%

59
50
21

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

Portions of RGB colors in percentages

R + G + B =
59 + 50 + 21 = 130 (100%)
R 59 of 130 ~ 45.38%
G 50 of 130 ~ 38.46%
B 21 of 130 ~ 16.15%

%45.38
%38.46
%16.15

CMYK color model

#3B3215 color CMYK value is (0,15,64,77).

  • cyan value is 0.00%
  • magenta value is 15.25%
  • yellow value is 64.41%
  • key color value is 76.86%
CMYK:
(0,15,64,77)
C0M15Y64K77 
(0%,15%,64%,77%)
(0.00/0.15/0.64/0.77)	

CMYK percentages

%0
%15.25
%64.41
%76.86

Codes

Color #3B3215 in popluar color models

3B3215
RGB595021
HSL46°47.50%15.69%
HSB/HSV46°64.41%23.14%
CMYK0.00%15.25%64.41%
76.86%

Color #3B3215 in popluar number systems.

HEX3B3215
Decimal595021
Binary11101111001010101
Octal736225

Shades and tints

Shades of #3B3215

#3B3215
(59,50,21)
#362E14
(54,46,20)
#312A13
(49,42,19)
#2C2612
(44,38,18)
#272211
(39,34,17)
#221E10
(34,30,16)
#1D1A0F
(29,26,15)
#18160E
(24,22,14)
#13120D
(19,18,13)
#0E0E0C
(14,14,12)
#090A0B
(9,10,11)
#000000
(0,0,0)

Tints of #3B3215

#3B3215
(59,50,21)
#4C442A
(76,68,42)
#5D563F
(93,86,63)
#6E6854
(110,104,84)
#7F7A69
(127,122,105)
#908C7E
(144,140,126)
#A19E93
(161,158,147)
#B2B0A8
(178,176,168)
#C3C2BD
(195,194,189)
#D4D4D2
(212,212,210)
#E5E6E7
(229,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B3215; }

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

This text font color is #3B3215.


Background Color

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

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

This div background color is #3B3215.


Border color

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

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

This div border color is #3B3215.


Opacity

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

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

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

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

This text has shadow with #3B3215 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B3215 on black background.


Color preview on white background

This text has color #3B3215 on white background.



Black color preview on #3B3215 background

This text has black color on #3B3215 background.


White color preview on #3B3215 background

This text has white color on #3B3215 background.