COLOR #3B323C

HEX: #3B323C
RGB: (59,50,60)

Color info

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

RGB color model

#3B323C color RGB value is (59,50,60).

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

RGB channels and saturation

R 59 of 255 = 23%
G 50 of 255 = 20%
B 60 of 255 = 24%

59
50
60

R + G + B ~ 22%. #3B323C is dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 50 + 60 = 169 (100%)
R 59 of 169 ~ 34.91%
G 50 of 169 ~ 29.59%
B 60 of 169 ~ 35.5%

%34.91
%29.59
%35.5

CMYK color model

#3B323C color CMYK value is (2,17,0,76).

  • cyan value is 1.67%
  • magenta value is 16.67%
  • yellow value is 0.00%
  • key color value is 76.47%
CMYK:
(2,17,0,76)
C2M17Y0K76 
(2%,17%,0%,76%)
(0.02/0.17/0.00/0.76)	

CMYK percentages

%1.67
%16.67
%0
%76.47

Codes

Color #3B323C in popluar color models

3B323C
RGB595060
HSL294°9.09%21.57%
HSB/HSV294°16.67%23.53%
CMYK1.67%16.67%0.00%
76.47%

Color #3B323C in popluar number systems.

HEX3B323C
Decimal595060
Binary111011110010111100
Octal736274

Shades and tints

Shades of #3B323C

#3B323C
(59,50,60)
#362E37
(54,46,55)
#312A32
(49,42,50)
#2C262D
(44,38,45)
#272228
(39,34,40)
#221E23
(34,30,35)
#1D1A1E
(29,26,30)
#181619
(24,22,25)
#131214
(19,18,20)
#0E0E0F
(14,14,15)
#090A0A
(9,10,10)
#000000
(0,0,0)

Tints of #3B323C

#3B323C
(59,50,60)
#4C444D
(76,68,77)
#5D565E
(93,86,94)
#6E686F
(110,104,111)
#7F7A80
(127,122,128)
#908C91
(144,140,145)
#A19EA2
(161,158,162)
#B2B0B3
(178,176,179)
#C3C2C4
(195,194,196)
#D4D4D5
(212,212,213)
#E5E6E6
(229,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B323C; }

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

This text font color is #3B323C.


Background Color

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

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

This div background color is #3B323C.


Border color

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

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

This div border color is #3B323C.


Opacity

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

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

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

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

This text has shadow with #3B323C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B323C on black background.


Color preview on white background

This text has color #3B323C on white background.



Black color preview on #3B323C background

This text has black color on #3B323C background.


White color preview on #3B323C background

This text has white color on #3B323C background.