COLOR #3B3817

HEX: #3B3817
RGB: (59,56,23)

Color info

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

RGB color model

#3B3817 color RGB value is (59,56,23).

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

RGB channels and saturation

R 59 of 255 = 23%
G 56 of 255 = 22%
B 23 of 255 = 9%

59
56
23

R + G + B ~ 18%. #3B3817 is dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 56 + 23 = 138 (100%)
R 59 of 138 ~ 42.75%
G 56 of 138 ~ 40.58%
B 23 of 138 ~ 16.67%

%42.75
%40.58
%16.67

CMYK color model

#3B3817 color CMYK value is (0,5,61,77).

  • cyan value is 0.00%
  • magenta value is 5.08%
  • yellow value is 61.02%
  • key color value is 76.86%
CMYK:
(0,5,61,77)
C0M5Y61K77 
(0%,5%,61%,77%)
(0.00/0.05/0.61/0.77)	

CMYK percentages

%0
%5.08
%61.02
%76.86

Codes

Color #3B3817 in popluar color models

3B3817
RGB595623
HSL55°43.90%16.08%
HSB/HSV55°61.02%23.14%
CMYK0.00%5.08%61.02%
76.86%

Color #3B3817 in popluar number systems.

HEX3B3817
Decimal595623
Binary11101111100010111
Octal737027

Shades and tints

Shades of #3B3817

#3B3817
(59,56,23)
#363315
(54,51,21)
#312E13
(49,46,19)
#2C2911
(44,41,17)
#27240F
(39,36,15)
#221F0D
(34,31,13)
#1D1A0B
(29,26,11)
#181509
(24,21,9)
#131007
(19,16,7)
#0E0B05
(14,11,5)
#090603
(9,6,3)
#000000
(0,0,0)

Tints of #3B3817

#3B3817
(59,56,23)
#4C4A2C
(76,74,44)
#5D5C41
(93,92,65)
#6E6E56
(110,110,86)
#7F806B
(127,128,107)
#909280
(144,146,128)
#A1A495
(161,164,149)
#B2B6AA
(178,182,170)
#C3C8BF
(195,200,191)
#D4DAD4
(212,218,212)
#E5ECE9
(229,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B3817; }

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

This text font color is #3B3817.


Background Color

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

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

This div background color is #3B3817.


Border color

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

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

This div border color is #3B3817.


Opacity

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

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

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

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

This text has shadow with #3B3817 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B3817 on black background.


Color preview on white background

This text has color #3B3817 on white background.



Black color preview on #3B3817 background

This text has black color on #3B3817 background.


White color preview on #3B3817 background

This text has white color on #3B3817 background.