COLOR #3B3609

HEX: #3B3609
RGB: (59,54,9)

Color info

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

RGB color model

#3B3609 color RGB value is (59,54,9).

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

RGB channels and saturation

R 59 of 255 = 23%
G 54 of 255 = 21%
B 9 of 255 = 4%

59
54
9

R + G + B ~ 16%. #3B3609 is dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 54 + 9 = 122 (100%)
R 59 of 122 ~ 48.36%
G 54 of 122 ~ 44.26%
B 9 of 122 ~ 7.38%

%48.36
%44.26

CMYK color model

#3B3609 color CMYK value is (0,8,85,77).

  • cyan value is 0.00%
  • magenta value is 8.47%
  • yellow value is 84.75%
  • key color value is 76.86%
CMYK:
(0,8,85,77)
C0M8Y85K77 
(0%,8%,85%,77%)
(0.00/0.08/0.85/0.77)	

CMYK percentages

%0
%8.47
%84.75
%76.86

Codes

Color #3B3609 in popluar color models

3B3609
RGB59549
HSL54°73.53%13.33%
HSB/HSV54°84.75%23.14%
CMYK0.00%8.47%84.75%
76.86%

Color #3B3609 in popluar number systems.

HEX3B3609
Decimal59549
Binary1110111101101001
Octal736611

Shades and tints

Shades of #3B3609

#3B3609
(59,54,9)
#363209
(54,50,9)
#312E09
(49,46,9)
#2C2A09
(44,42,9)
#272609
(39,38,9)
#222209
(34,34,9)
#1D1E09
(29,30,9)
#181A09
(24,26,9)
#131609
(19,22,9)
#0E1209
(14,18,9)
#090E09
(9,14,9)
#000000
(0,0,0)

Tints of #3B3609

#3B3609
(59,54,9)
#4C481F
(76,72,31)
#5D5A35
(93,90,53)
#6E6C4B
(110,108,75)
#7F7E61
(127,126,97)
#909077
(144,144,119)
#A1A28D
(161,162,141)
#B2B4A3
(178,180,163)
#C3C6B9
(195,198,185)
#D4D8CF
(212,216,207)
#E5EAE5
(229,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B3609; }

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

This text font color is #3B3609.


Background Color

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

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

This div background color is #3B3609.


Border color

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

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

This div border color is #3B3609.


Opacity

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

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

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

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

This text has shadow with #3B3609 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B3609 on black background.


Color preview on white background

This text has color #3B3609 on white background.



Black color preview on #3B3609 background

This text has black color on #3B3609 background.


White color preview on #3B3609 background

This text has white color on #3B3609 background.