COLOR #3B332C

HEX: #3B332C
RGB: (59,51,44)

Color info

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

RGB color model

#3B332C color RGB value is (59,51,44).

  • red value is 59;
  • green value is 51;
  • blue value is 44.
RGB:
(59,51,44)
(23%,20%,17%)

RGB channels and saturation

R 59 of 255 = 23%
G 51 of 255 = 20%
B 44 of 255 = 17%

59
51
44

R + G + B ~ 20%. #3B332C is dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 51 + 44 = 154 (100%)
R 59 of 154 ~ 38.31%
G 51 of 154 ~ 33.12%
B 44 of 154 ~ 28.57%

%38.31
%33.12
%28.57

CMYK color model

#3B332C color CMYK value is (0,14,25,77).

  • cyan value is 0.00%
  • magenta value is 13.56%
  • yellow value is 25.42%
  • key color value is 76.86%
CMYK:
(0,14,25,77)
C0M14Y25K77 
(0%,14%,25%,77%)
(0.00/0.14/0.25/0.77)	

CMYK percentages

%0
%13.56
%25.42
%76.86

Codes

Color #3B332C in popluar color models

3B332C
RGB595144
HSL28°14.56%20.20%
HSB/HSV28°25.42%23.14%
CMYK0.00%13.56%25.42%
76.86%

Color #3B332C in popluar number systems.

HEX3B332C
Decimal595144
Binary111011110011101100
Octal736354

Shades and tints

Shades of #3B332C

#3B332C
(59,51,44)
#362F28
(54,47,40)
#312B24
(49,43,36)
#2C2720
(44,39,32)
#27231C
(39,35,28)
#221F18
(34,31,24)
#1D1B14
(29,27,20)
#181710
(24,23,16)
#13130C
(19,19,12)
#0E0F08
(14,15,8)
#090B04
(9,11,4)
#000000
(0,0,0)

Tints of #3B332C

#3B332C
(59,51,44)
#4C453F
(76,69,63)
#5D5752
(93,87,82)
#6E6965
(110,105,101)
#7F7B78
(127,123,120)
#908D8B
(144,141,139)
#A19F9E
(161,159,158)
#B2B1B1
(178,177,177)
#C3C3C4
(195,195,196)
#D4D5D7
(212,213,215)
#E5E7EA
(229,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B332C color. Also use rgb(59,51,44) instead hex code.

Text Font Color

.myTextColor { color: #3B332C; }

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

This text font color is #3B332C.


Background Color

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

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

This div background color is #3B332C.


Border color

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

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

This div border color is #3B332C.


Opacity

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

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

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

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

This text has shadow with #3B332C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B332C on black background.


Color preview on white background

This text has color #3B332C on white background.



Black color preview on #3B332C background

This text has black color on #3B332C background.


White color preview on #3B332C background

This text has white color on #3B332C background.