COLOR #3B393A

HEX: #3B393A
RGB: (59,57,58)

Color info

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

RGB color model

#3B393A color RGB value is (59,57,58).

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

RGB channels and saturation

R 59 of 255 = 23%
G 57 of 255 = 22%
B 58 of 255 = 23%

59
57
58

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

Portions of RGB colors in percentages

R + G + B =
59 + 57 + 58 = 174 (100%)
R 59 of 174 ~ 33.91%
G 57 of 174 ~ 32.76%
B 58 of 174 ~ 33.33%

%33.91
%32.76
%33.33

CMYK color model

#3B393A color CMYK value is (0,3,2,77).

  • cyan value is 0.00%
  • magenta value is 3.39%
  • yellow value is 1.69%
  • key color value is 76.86%
CMYK:
(0,3,2,77)
C0M3Y2K77 
(0%,3%,2%,77%)
(0.00/0.03/0.02/0.77)	

CMYK percentages

%0
%3.39
%1.69
%76.86

Codes

Color #3B393A in popluar color models

3B393A
RGB595758
HSL330°1.72%22.75%
HSB/HSV330°3.39%23.14%
CMYK0.00%3.39%1.69%
76.86%

Color #3B393A in popluar number systems.

HEX3B393A
Decimal595758
Binary111011111001111010
Octal737172

Shades and tints

Shades of #3B393A

#3B393A
(59,57,58)
#363435
(54,52,53)
#312F30
(49,47,48)
#2C2A2B
(44,42,43)
#272526
(39,37,38)
#222021
(34,32,33)
#1D1B1C
(29,27,28)
#181617
(24,22,23)
#131112
(19,17,18)
#0E0C0D
(14,12,13)
#090708
(9,7,8)
#000000
(0,0,0)

Tints of #3B393A

#3B393A
(59,57,58)
#4C4B4B
(76,75,75)
#5D5D5C
(93,93,92)
#6E6F6D
(110,111,109)
#7F817E
(127,129,126)
#90938F
(144,147,143)
#A1A5A0
(161,165,160)
#B2B7B1
(178,183,177)
#C3C9C2
(195,201,194)
#D4DBD3
(212,219,211)
#E5EDE4
(229,237,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B393A; }

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

This text font color is #3B393A.


Background Color

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

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

This div background color is #3B393A.


Border color

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

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

This div border color is #3B393A.


Opacity

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

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

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

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

This text has shadow with #3B393A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B393A on black background.


Color preview on white background

This text has color #3B393A on white background.



Black color preview on #3B393A background

This text has black color on #3B393A background.


White color preview on #3B393A background

This text has white color on #3B393A background.