COLOR #3B3722

HEX: #3B3722
RGB: (59,55,34)

Color info

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

RGB color model

#3B3722 color RGB value is (59,55,34).

  • red value is 59;
  • green value is 55;
  • blue value is 34.
RGB:
(59,55,34)
(23%,22%,13%)

RGB channels and saturation

R 59 of 255 = 23%
G 55 of 255 = 22%
B 34 of 255 = 13%

59
55
34

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

Portions of RGB colors in percentages

R + G + B =
59 + 55 + 34 = 148 (100%)
R 59 of 148 ~ 39.86%
G 55 of 148 ~ 37.16%
B 34 of 148 ~ 22.97%

%39.86
%37.16
%22.97

CMYK color model

#3B3722 color CMYK value is (0,7,42,77).

  • cyan value is 0.00%
  • magenta value is 6.78%
  • yellow value is 42.37%
  • key color value is 76.86%
CMYK:
(0,7,42,77)
C0M7Y42K77 
(0%,7%,42%,77%)
(0.00/0.07/0.42/0.77)	

CMYK percentages

%0
%6.78
%42.37
%76.86

Codes

Color #3B3722 in popluar color models

3B3722
RGB595534
HSL50°26.88%18.24%
HSB/HSV50°42.37%23.14%
CMYK0.00%6.78%42.37%
76.86%

Color #3B3722 in popluar number systems.

HEX3B3722
Decimal595534
Binary111011110111100010
Octal736742

Shades and tints

Shades of #3B3722

#3B3722
(59,55,34)
#36321F
(54,50,31)
#312D1C
(49,45,28)
#2C2819
(44,40,25)
#272316
(39,35,22)
#221E13
(34,30,19)
#1D1910
(29,25,16)
#18140D
(24,20,13)
#130F0A
(19,15,10)
#0E0A07
(14,10,7)
#090504
(9,5,4)
#000000
(0,0,0)

Tints of #3B3722

#3B3722
(59,55,34)
#4C4936
(76,73,54)
#5D5B4A
(93,91,74)
#6E6D5E
(110,109,94)
#7F7F72
(127,127,114)
#909186
(144,145,134)
#A1A39A
(161,163,154)
#B2B5AE
(178,181,174)
#C3C7C2
(195,199,194)
#D4D9D6
(212,217,214)
#E5EBEA
(229,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B3722 color. Also use rgb(59,55,34) instead hex code.

Text Font Color

.myTextColor { color: #3B3722; }

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

This text font color is #3B3722.


Background Color

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

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

This div background color is #3B3722.


Border color

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

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

This div border color is #3B3722.


Opacity

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

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

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

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

This text has shadow with #3B3722 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B3722 on black background.


Color preview on white background

This text has color #3B3722 on white background.



Black color preview on #3B3722 background

This text has black color on #3B3722 background.


White color preview on #3B3722 background

This text has white color on #3B3722 background.