COLOR #3B3825

HEX: #3B3825 RGB: (59,56,37)

Color info

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

RGB color model

#3B3825 color RGB value is (59,56,37).

RGB: (59,56,37) (23%, 22%, 15%)

RGB channels and saturation

R 59 of 255 = 23%
G 56 of 255 = 22%
B 37 of 255 = 15%

59
56
37

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

Portions of RGB colors in percentages

R + G + B = 59 + 56 + 37 = 152 (100%)
R 59 of 152 ~ 38.82%
G 56 of 152 ~ 36.84%
B 37 of 152 ~ 24.34'%

%38.82
%36.84
%24.34

CMYK color model

#3B3825 color CMYK value is (0,5,37,77).

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

CMYK: (0,5,37,77)
C0M5Y37K77 (0%, 5%, 37%, 77%)
(0.00 / 0.05 / 0.37 / 0.77)

CMYK percentages

%0
%5.08
%37.29
%76.86

Codes

Color #3B3825 in popluar color models

3B 38 25
RGB 59 56 37
HSL 52° 22.92% 18.82%
HSB/HSV 52° 37.29% 23.14%
CMYK 0.00% 5.08% 37.29%
76.86%

Color #3B3825 in popluar number systems.

HEX 3B 38 25
Decimal 59 56 37
Binary 111011 111000 100101
Octal 73 70 45

Shades and tints

Shades of #3B3825

#3B3825
(59,56,37)
#363322
(54,51,34)
#312E1F
(49,46,31)
#2C291C
(44,41,28)
#272419
(39,36,25)
#221F16
(34,31,22)
#1D1A13
(29,26,19)
#181510
(24,21,16)
#13100D
(19,16,13)
#0E0B0A
(14,11,10)
#090607
(9,6,7)
#000000
(0,0,0)

Tints of #3B3825

#3B3825
(59,56,37)
#4C4A38
(76,74,56)
#5D5C4B
(93,92,75)
#6E6E5E
(110,110,94)
#7F8071
(127,128,113)
#909284
(144,146,132)
#A1A497
(161,164,151)
#B2B6AA
(178,182,170)
#C3C8BD
(195,200,189)
#D4DAD0
(212,218,208)
#E5ECE3
(229,236,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B3825; }

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

This text font color is #3B3825.

Background Color

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

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

This div background color is #3B3825.

Border color

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

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

This div border color is #3B3825.

Opacity

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

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

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

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

This text has shadow with #3B3825 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3B3825.

Preview

Color preview on black background

This text has color #3B3825 on black background.


Color preview on white background

This text has color #3B3825 on white background.


Black color preview on #3B3825 background

This text has black color on #3B3825 background.


White color preview on #3B3825 background

This text has white color on #3B3825 background.


Related colors

Complementary color

Complementary color for #hex is #C4C7DA.


I love getcolorcode.com

Triadic colors

1 #253B38 and #38253B with #3B3825 are triadic colors.

2 #25383B and #383B25 with #3B3825 are triadic colors.