COLOR #3B3C28

HEX: #3B3C28
RGB: (59,60,40)

Color info

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

RGB color model

#3B3C28 color RGB value is (59,60,40).

  • red value is 59;
  • green value is 60;
  • blue value is 40.
RGB:
(59,60,40)
(23%,24%,16%)

RGB channels and saturation

R 59 of 255 = 23%
G 60 of 255 = 24%
B 40 of 255 = 16%

59
60
40

R + G + B ~ 21%. #3B3C28 is dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 60 + 40 = 159 (100%)
R 59 of 159 ~ 37.11%
G 60 of 159 ~ 37.74%
B 40 of 159 ~ 25.16%

%37.11
%37.74
%25.16

CMYK color model

#3B3C28 color CMYK value is (2,0,33,76).

  • cyan value is 1.67%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 76.47%
CMYK:
(2,0,33,76)
C2M0Y33K76 
(2%,0%,33%,76%)
(0.02/0.00/0.33/0.76)	

CMYK percentages

%1.67
%0
%33.33
%76.47

Codes

Color #3B3C28 in popluar color models

3B3C28
RGB596040
HSL63°20.00%19.61%
HSB/HSV63°33.33%23.53%
CMYK1.67%0.00%33.33%
76.47%

Color #3B3C28 in popluar number systems.

HEX3B3C28
Decimal596040
Binary111011111100101000
Octal737450

Shades and tints

Shades of #3B3C28

#3B3C28
(59,60,40)
#363725
(54,55,37)
#313222
(49,50,34)
#2C2D1F
(44,45,31)
#27281C
(39,40,28)
#222319
(34,35,25)
#1D1E16
(29,30,22)
#181913
(24,25,19)
#131410
(19,20,16)
#0E0F0D
(14,15,13)
#090A0A
(9,10,10)
#000000
(0,0,0)

Tints of #3B3C28

#3B3C28
(59,60,40)
#4C4D3B
(76,77,59)
#5D5E4E
(93,94,78)
#6E6F61
(110,111,97)
#7F8074
(127,128,116)
#909187
(144,145,135)
#A1A29A
(161,162,154)
#B2B3AD
(178,179,173)
#C3C4C0
(195,196,192)
#D4D5D3
(212,213,211)
#E5E6E6
(229,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B3C28 color. Also use rgb(59,60,40) instead hex code.

Text Font Color

.myTextColor { color: #3B3C28; }

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

This text font color is #3B3C28.


Background Color

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

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

This div background color is #3B3C28.


Border color

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

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

This div border color is #3B3C28.


Opacity

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

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

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

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

This text has shadow with #3B3C28 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B3C28 on black background.


Color preview on white background

This text has color #3B3C28 on white background.



Black color preview on #3B3C28 background

This text has black color on #3B3C28 background.


White color preview on #3B3C28 background

This text has white color on #3B3C28 background.