COLOR #3B3B48

HEX: #3B3B48 RGB: (59,59,72)

Color info

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

RGB color model

#3B3B48 color RGB value is (59,59,72).

RGB: (59,59,72) (23%, 23%, 28%)

RGB channels and saturation

R 59 of 255 = 23%
G 59 of 255 = 23%
B 72 of 255 = 28%

59
59
72

R + G + B ~ 25%. #3B3B48 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 59 + 59 + 72 = 190 (100%)
R 59 of 190 ~ 31.05%
G 59 of 190 ~ 31.05%
B 72 of 190 ~ 37.89'%

%31.05
%31.05
%37.89

CMYK color model

#3B3B48 color CMYK value is (18,18,0,72).

  • cyan value is 18.06%
  • magenta value is 18.06%
  • yellow value is 0.00%
  • key color value is 71.76%

CMYK: (18,18,0,72)
C18M18Y0K72 (18%, 18%, 0%, 72%)
(0.18 / 0.18 / 0.00 / 0.72)

CMYK percentages

%18.06
%18.06
%0
%71.76

Codes

Color #3B3B48 in popluar color models

3B 3B 48
RGB 59 59 72
HSL 240° 9.92% 25.69%
HSB/HSV 240° 18.06% 28.24%
CMYK 18.06% 18.06% 0.00%
71.76%

Color #3B3B48 in popluar number systems.

HEX 3B 3B 48
Decimal 59 59 72
Binary 111011 111011 1001000
Octal 73 73 110

Shades and tints

Shades of #3B3B48

#3B3B48
(59,59,72)
#363642
(54,54,66)
#31313C
(49,49,60)
#2C2C36
(44,44,54)
#272730
(39,39,48)
#22222A
(34,34,42)
#1D1D24
(29,29,36)
#18181E
(24,24,30)
#131318
(19,19,24)
#0E0E12
(14,14,18)
#09090C
(9,9,12)
#000000
(0,0,0)

Tints of #3B3B48

#3B3B48
(59,59,72)
#4C4C58
(76,76,88)
#5D5D68
(93,93,104)
#6E6E78
(110,110,120)
#7F7F88
(127,127,136)
#909098
(144,144,152)
#A1A1A8
(161,161,168)
#B2B2B8
(178,178,184)
#C3C3C8
(195,195,200)
#D4D4D8
(212,212,216)
#E5E5E8
(229,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B3B48; }

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

This text font color is #3B3B48.

Background Color

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

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

This div background color is #3B3B48.

Border color

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

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

This div border color is #3B3B48.

Opacity

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

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

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

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

This text has shadow with #3B3B48 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3B3B48.

Preview

Color preview on black background

This text has color #3B3B48 on black background.


Color preview on white background

This text has color #3B3B48 on white background.


Black color preview on #3B3B48 background

This text has black color on #3B3B48 background.


White color preview on #3B3B48 background

This text has white color on #3B3B48 background.


Related colors

Complementary color

Complementary color for #hex is #C4C4B7.


I love getcolorcode.com