COLOR #3B3504

HEX: #3B3504
RGB: (59,53,4)

Color info

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

RGB color model

#3B3504 color RGB value is (59,53,4).

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

RGB channels and saturation

R 59 of 255 = 23%
G 53 of 255 = 21%
B 4 of 255 = 2%

59
53
4

R + G + B ~ 15%. #3B3504 is dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 53 + 4 = 116 (100%)
R 59 of 116 ~ 50.86%
G 53 of 116 ~ 45.69%
B 4 of 116 ~ 3.45%

%50.86
%45.69

CMYK color model

#3B3504 color CMYK value is (0,10,93,77).

  • cyan value is 0.00%
  • magenta value is 10.17%
  • yellow value is 93.22%
  • key color value is 76.86%
CMYK:
(0,10,93,77)
C0M10Y93K77 
(0%,10%,93%,77%)
(0.00/0.10/0.93/0.77)	

CMYK percentages

%0
%10.17
%93.22
%76.86

Codes

Color #3B3504 in popluar color models

3B3504
RGB59534
HSL53°87.30%12.35%
HSB/HSV53°93.22%23.14%
CMYK0.00%10.17%93.22%
76.86%

Color #3B3504 in popluar number systems.

HEX3B3504
Decimal59534
Binary111011110101100
Octal73654

Shades and tints

Shades of #3B3504

#3B3504
(59,53,4)
#363104
(54,49,4)
#312D04
(49,45,4)
#2C2904
(44,41,4)
#272504
(39,37,4)
#222104
(34,33,4)
#1D1D04
(29,29,4)
#181904
(24,25,4)
#131504
(19,21,4)
#0E1104
(14,17,4)
#090D04
(9,13,4)
#000000
(0,0,0)

Tints of #3B3504

#3B3504
(59,53,4)
#4C471A
(76,71,26)
#5D5930
(93,89,48)
#6E6B46
(110,107,70)
#7F7D5C
(127,125,92)
#908F72
(144,143,114)
#A1A188
(161,161,136)
#B2B39E
(178,179,158)
#C3C5B4
(195,197,180)
#D4D7CA
(212,215,202)
#E5E9E0
(229,233,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B3504; }

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

This text font color is #3B3504.


Background Color

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

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

This div background color is #3B3504.


Border color

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

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

This div border color is #3B3504.


Opacity

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

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

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

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

This text has shadow with #3B3504 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B3504 on black background.


Color preview on white background

This text has color #3B3504 on white background.



Black color preview on #3B3504 background

This text has black color on #3B3504 background.


White color preview on #3B3504 background

This text has white color on #3B3504 background.