COLOR #3B3331

HEX: #3B3331 RGB: (59,51,49)

Color info

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

RGB color model

#3B3331 color RGB value is (59,51,49).

RGB: (59,51,49) (23%, 20%, 19%)

RGB channels and saturation

R 59 of 255 = 23%
G 51 of 255 = 20%
B 49 of 255 = 19%

59
51
49

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

Portions of RGB colors in percentages

R + G + B = 59 + 51 + 49 = 159 (100%)
R 59 of 159 ~ 37.11%
G 51 of 159 ~ 32.08%
B 49 of 159 ~ 30.82'%

%37.11
%32.08
%30.82

CMYK color model

#3B3331 color CMYK value is (0,14,17,77).

  • cyan value is 0.00%
  • magenta value is 13.56%
  • yellow value is 16.95%
  • key color value is 76.86%
CMYK: (0,14,17,77) C0M14Y17K77 (0%,14%,17%,77%) (0.00/0.14/0.17/0.77) 

CMYK percentages

%0
%13.56
%16.95
%76.86

Codes

Color #3B3331 in popluar color models

3B 33 31
RGB 59 51 49
HSL 12° 9.26% 21.18%
HSB/HSV 12° 16.95% 23.14%
CMYK 0.00% 13.56% 16.95%
76.86%

Color #3B3331 in popluar number systems.

HEX 3B 33 31
Decimal 59 51 49
Binary 111011 110011 110001
Octal 73 63 61

Shades and tints

Shades of #3B3331

#3B3331
(59,51,49)
#362F2D
(54,47,45)
#312B29
(49,43,41)
#2C2725
(44,39,37)
#272321
(39,35,33)
#221F1D
(34,31,29)
#1D1B19
(29,27,25)
#181715
(24,23,21)
#131311
(19,19,17)
#0E0F0D
(14,15,13)
#090B09
(9,11,9)
#000000
(0,0,0)

Tints of #3B3331

#3B3331
(59,51,49)
#4C4543
(76,69,67)
#5D5755
(93,87,85)
#6E6967
(110,105,103)
#7F7B79
(127,123,121)
#908D8B
(144,141,139)
#A19F9D
(161,159,157)
#B2B1AF
(178,177,175)
#C3C3C1
(195,195,193)
#D4D5D3
(212,213,211)
#E5E7E5
(229,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B3331; }

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

This text font color is #3B3331.

Background Color

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

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

This div background color is #3B3331.

Border color

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

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

This div border color is #3B3331.

Opacity

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

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

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

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

This text has shadow with #3B3331 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3B3331.

Preview

Color preview on black background

This text has color #3B3331 on black background.


Color preview on white background

This text has color #3B3331 on white background.


Black color preview on #3B3331 background

This text has black color on #3B3331 background.


White color preview on #3B3331 background

This text has white color on #3B3331 background.


Related colors

Complementary color

Complementary color for #hex is #C4CCCE.


I love getcolorcode.com

Triadic colors

1 #313B33 and #33313B with #3B3331 are triadic colors.

2 #31333B and #333B31 with #3B3331 are triadic colors.