COLOR #3B4146

HEX: #3B4146
RGB: (59,65,70)

Color info

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

RGB color model

#3B4146 color RGB value is (59,65,70).

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

RGB channels and saturation

R 59 of 255 = 23%
G 65 of 255 = 25%
B 70 of 255 = 27%

59
65
70

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

Portions of RGB colors in percentages

R + G + B =
59 + 65 + 70 = 194 (100%)
R 59 of 194 ~ 30.41%
G 65 of 194 ~ 33.51%
B 70 of 194 ~ 36.08%

%30.41
%33.51
%36.08

CMYK color model

#3B4146 color CMYK value is (16,7,0,73).

  • cyan value is 15.71%
  • magenta value is 7.14%
  • yellow value is 0.00%
  • key color value is 72.55%
CMYK:
(16,7,0,73)
C16M7Y0K73 
(16%,7%,0%,73%)
(0.16/0.07/0.00/0.73)	

CMYK percentages

%15.71
%7.14
%0
%72.55

Codes

Color #3B4146 in popluar color models

3B4146
RGB596570
HSL207°8.53%25.29%
HSB/HSV207°15.71%27.45%
CMYK15.71%7.14%0.00%
72.55%

Color #3B4146 in popluar number systems.

HEX3B4146
Decimal596570
Binary11101110000011000110
Octal73101106

Shades and tints

Shades of #3B4146

#3B4146
(59,65,70)
#363C40
(54,60,64)
#31373A
(49,55,58)
#2C3234
(44,50,52)
#272D2E
(39,45,46)
#222828
(34,40,40)
#1D2322
(29,35,34)
#181E1C
(24,30,28)
#131916
(19,25,22)
#0E1410
(14,20,16)
#090F0A
(9,15,10)
#000000
(0,0,0)

Tints of #3B4146

#3B4146
(59,65,70)
#4C5256
(76,82,86)
#5D6366
(93,99,102)
#6E7476
(110,116,118)
#7F8586
(127,133,134)
#909696
(144,150,150)
#A1A7A6
(161,167,166)
#B2B8B6
(178,184,182)
#C3C9C6
(195,201,198)
#D4DAD6
(212,218,214)
#E5EBE6
(229,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B4146; }

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

This text font color is #3B4146.


Background Color

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

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

This div background color is #3B4146.


Border color

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

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

This div border color is #3B4146.


Opacity

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

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

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

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

This text has shadow with #3B4146 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B4146 on black background.


Color preview on white background

This text has color #3B4146 on white background.



Black color preview on #3B4146 background

This text has black color on #3B4146 background.


White color preview on #3B4146 background

This text has white color on #3B4146 background.