COLOR #3B3335

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

59
51
53

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

Portions of RGB colors in percentages

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

%36.2
%31.29
%32.52

CMYK color model

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

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

CMYK percentages

%0
%13.56
%10.17
%76.86

Codes

Color #3B3335 in popluar color models

3B3335
RGB595153
HSL345°7.27%21.57%
HSB/HSV345°13.56%23.14%
CMYK0.00%13.56%10.17%
76.86%

Color #3B3335 in popluar number systems.

HEX3B3335
Decimal595153
Binary111011110011110101
Octal736365

Shades and tints

Shades of #3B3335

#3B3335
(59,51,53)
#362F31
(54,47,49)
#312B2D
(49,43,45)
#2C2729
(44,39,41)
#272325
(39,35,37)
#221F21
(34,31,33)
#1D1B1D
(29,27,29)
#181719
(24,23,25)
#131315
(19,19,21)
#0E0F11
(14,15,17)
#090B0D
(9,11,13)
#000000
(0,0,0)

Tints of #3B3335

#3B3335
(59,51,53)
#4C4547
(76,69,71)
#5D5759
(93,87,89)
#6E696B
(110,105,107)
#7F7B7D
(127,123,125)
#908D8F
(144,141,143)
#A19FA1
(161,159,161)
#B2B1B3
(178,177,179)
#C3C3C5
(195,195,197)
#D4D5D7
(212,213,215)
#E5E7E9
(229,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B3335; }

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

This text font color is #3B3335.


Background Color

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

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

This div background color is #3B3335.


Border color

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

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

This div border color is #3B3335.


Opacity

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

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

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

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

This text has shadow with #3B3335 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B3335 on black background.


Color preview on white background

This text has color #3B3335 on white background.



Black color preview on #3B3335 background

This text has black color on #3B3335 background.


White color preview on #3B3335 background

This text has white color on #3B3335 background.