COLOR #3B3B1D

HEX: #3B3B1D
RGB: (59,59,29)

Color info

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

RGB color model

#3B3B1D color RGB value is (59,59,29).

  • red value is 59;
  • green value is 59;
  • blue value is 29.
RGB:
(59,59,29)
(23%,23%,11%)

RGB channels and saturation

R 59 of 255 = 23%
G 59 of 255 = 23%
B 29 of 255 = 11%

59
59
29

R + G + B ~ 19%. #3B3B1D is dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 59 + 29 = 147 (100%)
R 59 of 147 ~ 40.14%
G 59 of 147 ~ 40.14%
B 29 of 147 ~ 19.73%

%40.14
%40.14
%19.73

CMYK color model

#3B3B1D color CMYK value is (0,0,51,77).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 50.85%
  • key color value is 76.86%
CMYK:
(0,0,51,77)
C0M0Y51K77 
(0%,0%,51%,77%)
(0.00/0.00/0.51/0.77)	

CMYK percentages

%0
%0
%50.85
%76.86

Codes

Color #3B3B1D in popluar color models

3B3B1D
RGB595929
HSL60°34.09%17.25%
HSB/HSV60°50.85%23.14%
CMYK0.00%0.00%50.85%
76.86%

Color #3B3B1D in popluar number systems.

HEX3B3B1D
Decimal595929
Binary11101111101111101
Octal737335

Shades and tints

Shades of #3B3B1D

#3B3B1D
(59,59,29)
#36361B
(54,54,27)
#313119
(49,49,25)
#2C2C17
(44,44,23)
#272715
(39,39,21)
#222213
(34,34,19)
#1D1D11
(29,29,17)
#18180F
(24,24,15)
#13130D
(19,19,13)
#0E0E0B
(14,14,11)
#090909
(9,9,9)
#000000
(0,0,0)

Tints of #3B3B1D

#3B3B1D
(59,59,29)
#4C4C31
(76,76,49)
#5D5D45
(93,93,69)
#6E6E59
(110,110,89)
#7F7F6D
(127,127,109)
#909081
(144,144,129)
#A1A195
(161,161,149)
#B2B2A9
(178,178,169)
#C3C3BD
(195,195,189)
#D4D4D1
(212,212,209)
#E5E5E5
(229,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B3B1D; }

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

This text font color is #3B3B1D.


Background Color

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

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

This div background color is #3B3B1D.


Border color

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

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

This div border color is #3B3B1D.


Opacity

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

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

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

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

This text has shadow with #3B3B1D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B3B1D on black background.


Color preview on white background

This text has color #3B3B1D on white background.



Black color preview on #3B3B1D background

This text has black color on #3B3B1D background.


White color preview on #3B3B1D background

This text has white color on #3B3B1D background.