COLOR #3B3348

HEX: #3B3348
RGB: (59,51,72)

Color info

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

RGB color model

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

  • red value is 59;
  • green value is 51;
  • blue value is 72.
RGB:
(59,51,72)
(23%,20%,28%)

RGB channels and saturation

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

59
51
72

R + G + B ~ 24%. #3B3348 is dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 51 + 72 = 182 (100%)
R 59 of 182 ~ 32.42%
G 51 of 182 ~ 28.02%
B 72 of 182 ~ 39.56%

%32.42
%28.02
%39.56

CMYK color model

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

  • cyan value is 18.06%
  • magenta value is 29.17%
  • yellow value is 0.00%
  • key color value is 71.76%
CMYK:
(18,29,0,72)
C18M29Y0K72 
(18%,29%,0%,72%)
(0.18/0.29/0.00/0.72)	

CMYK percentages

%18.06
%29.17
%0
%71.76

Codes

Color #3B3348 in popluar color models

3B3348
RGB595172
HSL263°17.07%24.12%
HSB/HSV263°29.17%28.24%
CMYK18.06%29.17%0.00%
71.76%

Color #3B3348 in popluar number systems.

HEX3B3348
Decimal595172
Binary1110111100111001000
Octal7363110

Shades and tints

Shades of #3B3348

#3B3348
(59,51,72)
#362F42
(54,47,66)
#312B3C
(49,43,60)
#2C2736
(44,39,54)
#272330
(39,35,48)
#221F2A
(34,31,42)
#1D1B24
(29,27,36)
#18171E
(24,23,30)
#131318
(19,19,24)
#0E0F12
(14,15,18)
#090B0C
(9,11,12)
#000000
(0,0,0)

Tints of #3B3348

#3B3348
(59,51,72)
#4C4558
(76,69,88)
#5D5768
(93,87,104)
#6E6978
(110,105,120)
#7F7B88
(127,123,136)
#908D98
(144,141,152)
#A19FA8
(161,159,168)
#B2B1B8
(178,177,184)
#C3C3C8
(195,195,200)
#D4D5D8
(212,213,216)
#E5E7E8
(229,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B3348; }

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

This text font color is #3B3348.


Background Color

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

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

This div background color is #3B3348.


Border color

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

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

This div border color is #3B3348.


Opacity

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

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

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

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

This text has shadow with #3B3348 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B3348 on black background.


Color preview on white background

This text has color #3B3348 on white background.



Black color preview on #3B3348 background

This text has black color on #3B3348 background.


White color preview on #3B3348 background

This text has white color on #3B3348 background.