COLOR #3B393C

HEX: #3B393C
RGB: (59,57,60)

Color info

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

RGB color model

#3B393C color RGB value is (59,57,60).

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

RGB channels and saturation

R 59 of 255 = 23%
G 57 of 255 = 22%
B 60 of 255 = 24%

59
57
60

R + G + B ~ 23%. #3B393C is dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 57 + 60 = 176 (100%)
R 59 of 176 ~ 33.52%
G 57 of 176 ~ 32.39%
B 60 of 176 ~ 34.09%

%33.52
%32.39
%34.09

CMYK color model

#3B393C color CMYK value is (2,5,0,76).

  • cyan value is 1.67%
  • magenta value is 5.00%
  • yellow value is 0.00%
  • key color value is 76.47%
CMYK:
(2,5,0,76)
C2M5Y0K76 
(2%,5%,0%,76%)
(0.02/0.05/0.00/0.76)	

CMYK percentages

%1.67
%5
%0
%76.47

Codes

Color #3B393C in popluar color models

3B393C
RGB595760
HSL280°2.56%22.94%
HSB/HSV280°5.00%23.53%
CMYK1.67%5.00%0.00%
76.47%

Color #3B393C in popluar number systems.

HEX3B393C
Decimal595760
Binary111011111001111100
Octal737174

Shades and tints

Shades of #3B393C

#3B393C
(59,57,60)
#363437
(54,52,55)
#312F32
(49,47,50)
#2C2A2D
(44,42,45)
#272528
(39,37,40)
#222023
(34,32,35)
#1D1B1E
(29,27,30)
#181619
(24,22,25)
#131114
(19,17,20)
#0E0C0F
(14,12,15)
#09070A
(9,7,10)
#000000
(0,0,0)

Tints of #3B393C

#3B393C
(59,57,60)
#4C4B4D
(76,75,77)
#5D5D5E
(93,93,94)
#6E6F6F
(110,111,111)
#7F8180
(127,129,128)
#909391
(144,147,145)
#A1A5A2
(161,165,162)
#B2B7B3
(178,183,179)
#C3C9C4
(195,201,196)
#D4DBD5
(212,219,213)
#E5EDE6
(229,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B393C; }

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

This text font color is #3B393C.


Background Color

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

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

This div background color is #3B393C.


Border color

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

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

This div border color is #3B393C.


Opacity

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

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

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

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

This text has shadow with #3B393C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B393C on black background.


Color preview on white background

This text has color #3B393C on white background.



Black color preview on #3B393C background

This text has black color on #3B393C background.


White color preview on #3B393C background

This text has white color on #3B393C background.