COLOR #3B3D48

HEX: #3B3D48 RGB: (59,61,72)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

59
61
72

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

Portions of RGB colors in percentages

R + G + B = 59 + 61 + 72 = 192 (100%)
R 59 of 192 ~ 30.73%
G 61 of 192 ~ 31.77%
B 72 of 192 ~ 37.5'%

%30.73
%31.77
%37.5

CMYK color model

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

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

CMYK: (18,15,0,72)
C18M15Y0K72 (18%, 15%, 0%, 72%)
(0.18 / 0.15 / 0.00 / 0.72)

CMYK percentages

%18.06
%15.28
%0
%71.76

Codes

Color #3B3D48 in popluar color models

3B 3D 48
RGB 59 61 72
HSL 231° 9.92% 25.69%
HSB/HSV 231° 18.06% 28.24%
CMYK 18.06% 15.28% 0.00%
71.76%

Color #3B3D48 in popluar number systems.

HEX 3B 3D 48
Decimal 59 61 72
Binary 111011 111101 1001000
Octal 73 75 110

Shades and tints

Shades of #3B3D48

#3B3D48
(59,61,72)
#363842
(54,56,66)
#31333C
(49,51,60)
#2C2E36
(44,46,54)
#272930
(39,41,48)
#22242A
(34,36,42)
#1D1F24
(29,31,36)
#181A1E
(24,26,30)
#131518
(19,21,24)
#0E1012
(14,16,18)
#090B0C
(9,11,12)
#000000
(0,0,0)

Tints of #3B3D48

#3B3D48
(59,61,72)
#4C4E58
(76,78,88)
#5D5F68
(93,95,104)
#6E7078
(110,112,120)
#7F8188
(127,129,136)
#909298
(144,146,152)
#A1A3A8
(161,163,168)
#B2B4B8
(178,180,184)
#C3C5C8
(195,197,200)
#D4D6D8
(212,214,216)
#E5E7E8
(229,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B3D48; }

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

This text font color is #3B3D48.

Background Color

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

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

This div background color is #3B3D48.

Border color

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

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

This div border color is #3B3D48.

Opacity

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

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

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

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

This text has shadow with #3B3D48 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3B3D48.

Preview

Color preview on black background

This text has color #3B3D48 on black background.


Color preview on white background

This text has color #3B3D48 on white background.


Black color preview on #3B3D48 background

This text has black color on #3B3D48 background.


White color preview on #3B3D48 background

This text has white color on #3B3D48 background.


Related colors

Complementary color

Complementary color for #hex is #C4C2B7.


I love getcolorcode.com

Triadic colors

1 #483B3D and #3D483B with #3B3D48 are triadic colors.

2 #483D3B and #3D3B48 with #3B3D48 are triadic colors.