COLOR #3B4348

HEX: #3B4348
RGB: (59,67,72)

Color info

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

RGB color model

#3B4348 color RGB value is (59,67,72).

  • red value is 59;
  • green value is 67;
  • blue value is 72.
RGB:
(59,67,72)
(23%,26%,28%)

RGB channels and saturation

R 59 of 255 = 23%
G 67 of 255 = 26%
B 72 of 255 = 28%

59
67
72

R + G + B ~ 26%. #3B4348 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 67 + 72 = 198 (100%)
R 59 of 198 ~ 29.8%
G 67 of 198 ~ 33.84%
B 72 of 198 ~ 36.36%

%29.8
%33.84
%36.36

CMYK color model

#3B4348 color CMYK value is (18,7,0,72).

  • cyan value is 18.06%
  • magenta value is 6.94%
  • yellow value is 0.00%
  • key color value is 71.76%
CMYK:
(18,7,0,72)
C18M7Y0K72 
(18%,7%,0%,72%)
(0.18/0.07/0.00/0.72)	

CMYK percentages

%18.06
%6.94
%0
%71.76

Codes

Color #3B4348 in popluar color models

3B4348
RGB596772
HSL203°9.92%25.69%
HSB/HSV203°18.06%28.24%
CMYK18.06%6.94%0.00%
71.76%

Color #3B4348 in popluar number systems.

HEX3B4348
Decimal596772
Binary11101110000111001000
Octal73103110

Shades and tints

Shades of #3B4348

#3B4348
(59,67,72)
#363D42
(54,61,66)
#31373C
(49,55,60)
#2C3136
(44,49,54)
#272B30
(39,43,48)
#22252A
(34,37,42)
#1D1F24
(29,31,36)
#18191E
(24,25,30)
#131318
(19,19,24)
#0E0D12
(14,13,18)
#09070C
(9,7,12)
#000000
(0,0,0)

Tints of #3B4348

#3B4348
(59,67,72)
#4C5458
(76,84,88)
#5D6568
(93,101,104)
#6E7678
(110,118,120)
#7F8788
(127,135,136)
#909898
(144,152,152)
#A1A9A8
(161,169,168)
#B2BAB8
(178,186,184)
#C3CBC8
(195,203,200)
#D4DCD8
(212,220,216)
#E5EDE8
(229,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B4348 color. Also use rgb(59,67,72) instead hex code.

Text Font Color

.myTextColor { color: #3B4348; }

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

This text font color is #3B4348.


Background Color

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

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

This div background color is #3B4348.


Border color

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

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

This div border color is #3B4348.


Opacity

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

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

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

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

This text has shadow with #3B4348 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B4348 on black background.


Color preview on white background

This text has color #3B4348 on white background.



Black color preview on #3B4348 background

This text has black color on #3B4348 background.


White color preview on #3B4348 background

This text has white color on #3B4348 background.