COLOR #3B2B22

HEX: #3B2B22 RGB: (59,43,34)

Color info

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

RGB color model

#3B2B22 color RGB value is (59,43,34).

RGB: (59,43,34) (23%, 17%, 13%)

RGB channels and saturation

R 59 of 255 = 23%
G 43 of 255 = 17%
B 34 of 255 = 13%

59
43
34

R + G + B ~ 18%. #3B2B22 is dark color.

Portions of RGB colors in percentages

R + G + B = 59 + 43 + 34 = 136 (100%)
R 59 of 136 ~ 43.38%
G 43 of 136 ~ 31.62%
B 34 of 136 ~ 25'%

%43.38
%31.62
%25

CMYK color model

#3B2B22 color CMYK value is (0,27,42,77).

  • cyan value is 0.00%
  • magenta value is 27.12%
  • yellow value is 42.37%
  • key color value is 76.86%

CMYK: (0,27,42,77)
C0M27Y42K77 (0%, 27%, 42%, 77%)
(0.00 / 0.27 / 0.42 / 0.77)

CMYK percentages

%0
%27.12
%42.37
%76.86

Codes

Color #3B2B22 in popluar color models

3B 2B 22
RGB 59 43 34
HSL 22° 26.88% 18.24%
HSB/HSV 22° 42.37% 23.14%
CMYK 0.00% 27.12% 42.37%
76.86%

Color #3B2B22 in popluar number systems.

HEX 3B 2B 22
Decimal 59 43 34
Binary 111011 101011 100010
Octal 73 53 42

Shades and tints

Shades of #3B2B22

#3B2B22
(59,43,34)
#36281F
(54,40,31)
#31251C
(49,37,28)
#2C2219
(44,34,25)
#271F16
(39,31,22)
#221C13
(34,28,19)
#1D1910
(29,25,16)
#18160D
(24,22,13)
#13130A
(19,19,10)
#0E1007
(14,16,7)
#090D04
(9,13,4)
#000000
(0,0,0)

Tints of #3B2B22

#3B2B22
(59,43,34)
#4C3E36
(76,62,54)
#5D514A
(93,81,74)
#6E645E
(110,100,94)
#7F7772
(127,119,114)
#908A86
(144,138,134)
#A19D9A
(161,157,154)
#B2B0AE
(178,176,174)
#C3C3C2
(195,195,194)
#D4D6D6
(212,214,214)
#E5E9EA
(229,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B2B22; }

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

This text font color is #3B2B22.

Background Color

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

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

This div background color is #3B2B22.

Border color

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

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

This div border color is #3B2B22.

Opacity

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

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

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

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

This text has shadow with #3B2B22 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3B2B22.

Preview

Color preview on black background

This text has color #3B2B22 on black background.


Color preview on white background

This text has color #3B2B22 on white background.


Black color preview on #3B2B22 background

This text has black color on #3B2B22 background.


White color preview on #3B2B22 background

This text has white color on #3B2B22 background.


Related colors

Complementary color

Complementary color for #hex is #C4D4DD.


I love getcolorcode.com

Triadic colors

1 #223B2B and #2B223B with #3B2B22 are triadic colors.

2 #222B3B and #2B3B22 with #3B2B22 are triadic colors.