COLOR #3B2E19

HEX: #3B2E19
RGB: (59,46,25)

Color info

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

RGB color model

#3B2E19 color RGB value is (59,46,25).

  • red value is 59;
  • green value is 46;
  • blue value is 25.
RGB:
(59,46,25)
(23%,18%,10%)

RGB channels and saturation

R 59 of 255 = 23%
G 46 of 255 = 18%
B 25 of 255 = 10%

59
46
25

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

Portions of RGB colors in percentages

R + G + B =
59 + 46 + 25 = 130 (100%)
R 59 of 130 ~ 45.38%
G 46 of 130 ~ 35.38%
B 25 of 130 ~ 19.23%

%45.38
%35.38
%19.23

CMYK color model

#3B2E19 color CMYK value is (0,22,58,77).

  • cyan value is 0.00%
  • magenta value is 22.03%
  • yellow value is 57.63%
  • key color value is 76.86%
CMYK:
(0,22,58,77)
C0M22Y58K77 
(0%,22%,58%,77%)
(0.00/0.22/0.58/0.77)	

CMYK percentages

%0
%22.03
%57.63
%76.86

Codes

Color #3B2E19 in popluar color models

3B2E19
RGB594625
HSL37°40.48%16.47%
HSB/HSV37°57.63%23.14%
CMYK0.00%22.03%57.63%
76.86%

Color #3B2E19 in popluar number systems.

HEX3B2E19
Decimal594625
Binary11101110111011001
Octal735631

Shades and tints

Shades of #3B2E19

#3B2E19
(59,46,25)
#362A17
(54,42,23)
#312615
(49,38,21)
#2C2213
(44,34,19)
#271E11
(39,30,17)
#221A0F
(34,26,15)
#1D160D
(29,22,13)
#18120B
(24,18,11)
#130E09
(19,14,9)
#0E0A07
(14,10,7)
#090605
(9,6,5)
#000000
(0,0,0)

Tints of #3B2E19

#3B2E19
(59,46,25)
#4C412D
(76,65,45)
#5D5441
(93,84,65)
#6E6755
(110,103,85)
#7F7A69
(127,122,105)
#908D7D
(144,141,125)
#A1A091
(161,160,145)
#B2B3A5
(178,179,165)
#C3C6B9
(195,198,185)
#D4D9CD
(212,217,205)
#E5ECE1
(229,236,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B2E19 color. Also use rgb(59,46,25) instead hex code.

Text Font Color

.myTextColor { color: #3B2E19; }

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

This text font color is #3B2E19.


Background Color

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

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

This div background color is #3B2E19.


Border color

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

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

This div border color is #3B2E19.


Opacity

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

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

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

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

This text has shadow with #3B2E19 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B2E19 on black background.


Color preview on white background

This text has color #3B2E19 on white background.



Black color preview on #3B2E19 background

This text has black color on #3B2E19 background.


White color preview on #3B2E19 background

This text has white color on #3B2E19 background.