COLOR #3B3A49

HEX: #3B3A49
RGB: (59,58,73)

Color info

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

RGB color model

#3B3A49 color RGB value is (59,58,73).

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

RGB channels and saturation

R 59 of 255 = 23%
G 58 of 255 = 23%
B 73 of 255 = 29%

59
58
73

R + G + B ~ 25%. #3B3A49 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 58 + 73 = 190 (100%)
R 59 of 190 ~ 31.05%
G 58 of 190 ~ 30.53%
B 73 of 190 ~ 38.42%

%31.05
%30.53
%38.42

CMYK color model

#3B3A49 color CMYK value is (19,21,0,71).

  • cyan value is 19.18%
  • magenta value is 20.55%
  • yellow value is 0.00%
  • key color value is 71.37%
CMYK:
(19,21,0,71)
C19M21Y0K71 
(19%,21%,0%,71%)
(0.19/0.21/0.00/0.71)	

CMYK percentages

%19.18
%20.55
%0
%71.37

Codes

Color #3B3A49 in popluar color models

3B3A49
RGB595873
HSL244°11.45%25.69%
HSB/HSV244°20.55%28.63%
CMYK19.18%20.55%0.00%
71.37%

Color #3B3A49 in popluar number systems.

HEX3B3A49
Decimal595873
Binary1110111110101001001
Octal7372111

Shades and tints

Shades of #3B3A49

#3B3A49
(59,58,73)
#363543
(54,53,67)
#31303D
(49,48,61)
#2C2B37
(44,43,55)
#272631
(39,38,49)
#22212B
(34,33,43)
#1D1C25
(29,28,37)
#18171F
(24,23,31)
#131219
(19,18,25)
#0E0D13
(14,13,19)
#09080D
(9,8,13)
#000000
(0,0,0)

Tints of #3B3A49

#3B3A49
(59,58,73)
#4C4B59
(76,75,89)
#5D5C69
(93,92,105)
#6E6D79
(110,109,121)
#7F7E89
(127,126,137)
#908F99
(144,143,153)
#A1A0A9
(161,160,169)
#B2B1B9
(178,177,185)
#C3C2C9
(195,194,201)
#D4D3D9
(212,211,217)
#E5E4E9
(229,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B3A49; }

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

This text font color is #3B3A49.


Background Color

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

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

This div background color is #3B3A49.


Border color

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

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

This div border color is #3B3A49.


Opacity

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

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

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

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

This text has shadow with #3B3A49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B3A49 on black background.


Color preview on white background

This text has color #3B3A49 on white background.



Black color preview on #3B3A49 background

This text has black color on #3B3A49 background.


White color preview on #3B3A49 background

This text has white color on #3B3A49 background.