COLOR #3B3533

HEX: #3B3533
RGB: (59,53,51)

Color info

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

RGB color model

#3B3533 color RGB value is (59,53,51).

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

RGB channels and saturation

R 59 of 255 = 23%
G 53 of 255 = 21%
B 51 of 255 = 20%

59
53
51

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

Portions of RGB colors in percentages

R + G + B =
59 + 53 + 51 = 163 (100%)
R 59 of 163 ~ 36.2%
G 53 of 163 ~ 32.52%
B 51 of 163 ~ 31.29%

%36.2
%32.52
%31.29

CMYK color model

#3B3533 color CMYK value is (0,10,14,77).

  • cyan value is 0.00%
  • magenta value is 10.17%
  • yellow value is 13.56%
  • key color value is 76.86%
CMYK:
(0,10,14,77)
C0M10Y14K77 
(0%,10%,14%,77%)
(0.00/0.10/0.14/0.77)	

CMYK percentages

%0
%10.17
%13.56
%76.86

Codes

Color #3B3533 in popluar color models

3B3533
RGB595351
HSL15°7.27%21.57%
HSB/HSV15°13.56%23.14%
CMYK0.00%10.17%13.56%
76.86%

Color #3B3533 in popluar number systems.

HEX3B3533
Decimal595351
Binary111011110101110011
Octal736563

Shades and tints

Shades of #3B3533

#3B3533
(59,53,51)
#36312F
(54,49,47)
#312D2B
(49,45,43)
#2C2927
(44,41,39)
#272523
(39,37,35)
#22211F
(34,33,31)
#1D1D1B
(29,29,27)
#181917
(24,25,23)
#131513
(19,21,19)
#0E110F
(14,17,15)
#090D0B
(9,13,11)
#000000
(0,0,0)

Tints of #3B3533

#3B3533
(59,53,51)
#4C4745
(76,71,69)
#5D5957
(93,89,87)
#6E6B69
(110,107,105)
#7F7D7B
(127,125,123)
#908F8D
(144,143,141)
#A1A19F
(161,161,159)
#B2B3B1
(178,179,177)
#C3C5C3
(195,197,195)
#D4D7D5
(212,215,213)
#E5E9E7
(229,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B3533; }

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

This text font color is #3B3533.


Background Color

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

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

This div background color is #3B3533.


Border color

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

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

This div border color is #3B3533.


Opacity

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

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

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

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

This text has shadow with #3B3533 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B3533 on black background.


Color preview on white background

This text has color #3B3533 on white background.



Black color preview on #3B3533 background

This text has black color on #3B3533 background.


White color preview on #3B3533 background

This text has white color on #3B3533 background.