COLOR #3B2504

HEX: #3B2504
RGB: (59,37,4)

Color info

#3B2504 contains red, green and blue colors in about the same proportion. Web safe color of #3B2504 is #333300 (or #330).

RGB color model

#3B2504 color RGB value is (59,37,4).

  • red value is 59;
  • green value is 37;
  • blue value is 4.
RGB:
(59,37,4)
(23%,15%,2%)

RGB channels and saturation

R 59 of 255 = 23%
G 37 of 255 = 15%
B 4 of 255 = 2%

59
37
4

R + G + B ~ 13%. #3B2504 is dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 37 + 4 = 100 (100%)
R 59 of 100 ~ 59%
G 37 of 100 ~ 37%
B 4 of 100 ~ 4%

%59
%37

CMYK color model

#3B2504 color CMYK value is (0,37,93,77).

  • cyan value is 0.00%
  • magenta value is 37.29%
  • yellow value is 93.22%
  • key color value is 76.86%
CMYK:
(0,37,93,77)
C0M37Y93K77 
(0%,37%,93%,77%)
(0.00/0.37/0.93/0.77)	

CMYK percentages

%0
%37.29
%93.22
%76.86

Codes

Color #3B2504 in popluar color models

3B2504
RGB59374
HSL36°87.30%12.35%
HSB/HSV36°93.22%23.14%
CMYK0.00%37.29%93.22%
76.86%

Color #3B2504 in popluar number systems.

HEX3B2504
Decimal59374
Binary111011100101100
Octal73454

Shades and tints

Shades of #3B2504

#3B2504
(59,37,4)
#362204
(54,34,4)
#311F04
(49,31,4)
#2C1C04
(44,28,4)
#271904
(39,25,4)
#221604
(34,22,4)
#1D1304
(29,19,4)
#181004
(24,16,4)
#130D04
(19,13,4)
#0E0A04
(14,10,4)
#090704
(9,7,4)
#000000
(0,0,0)

Tints of #3B2504

#3B2504
(59,37,4)
#4C381A
(76,56,26)
#5D4B30
(93,75,48)
#6E5E46
(110,94,70)
#7F715C
(127,113,92)
#908472
(144,132,114)
#A19788
(161,151,136)
#B2AA9E
(178,170,158)
#C3BDB4
(195,189,180)
#D4D0CA
(212,208,202)
#E5E3E0
(229,227,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B2504; }

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

This text font color is #3B2504.


Background Color

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

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

This div background color is #3B2504.


Border color

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

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

This div border color is #3B2504.


Opacity

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

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

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

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

This text has shadow with #3B2504 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B2504 on black background.


Color preview on white background

This text has color #3B2504 on white background.



Black color preview on #3B2504 background

This text has black color on #3B2504 background.


White color preview on #3B2504 background

This text has white color on #3B2504 background.