COLOR #3B3829

HEX: #3B3829 RGB: (59,56,41)

Color info

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

RGB color model

#3B3829 color RGB value is (59,56,41).

RGB: (59,56,41) (23%, 22%, 16%)

RGB channels and saturation

R 59 of 255 = 23%
G 56 of 255 = 22%
B 41 of 255 = 16%

59
56
41

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

Portions of RGB colors in percentages

R + G + B = 59 + 56 + 41 = 156 (100%)
R 59 of 156 ~ 37.82%
G 56 of 156 ~ 35.9%
B 41 of 156 ~ 26.28'%

%37.82
%35.9
%26.28

CMYK color model

#3B3829 color CMYK value is (0,5,31,77).

  • cyan value is 0.00%
  • magenta value is 5.08%
  • yellow value is 30.51%
  • key color value is 76.86%

CMYK: (0,5,31,77)
C0M5Y31K77 (0%, 5%, 31%, 77%)
(0.00 / 0.05 / 0.31 / 0.77)

CMYK percentages

%0
%5.08
%30.51
%76.86

Codes

Color #3B3829 in popluar color models

3B 38 29
RGB 59 56 41
HSL 50° 18.00% 19.61%
HSB/HSV 50° 30.51% 23.14%
CMYK 0.00% 5.08% 30.51%
76.86%

Color #3B3829 in popluar number systems.

HEX 3B 38 29
Decimal 59 56 41
Binary 111011 111000 101001
Octal 73 70 51

Shades and tints

Shades of #3B3829

#3B3829
(59,56,41)
#363326
(54,51,38)
#312E23
(49,46,35)
#2C2920
(44,41,32)
#27241D
(39,36,29)
#221F1A
(34,31,26)
#1D1A17
(29,26,23)
#181514
(24,21,20)
#131011
(19,16,17)
#0E0B0E
(14,11,14)
#09060B
(9,6,11)
#000000
(0,0,0)

Tints of #3B3829

#3B3829
(59,56,41)
#4C4A3C
(76,74,60)
#5D5C4F
(93,92,79)
#6E6E62
(110,110,98)
#7F8075
(127,128,117)
#909288
(144,146,136)
#A1A49B
(161,164,155)
#B2B6AE
(178,182,174)
#C3C8C1
(195,200,193)
#D4DAD4
(212,218,212)
#E5ECE7
(229,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B3829; }

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

This text font color is #3B3829.

Background Color

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

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

This div background color is #3B3829.

Border color

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

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

This div border color is #3B3829.

Opacity

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

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

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

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

This text has shadow with #3B3829 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3B3829.

Preview

Color preview on black background

This text has color #3B3829 on black background.


Color preview on white background

This text has color #3B3829 on white background.


Black color preview on #3B3829 background

This text has black color on #3B3829 background.


White color preview on #3B3829 background

This text has white color on #3B3829 background.


Related colors

Complementary color

Complementary color for #hex is #C4C7D6.


I love getcolorcode.com

Triadic colors

1 #293B38 and #38293B with #3B3829 are triadic colors.

2 #29383B and #383B29 with #3B3829 are triadic colors.