COLOR #3B3429

HEX: #3B3429
RGB: (59,52,41)

Color info

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

RGB color model

#3B3429 color RGB value is (59,52,41).

  • red value is 59;
  • green value is 52;
  • blue value is 41.
RGB:
(59,52,41)
(23%,20%,16%)

RGB channels and saturation

R 59 of 255 = 23%
G 52 of 255 = 20%
B 41 of 255 = 16%

59
52
41

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

Portions of RGB colors in percentages

R + G + B =
59 + 52 + 41 = 152 (100%)
R 59 of 152 ~ 38.82%
G 52 of 152 ~ 34.21%
B 41 of 152 ~ 26.97%

%38.82
%34.21
%26.97

CMYK color model

#3B3429 color CMYK value is (0,12,31,77).

  • cyan value is 0.00%
  • magenta value is 11.86%
  • yellow value is 30.51%
  • key color value is 76.86%
CMYK:
(0,12,31,77)
C0M12Y31K77 
(0%,12%,31%,77%)
(0.00/0.12/0.31/0.77)	

CMYK percentages

%0
%11.86
%30.51
%76.86

Codes

Color #3B3429 in popluar color models

3B3429
RGB595241
HSL37°18.00%19.61%
HSB/HSV37°30.51%23.14%
CMYK0.00%11.86%30.51%
76.86%

Color #3B3429 in popluar number systems.

HEX3B3429
Decimal595241
Binary111011110100101001
Octal736451

Shades and tints

Shades of #3B3429

#3B3429
(59,52,41)
#363026
(54,48,38)
#312C23
(49,44,35)
#2C2820
(44,40,32)
#27241D
(39,36,29)
#22201A
(34,32,26)
#1D1C17
(29,28,23)
#181814
(24,24,20)
#131411
(19,20,17)
#0E100E
(14,16,14)
#090C0B
(9,12,11)
#000000
(0,0,0)

Tints of #3B3429

#3B3429
(59,52,41)
#4C463C
(76,70,60)
#5D584F
(93,88,79)
#6E6A62
(110,106,98)
#7F7C75
(127,124,117)
#908E88
(144,142,136)
#A1A09B
(161,160,155)
#B2B2AE
(178,178,174)
#C3C4C1
(195,196,193)
#D4D6D4
(212,214,212)
#E5E8E7
(229,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B3429; }

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

This text font color is #3B3429.


Background Color

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

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

This div background color is #3B3429.


Border color

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

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

This div border color is #3B3429.


Opacity

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

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

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

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

This text has shadow with #3B3429 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B3429 on black background.


Color preview on white background

This text has color #3B3429 on white background.



Black color preview on #3B3429 background

This text has black color on #3B3429 background.


White color preview on #3B3429 background

This text has white color on #3B3429 background.