COLOR #3B3E46

HEX: #3B3E46
RGB: (59,62,70)

Color info

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

RGB color model

#3B3E46 color RGB value is (59,62,70).

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

RGB channels and saturation

R 59 of 255 = 23%
G 62 of 255 = 24%
B 70 of 255 = 27%

59
62
70

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

Portions of RGB colors in percentages

R + G + B =
59 + 62 + 70 = 191 (100%)
R 59 of 191 ~ 30.89%
G 62 of 191 ~ 32.46%
B 70 of 191 ~ 36.65%

%30.89
%32.46
%36.65

CMYK color model

#3B3E46 color CMYK value is (16,11,0,73).

  • cyan value is 15.71%
  • magenta value is 11.43%
  • yellow value is 0.00%
  • key color value is 72.55%
CMYK:
(16,11,0,73)
C16M11Y0K73 
(16%,11%,0%,73%)
(0.16/0.11/0.00/0.73)	

CMYK percentages

%15.71
%11.43
%0
%72.55

Codes

Color #3B3E46 in popluar color models

3B3E46
RGB596270
HSL224°8.53%25.29%
HSB/HSV224°15.71%27.45%
CMYK15.71%11.43%0.00%
72.55%

Color #3B3E46 in popluar number systems.

HEX3B3E46
Decimal596270
Binary1110111111101000110
Octal7376106

Shades and tints

Shades of #3B3E46

#3B3E46
(59,62,70)
#363940
(54,57,64)
#31343A
(49,52,58)
#2C2F34
(44,47,52)
#272A2E
(39,42,46)
#222528
(34,37,40)
#1D2022
(29,32,34)
#181B1C
(24,27,28)
#131616
(19,22,22)
#0E1110
(14,17,16)
#090C0A
(9,12,10)
#000000
(0,0,0)

Tints of #3B3E46

#3B3E46
(59,62,70)
#4C4F56
(76,79,86)
#5D6066
(93,96,102)
#6E7176
(110,113,118)
#7F8286
(127,130,134)
#909396
(144,147,150)
#A1A4A6
(161,164,166)
#B2B5B6
(178,181,182)
#C3C6C6
(195,198,198)
#D4D7D6
(212,215,214)
#E5E8E6
(229,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B3E46; }

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

This text font color is #3B3E46.


Background Color

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

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

This div background color is #3B3E46.


Border color

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

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

This div border color is #3B3E46.


Opacity

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

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

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

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

This text has shadow with #3B3E46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B3E46 on black background.


Color preview on white background

This text has color #3B3E46 on white background.



Black color preview on #3B3E46 background

This text has black color on #3B3E46 background.


White color preview on #3B3E46 background

This text has white color on #3B3E46 background.