COLOR #3B3526

HEX: #3B3526 RGB: (59,53,38)

Color info

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

RGB color model

#3B3526 color RGB value is (59,53,38).

RGB: (59,53,38) (23%, 21%, 15%)

RGB channels and saturation

R 59 of 255 = 23%
G 53 of 255 = 21%
B 38 of 255 = 15%

59
53
38

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

Portions of RGB colors in percentages

R + G + B = 59 + 53 + 38 = 150 (100%)
R 59 of 150 ~ 39.33%
G 53 of 150 ~ 35.33%
B 38 of 150 ~ 25.33'%

%39.33
%35.33
%25.33

CMYK color model

#3B3526 color CMYK value is (0,10,36,77).

  • cyan value is 0.00%
  • magenta value is 10.17%
  • yellow value is 35.59%
  • key color value is 76.86%

CMYK: (0,10,36,77)
C0M10Y36K77 (0%, 10%, 36%, 77%)
(0.00 / 0.10 / 0.36 / 0.77)

CMYK percentages

%0
%10.17
%35.59
%76.86

Codes

Color #3B3526 in popluar color models

3B 35 26
RGB 59 53 38
HSL 43° 21.65% 19.02%
HSB/HSV 43° 35.59% 23.14%
CMYK 0.00% 10.17% 35.59%
76.86%

Color #3B3526 in popluar number systems.

HEX 3B 35 26
Decimal 59 53 38
Binary 111011 110101 100110
Octal 73 65 46

Shades and tints

Shades of #3B3526

#3B3526
(59,53,38)
#363123
(54,49,35)
#312D20
(49,45,32)
#2C291D
(44,41,29)
#27251A
(39,37,26)
#222117
(34,33,23)
#1D1D14
(29,29,20)
#181911
(24,25,17)
#13150E
(19,21,14)
#0E110B
(14,17,11)
#090D08
(9,13,8)
#000000
(0,0,0)

Tints of #3B3526

#3B3526
(59,53,38)
#4C4739
(76,71,57)
#5D594C
(93,89,76)
#6E6B5F
(110,107,95)
#7F7D72
(127,125,114)
#908F85
(144,143,133)
#A1A198
(161,161,152)
#B2B3AB
(178,179,171)
#C3C5BE
(195,197,190)
#D4D7D1
(212,215,209)
#E5E9E4
(229,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B3526; }

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

This text font color is #3B3526.

Background Color

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

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

This div background color is #3B3526.

Border color

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

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

This div border color is #3B3526.

Opacity

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

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

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

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

This text has shadow with #3B3526 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3B3526.

Preview

Color preview on black background

This text has color #3B3526 on black background.


Color preview on white background

This text has color #3B3526 on white background.


Black color preview on #3B3526 background

This text has black color on #3B3526 background.


White color preview on #3B3526 background

This text has white color on #3B3526 background.


Related colors

Complementary color

Complementary color for #hex is #C4CAD9.


I love getcolorcode.com

Triadic colors

1 #263B35 and #35263B with #3B3526 are triadic colors.

2 #26353B and #353B26 with #3B3526 are triadic colors.