COLOR #3B3330

HEX: #3B3330 RGB: (59,51,48)

Color info

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

RGB color model

#3B3330 color RGB value is (59,51,48).

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

RGB channels and saturation

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

59
51
48

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

Portions of RGB colors in percentages

R + G + B = 59 + 51 + 48 = 158 (100%)
R 59 of 158 ~ 37.34%
G 51 of 158 ~ 32.28%
B 48 of 158 ~ 30.38'%

%37.34
%32.28
%30.38

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 13.56%
  • yellow value is 18.64%
  • key color value is 76.86%

CMYK: (0,14,19,77)
C0M14Y19K77 (0%, 14%, 19%, 77%)
(0.00 / 0.14 / 0.19 / 0.77)

CMYK percentages

%0
%13.56
%18.64
%76.86

Codes

Color #3B3330 in popluar color models

3B 33 30
RGB 59 51 48
HSL 16° 10.28% 20.98%
HSB/HSV 16° 18.64% 23.14%
CMYK 0.00% 13.56% 18.64%
76.86%

Color #3B3330 in popluar number systems.

HEX 3B 33 30
Decimal 59 51 48
Binary 111011 110011 110000
Octal 73 63 60

Shades and tints

Shades of #3B3330

#3B3330
(59,51,48)
#362F2C
(54,47,44)
#312B28
(49,43,40)
#2C2724
(44,39,36)
#272320
(39,35,32)
#221F1C
(34,31,28)
#1D1B18
(29,27,24)
#181714
(24,23,20)
#131310
(19,19,16)
#0E0F0C
(14,15,12)
#090B08
(9,11,8)
#000000
(0,0,0)

Tints of #3B3330

#3B3330
(59,51,48)
#4C4542
(76,69,66)
#5D5754
(93,87,84)
#6E6966
(110,105,102)
#7F7B78
(127,123,120)
#908D8A
(144,141,138)
#A19F9C
(161,159,156)
#B2B1AE
(178,177,174)
#C3C3C0
(195,195,192)
#D4D5D2
(212,213,210)
#E5E7E4
(229,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B3330; }

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

This text font color is #3B3330.

Background Color

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

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

This div background color is #3B3330.

Border color

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

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

This div border color is #3B3330.

Opacity

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

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

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

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

This text has shadow with #3B3330 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3B3330.

Preview

Color preview on black background

This text has color #3B3330 on black background.


Color preview on white background

This text has color #3B3330 on white background.


Black color preview on #3B3330 background

This text has black color on #3B3330 background.


White color preview on #3B3330 background

This text has white color on #3B3330 background.


Related colors

Complementary color

Complementary color for #hex is #C4CCCF.


I love getcolorcode.com

Triadic colors

1 #303B33 and #33303B with #3B3330 are triadic colors.

2 #30333B and #333B30 with #3B3330 are triadic colors.