COLOR #3B2312

HEX: #3B2312
RGB: (59,35,18)

Color info

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

RGB color model

#3B2312 color RGB value is (59,35,18).

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

RGB channels and saturation

R 59 of 255 = 23%
G 35 of 255 = 14%
B 18 of 255 = 7%

59
35
18

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

Portions of RGB colors in percentages

R + G + B =
59 + 35 + 18 = 112 (100%)
R 59 of 112 ~ 52.68%
G 35 of 112 ~ 31.25%
B 18 of 112 ~ 16.07%

%52.68
%31.25
%16.07

CMYK color model

#3B2312 color CMYK value is (0,41,69,77).

  • cyan value is 0.00%
  • magenta value is 40.68%
  • yellow value is 69.49%
  • key color value is 76.86%
CMYK:
(0,41,69,77)
C0M41Y69K77 
(0%,41%,69%,77%)
(0.00/0.41/0.69/0.77)	

CMYK percentages

%0
%40.68
%69.49
%76.86

Codes

Color #3B2312 in popluar color models

3B2312
RGB593518
HSL25°53.25%15.10%
HSB/HSV25°69.49%23.14%
CMYK0.00%40.68%69.49%
76.86%

Color #3B2312 in popluar number systems.

HEX3B2312
Decimal593518
Binary11101110001110010
Octal734322

Shades and tints

Shades of #3B2312

#3B2312
(59,35,18)
#362011
(54,32,17)
#311D10
(49,29,16)
#2C1A0F
(44,26,15)
#27170E
(39,23,14)
#22140D
(34,20,13)
#1D110C
(29,17,12)
#180E0B
(24,14,11)
#130B0A
(19,11,10)
#0E0809
(14,8,9)
#090508
(9,5,8)
#000000
(0,0,0)

Tints of #3B2312

#3B2312
(59,35,18)
#4C3727
(76,55,39)
#5D4B3C
(93,75,60)
#6E5F51
(110,95,81)
#7F7366
(127,115,102)
#90877B
(144,135,123)
#A19B90
(161,155,144)
#B2AFA5
(178,175,165)
#C3C3BA
(195,195,186)
#D4D7CF
(212,215,207)
#E5EBE4
(229,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B2312; }

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

This text font color is #3B2312.


Background Color

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

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

This div background color is #3B2312.


Border color

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

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

This div border color is #3B2312.


Opacity

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

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

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

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

This text has shadow with #3B2312 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B2312 on black background.


Color preview on white background

This text has color #3B2312 on white background.



Black color preview on #3B2312 background

This text has black color on #3B2312 background.


White color preview on #3B2312 background

This text has white color on #3B2312 background.