COLOR #3B373C

HEX: #3B373C
RGB: (59,55,60)

Color info

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

RGB color model

#3B373C color RGB value is (59,55,60).

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

RGB channels and saturation

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

59
55
60

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

Portions of RGB colors in percentages

R + G + B =
59 + 55 + 60 = 174 (100%)
R 59 of 174 ~ 33.91%
G 55 of 174 ~ 31.61%
B 60 of 174 ~ 34.48%

%33.91
%31.61
%34.48

CMYK color model

#3B373C color CMYK value is (2,8,0,76).

  • cyan value is 1.67%
  • magenta value is 8.33%
  • yellow value is 0.00%
  • key color value is 76.47%
CMYK:
(2,8,0,76)
C2M8Y0K76 
(2%,8%,0%,76%)
(0.02/0.08/0.00/0.76)	

CMYK percentages

%1.67
%8.33
%0
%76.47

Codes

Color #3B373C in popluar color models

3B373C
RGB595560
HSL288°4.35%22.55%
HSB/HSV288°8.33%23.53%
CMYK1.67%8.33%0.00%
76.47%

Color #3B373C in popluar number systems.

HEX3B373C
Decimal595560
Binary111011110111111100
Octal736774

Shades and tints

Shades of #3B373C

#3B373C
(59,55,60)
#363237
(54,50,55)
#312D32
(49,45,50)
#2C282D
(44,40,45)
#272328
(39,35,40)
#221E23
(34,30,35)
#1D191E
(29,25,30)
#181419
(24,20,25)
#130F14
(19,15,20)
#0E0A0F
(14,10,15)
#09050A
(9,5,10)
#000000
(0,0,0)

Tints of #3B373C

#3B373C
(59,55,60)
#4C494D
(76,73,77)
#5D5B5E
(93,91,94)
#6E6D6F
(110,109,111)
#7F7F80
(127,127,128)
#909191
(144,145,145)
#A1A3A2
(161,163,162)
#B2B5B3
(178,181,179)
#C3C7C4
(195,199,196)
#D4D9D5
(212,217,213)
#E5EBE6
(229,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B373C; }

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

This text font color is #3B373C.


Background Color

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

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

This div background color is #3B373C.


Border color

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

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

This div border color is #3B373C.


Opacity

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

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

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

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

This text has shadow with #3B373C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B373C on black background.


Color preview on white background

This text has color #3B373C on white background.



Black color preview on #3B373C background

This text has black color on #3B373C background.


White color preview on #3B373C background

This text has white color on #3B373C background.