COLOR #3B3627

HEX: #3B3627
RGB: (59,54,39)

Color info

#3B3627 contains red, green and blue colors in about the same proportion. Web safe color of #3B3627 is #333333 (or #333).

RGB color model

#3B3627 color RGB value is (59,54,39).

  • red value is 59;
  • green value is 54;
  • blue value is 39.
RGB:
(59,54,39)
(23%,21%,15%)

RGB channels and saturation

R 59 of 255 = 23%
G 54 of 255 = 21%
B 39 of 255 = 15%

59
54
39

R + G + B ~ 20%. #3B3627 is dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 54 + 39 = 152 (100%)
R 59 of 152 ~ 38.82%
G 54 of 152 ~ 35.53%
B 39 of 152 ~ 25.66%

%38.82
%35.53
%25.66

CMYK color model

#3B3627 color CMYK value is (0,8,34,77).

  • cyan value is 0.00%
  • magenta value is 8.47%
  • yellow value is 33.90%
  • key color value is 76.86%
CMYK:
(0,8,34,77)
C0M8Y34K77 
(0%,8%,34%,77%)
(0.00/0.08/0.34/0.77)	

CMYK percentages

%0
%8.47
%33.9
%76.86

Codes

Color #3B3627 in popluar color models

3B3627
RGB595439
HSL45°20.41%19.22%
HSB/HSV45°33.90%23.14%
CMYK0.00%8.47%33.90%
76.86%

Color #3B3627 in popluar number systems.

HEX3B3627
Decimal595439
Binary111011110110100111
Octal736647

Shades and tints

Shades of #3B3627

#3B3627
(59,54,39)
#363224
(54,50,36)
#312E21
(49,46,33)
#2C2A1E
(44,42,30)
#27261B
(39,38,27)
#222218
(34,34,24)
#1D1E15
(29,30,21)
#181A12
(24,26,18)
#13160F
(19,22,15)
#0E120C
(14,18,12)
#090E09
(9,14,9)
#000000
(0,0,0)

Tints of #3B3627

#3B3627
(59,54,39)
#4C483A
(76,72,58)
#5D5A4D
(93,90,77)
#6E6C60
(110,108,96)
#7F7E73
(127,126,115)
#909086
(144,144,134)
#A1A299
(161,162,153)
#B2B4AC
(178,180,172)
#C3C6BF
(195,198,191)
#D4D8D2
(212,216,210)
#E5EAE5
(229,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B3627 color. Also use rgb(59,54,39) instead hex code.

Text Font Color

.myTextColor { color: #3B3627; }

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

This text font color is #3B3627.


Background Color

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

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

This div background color is #3B3627.


Border color

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

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

This div border color is #3B3627.


Opacity

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

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

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

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

This text has shadow with #3B3627 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B3627 on black background.


Color preview on white background

This text has color #3B3627 on white background.



Black color preview on #3B3627 background

This text has black color on #3B3627 background.


White color preview on #3B3627 background

This text has white color on #3B3627 background.