COLOR #3B3325

HEX: #3B3325 RGB: (59,51,37)

Color info

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

RGB color model

#3B3325 color RGB value is (59,51,37).

RGB: (59,51,37) (23%, 20%, 15%)

RGB channels and saturation

R 59 of 255 = 23%
G 51 of 255 = 20%
B 37 of 255 = 15%

59
51
37

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

Portions of RGB colors in percentages

R + G + B = 59 + 51 + 37 = 147 (100%)
R 59 of 147 ~ 40.14%
G 51 of 147 ~ 34.69%
B 37 of 147 ~ 25.17'%

%40.14
%34.69
%25.17

CMYK color model

#3B3325 color CMYK value is (0,14,37,77).

  • cyan value is 0.00%
  • magenta value is 13.56%
  • yellow value is 37.29%
  • key color value is 76.86%

CMYK: (0,14,37,77)
C0M14Y37K77 (0%, 14%, 37%, 77%)
(0.00 / 0.14 / 0.37 / 0.77)

CMYK percentages

%0
%13.56
%37.29
%76.86

Codes

Color #3B3325 in popluar color models

3B 33 25
RGB 59 51 37
HSL 38° 22.92% 18.82%
HSB/HSV 38° 37.29% 23.14%
CMYK 0.00% 13.56% 37.29%
76.86%

Color #3B3325 in popluar number systems.

HEX 3B 33 25
Decimal 59 51 37
Binary 111011 110011 100101
Octal 73 63 45

Shades and tints

Shades of #3B3325

#3B3325
(59,51,37)
#362F22
(54,47,34)
#312B1F
(49,43,31)
#2C271C
(44,39,28)
#272319
(39,35,25)
#221F16
(34,31,22)
#1D1B13
(29,27,19)
#181710
(24,23,16)
#13130D
(19,19,13)
#0E0F0A
(14,15,10)
#090B07
(9,11,7)
#000000
(0,0,0)

Tints of #3B3325

#3B3325
(59,51,37)
#4C4538
(76,69,56)
#5D574B
(93,87,75)
#6E695E
(110,105,94)
#7F7B71
(127,123,113)
#908D84
(144,141,132)
#A19F97
(161,159,151)
#B2B1AA
(178,177,170)
#C3C3BD
(195,195,189)
#D4D5D0
(212,213,208)
#E5E7E3
(229,231,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B3325; }

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

This text font color is #3B3325.

Background Color

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

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

This div background color is #3B3325.

Border color

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

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

This div border color is #3B3325.

Opacity

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

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

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

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

This text has shadow with #3B3325 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3B3325.

Preview

Color preview on black background

This text has color #3B3325 on black background.


Color preview on white background

This text has color #3B3325 on white background.


Black color preview on #3B3325 background

This text has black color on #3B3325 background.


White color preview on #3B3325 background

This text has white color on #3B3325 background.


Related colors

Complementary color

Complementary color for #hex is #C4CCDA.


I love getcolorcode.com

Triadic colors

1 #253B33 and #33253B with #3B3325 are triadic colors.

2 #25333B and #333B25 with #3B3325 are triadic colors.