COLOR #3B2A12

HEX: #3B2A12
RGB: (59,42,18)

Color info

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

RGB color model

#3B2A12 color RGB value is (59,42,18).

  • red value is 59;
  • green value is 42;
  • blue value is 18.
RGB:
(59,42,18)
(23%,16%,7%)

RGB channels and saturation

R 59 of 255 = 23%
G 42 of 255 = 16%
B 18 of 255 = 7%

59
42
18

R + G + B ~ 15%. #3B2A12 is dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 42 + 18 = 119 (100%)
R 59 of 119 ~ 49.58%
G 42 of 119 ~ 35.29%
B 18 of 119 ~ 15.13%

%49.58
%35.29
%15.13

CMYK color model

#3B2A12 color CMYK value is (0,29,69,77).

  • cyan value is 0.00%
  • magenta value is 28.81%
  • yellow value is 69.49%
  • key color value is 76.86%
CMYK:
(0,29,69,77)
C0M29Y69K77 
(0%,29%,69%,77%)
(0.00/0.29/0.69/0.77)	

CMYK percentages

%0
%28.81
%69.49
%76.86

Codes

Color #3B2A12 in popluar color models

3B2A12
RGB594218
HSL35°53.25%15.10%
HSB/HSV35°69.49%23.14%
CMYK0.00%28.81%69.49%
76.86%

Color #3B2A12 in popluar number systems.

HEX3B2A12
Decimal594218
Binary11101110101010010
Octal735222

Shades and tints

Shades of #3B2A12

#3B2A12
(59,42,18)
#362711
(54,39,17)
#312410
(49,36,16)
#2C210F
(44,33,15)
#271E0E
(39,30,14)
#221B0D
(34,27,13)
#1D180C
(29,24,12)
#18150B
(24,21,11)
#13120A
(19,18,10)
#0E0F09
(14,15,9)
#090C08
(9,12,8)
#000000
(0,0,0)

Tints of #3B2A12

#3B2A12
(59,42,18)
#4C3D27
(76,61,39)
#5D503C
(93,80,60)
#6E6351
(110,99,81)
#7F7666
(127,118,102)
#90897B
(144,137,123)
#A19C90
(161,156,144)
#B2AFA5
(178,175,165)
#C3C2BA
(195,194,186)
#D4D5CF
(212,213,207)
#E5E8E4
(229,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B2A12 color. Also use rgb(59,42,18) instead hex code.

Text Font Color

.myTextColor { color: #3B2A12; }

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

This text font color is #3B2A12.


Background Color

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

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

This div background color is #3B2A12.


Border color

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

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

This div border color is #3B2A12.


Opacity

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

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

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

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

This text has shadow with #3B2A12 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B2A12 on black background.


Color preview on white background

This text has color #3B2A12 on white background.



Black color preview on #3B2A12 background

This text has black color on #3B2A12 background.


White color preview on #3B2A12 background

This text has white color on #3B2A12 background.