COLOR #3B3248

HEX: #3B3248
RGB: (59,50,72)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

59
50
72

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

Portions of RGB colors in percentages

R + G + B =
59 + 50 + 72 = 181 (100%)
R 59 of 181 ~ 32.6%
G 50 of 181 ~ 27.62%
B 72 of 181 ~ 39.78%

%32.6
%27.62
%39.78

CMYK color model

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

  • cyan value is 18.06%
  • magenta value is 30.56%
  • yellow value is 0.00%
  • key color value is 71.76%
CMYK:
(18,31,0,72)
C18M31Y0K72 
(18%,31%,0%,72%)
(0.18/0.31/0.00/0.72)	

CMYK percentages

%18.06
%30.56
%0
%71.76

Codes

Color #3B3248 in popluar color models

3B3248
RGB595072
HSL265°18.03%23.92%
HSB/HSV265°30.56%28.24%
CMYK18.06%30.56%0.00%
71.76%

Color #3B3248 in popluar number systems.

HEX3B3248
Decimal595072
Binary1110111100101001000
Octal7362110

Shades and tints

Shades of #3B3248

#3B3248
(59,50,72)
#362E42
(54,46,66)
#312A3C
(49,42,60)
#2C2636
(44,38,54)
#272230
(39,34,48)
#221E2A
(34,30,42)
#1D1A24
(29,26,36)
#18161E
(24,22,30)
#131218
(19,18,24)
#0E0E12
(14,14,18)
#090A0C
(9,10,12)
#000000
(0,0,0)

Tints of #3B3248

#3B3248
(59,50,72)
#4C4458
(76,68,88)
#5D5668
(93,86,104)
#6E6878
(110,104,120)
#7F7A88
(127,122,136)
#908C98
(144,140,152)
#A19EA8
(161,158,168)
#B2B0B8
(178,176,184)
#C3C2C8
(195,194,200)
#D4D4D8
(212,212,216)
#E5E6E8
(229,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B3248; }

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

This text font color is #3B3248.


Background Color

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

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

This div background color is #3B3248.


Border color

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

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

This div border color is #3B3248.


Opacity

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

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

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

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

This text has shadow with #3B3248 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B3248 on black background.


Color preview on white background

This text has color #3B3248 on white background.



Black color preview on #3B3248 background

This text has black color on #3B3248 background.


White color preview on #3B3248 background

This text has white color on #3B3248 background.