COLOR #3B3A46

HEX: #3B3A46
RGB: (59,58,70)

Color info

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

RGB color model

#3B3A46 color RGB value is (59,58,70).

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

RGB channels and saturation

R 59 of 255 = 23%
G 58 of 255 = 23%
B 70 of 255 = 27%

59
58
70

R + G + B ~ 24%. #3B3A46 is dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 58 + 70 = 187 (100%)
R 59 of 187 ~ 31.55%
G 58 of 187 ~ 31.02%
B 70 of 187 ~ 37.43%

%31.55
%31.02
%37.43

CMYK color model

#3B3A46 color CMYK value is (16,17,0,73).

  • cyan value is 15.71%
  • magenta value is 17.14%
  • yellow value is 0.00%
  • key color value is 72.55%
CMYK:
(16,17,0,73)
C16M17Y0K73 
(16%,17%,0%,73%)
(0.16/0.17/0.00/0.73)	

CMYK percentages

%15.71
%17.14
%0
%72.55

Codes

Color #3B3A46 in popluar color models

3B3A46
RGB595870
HSL245°9.38%25.10%
HSB/HSV245°17.14%27.45%
CMYK15.71%17.14%0.00%
72.55%

Color #3B3A46 in popluar number systems.

HEX3B3A46
Decimal595870
Binary1110111110101000110
Octal7372106

Shades and tints

Shades of #3B3A46

#3B3A46
(59,58,70)
#363540
(54,53,64)
#31303A
(49,48,58)
#2C2B34
(44,43,52)
#27262E
(39,38,46)
#222128
(34,33,40)
#1D1C22
(29,28,34)
#18171C
(24,23,28)
#131216
(19,18,22)
#0E0D10
(14,13,16)
#09080A
(9,8,10)
#000000
(0,0,0)

Tints of #3B3A46

#3B3A46
(59,58,70)
#4C4B56
(76,75,86)
#5D5C66
(93,92,102)
#6E6D76
(110,109,118)
#7F7E86
(127,126,134)
#908F96
(144,143,150)
#A1A0A6
(161,160,166)
#B2B1B6
(178,177,182)
#C3C2C6
(195,194,198)
#D4D3D6
(212,211,214)
#E5E4E6
(229,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B3A46; }

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

This text font color is #3B3A46.


Background Color

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

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

This div background color is #3B3A46.


Border color

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

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

This div border color is #3B3A46.


Opacity

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

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

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

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

This text has shadow with #3B3A46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B3A46 on black background.


Color preview on white background

This text has color #3B3A46 on white background.



Black color preview on #3B3A46 background

This text has black color on #3B3A46 background.


White color preview on #3B3A46 background

This text has white color on #3B3A46 background.