COLOR #3B3117

HEX: #3B3117
RGB: (59,49,23)

Color info

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

RGB color model

#3B3117 color RGB value is (59,49,23).

  • red value is 59;
  • green value is 49;
  • blue value is 23.
RGB:
(59,49,23)
(23%,19%,9%)

RGB channels and saturation

R 59 of 255 = 23%
G 49 of 255 = 19%
B 23 of 255 = 9%

59
49
23

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

Portions of RGB colors in percentages

R + G + B =
59 + 49 + 23 = 131 (100%)
R 59 of 131 ~ 45.04%
G 49 of 131 ~ 37.4%
B 23 of 131 ~ 17.56%

%45.04
%37.4
%17.56

CMYK color model

#3B3117 color CMYK value is (0,17,61,77).

  • cyan value is 0.00%
  • magenta value is 16.95%
  • yellow value is 61.02%
  • key color value is 76.86%
CMYK:
(0,17,61,77)
C0M17Y61K77 
(0%,17%,61%,77%)
(0.00/0.17/0.61/0.77)	

CMYK percentages

%0
%16.95
%61.02
%76.86

Codes

Color #3B3117 in popluar color models

3B3117
RGB594923
HSL43°43.90%16.08%
HSB/HSV43°61.02%23.14%
CMYK0.00%16.95%61.02%
76.86%

Color #3B3117 in popluar number systems.

HEX3B3117
Decimal594923
Binary11101111000110111
Octal736127

Shades and tints

Shades of #3B3117

#3B3117
(59,49,23)
#362D15
(54,45,21)
#312913
(49,41,19)
#2C2511
(44,37,17)
#27210F
(39,33,15)
#221D0D
(34,29,13)
#1D190B
(29,25,11)
#181509
(24,21,9)
#131107
(19,17,7)
#0E0D05
(14,13,5)
#090903
(9,9,3)
#000000
(0,0,0)

Tints of #3B3117

#3B3117
(59,49,23)
#4C432C
(76,67,44)
#5D5541
(93,85,65)
#6E6756
(110,103,86)
#7F796B
(127,121,107)
#908B80
(144,139,128)
#A19D95
(161,157,149)
#B2AFAA
(178,175,170)
#C3C1BF
(195,193,191)
#D4D3D4
(212,211,212)
#E5E5E9
(229,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B3117 color. Also use rgb(59,49,23) instead hex code.

Text Font Color

.myTextColor { color: #3B3117; }

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

This text font color is #3B3117.


Background Color

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

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

This div background color is #3B3117.


Border color

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

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

This div border color is #3B3117.


Opacity

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

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

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

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

This text has shadow with #3B3117 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B3117 on black background.


Color preview on white background

This text has color #3B3117 on white background.



Black color preview on #3B3117 background

This text has black color on #3B3117 background.


White color preview on #3B3117 background

This text has white color on #3B3117 background.