COLOR #3B3339

HEX: #3B3339 RGB: (59,51,57)

Color info

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

RGB color model

#3B3339 color RGB value is (59,51,57).

RGB: (59,51,57) (23%, 20%, 22%)

RGB channels and saturation

R 59 of 255 = 23%
G 51 of 255 = 20%
B 57 of 255 = 22%

59
51
57

R + G + B ~ 22%. #3B3339 is dark color.

Portions of RGB colors in percentages

R + G + B = 59 + 51 + 57 = 167 (100%)
R 59 of 167 ~ 35.33%
G 51 of 167 ~ 30.54%
B 57 of 167 ~ 34.13'%

%35.33
%30.54
%34.13

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 13.56%
  • yellow value is 3.39%
  • key color value is 76.86%
CMYK: (0,14,3,77) C0M14Y3K77 (0%,14%,3%,77%) (0.00/0.14/0.03/0.77) 

CMYK percentages

%0
%13.56
%3.39
%76.86

Codes

Color #3B3339 in popluar color models

3B 33 39
RGB 59 51 57
HSL 315° 7.27% 21.57%
HSB/HSV 315° 13.56% 23.14%
CMYK 0.00% 13.56% 3.39%
76.86%

Color #3B3339 in popluar number systems.

HEX 3B 33 39
Decimal 59 51 57
Binary 111011 110011 111001
Octal 73 63 71

Shades and tints

Shades of #3B3339

#3B3339
(59,51,57)
#362F34
(54,47,52)
#312B2F
(49,43,47)
#2C272A
(44,39,42)
#272325
(39,35,37)
#221F20
(34,31,32)
#1D1B1B
(29,27,27)
#181716
(24,23,22)
#131311
(19,19,17)
#0E0F0C
(14,15,12)
#090B07
(9,11,7)
#000000
(0,0,0)

Tints of #3B3339

#3B3339
(59,51,57)
#4C454B
(76,69,75)
#5D575D
(93,87,93)
#6E696F
(110,105,111)
#7F7B81
(127,123,129)
#908D93
(144,141,147)
#A19FA5
(161,159,165)
#B2B1B7
(178,177,183)
#C3C3C9
(195,195,201)
#D4D5DB
(212,213,219)
#E5E7ED
(229,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B3339; }

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

This text font color is #3B3339.

Background Color

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

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

This div background color is #3B3339.

Border color

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

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

This div border color is #3B3339.

Opacity

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

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

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

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

This text has shadow with #3B3339 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3B3339.

Preview

Color preview on black background

This text has color #3B3339 on black background.


Color preview on white background

This text has color #3B3339 on white background.


Black color preview on #3B3339 background

This text has black color on #3B3339 background.


White color preview on #3B3339 background

This text has white color on #3B3339 background.


Related colors

Complementary color

Complementary color for #hex is #C4CCC6.


I love getcolorcode.com

Triadic colors

1 #393B33 and #33393B with #3B3339 are triadic colors.

2 #39333B and #333B39 with #3B3339 are triadic colors.