COLOR #3B2524

HEX: #3B2524 RGB: (59,37,36)

Color info

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

RGB color model

#3B2524 color RGB value is (59,37,36).

RGB: (59,37,36) (23%, 15%, 14%)

RGB channels and saturation

R 59 of 255 = 23%
G 37 of 255 = 15%
B 36 of 255 = 14%

59
37
36

R + G + B ~ 17%. #3B2524 is dark color.

Portions of RGB colors in percentages

R + G + B = 59 + 37 + 36 = 132 (100%)
R 59 of 132 ~ 44.7%
G 37 of 132 ~ 28.03%
B 36 of 132 ~ 27.27'%

%44.7
%28.03
%27.27

CMYK color model

#3B2524 color CMYK value is (0,37,39,77).

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

CMYK: (0,37,39,77)
C0M37Y39K77 (0%, 37%, 39%, 77%)
(0.00 / 0.37 / 0.39 / 0.77)

CMYK percentages

%0
%37.29
%38.98
%76.86

Codes

Color #3B2524 in popluar color models

3B 25 24
RGB 59 37 36
HSL 24.21% 18.63%
HSB/HSV 38.98% 23.14%
CMYK 0.00% 37.29% 38.98%
76.86%

Color #3B2524 in popluar number systems.

HEX 3B 25 24
Decimal 59 37 36
Binary 111011 100101 100100
Octal 73 45 44

Shades and tints

Shades of #3B2524

#3B2524
(59,37,36)
#362221
(54,34,33)
#311F1E
(49,31,30)
#2C1C1B
(44,28,27)
#271918
(39,25,24)
#221615
(34,22,21)
#1D1312
(29,19,18)
#18100F
(24,16,15)
#130D0C
(19,13,12)
#0E0A09
(14,10,9)
#090706
(9,7,6)
#000000
(0,0,0)

Tints of #3B2524

#3B2524
(59,37,36)
#4C3837
(76,56,55)
#5D4B4A
(93,75,74)
#6E5E5D
(110,94,93)
#7F7170
(127,113,112)
#908483
(144,132,131)
#A19796
(161,151,150)
#B2AAA9
(178,170,169)
#C3BDBC
(195,189,188)
#D4D0CF
(212,208,207)
#E5E3E2
(229,227,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B2524; }

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

This text font color is #3B2524.

Background Color

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

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

This div background color is #3B2524.

Border color

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

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

This div border color is #3B2524.

Opacity

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

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

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

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

This text has shadow with #3B2524 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3B2524.

Preview

Color preview on black background

This text has color #3B2524 on black background.


Color preview on white background

This text has color #3B2524 on white background.


Black color preview on #3B2524 background

This text has black color on #3B2524 background.


White color preview on #3B2524 background

This text has white color on #3B2524 background.


Related colors

Complementary color

Complementary color for #hex is #C4DADB.


I love getcolorcode.com

Triadic colors

1 #243B25 and #25243B with #3B2524 are triadic colors.

2 #24253B and #253B24 with #3B2524 are triadic colors.