COLOR #3B5358

HEX: #3B5358
RGB: (59,83,88)

Color info

#3B5358 contains red, green and blue colors in about the same proportion. Web safe color of #3B5358 is #336666 (or #366).

RGB color model

#3B5358 color RGB value is (59,83,88).

  • red value is 59;
  • green value is 83;
  • blue value is 88.
RGB:
(59,83,88)
(23%,33%,35%)

RGB channels and saturation

R 59 of 255 = 23%
G 83 of 255 = 33%
B 88 of 255 = 35%

59
83
88

R + G + B ~ 30%. #3B5358 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 83 + 88 = 230 (100%)
R 59 of 230 ~ 25.65%
G 83 of 230 ~ 36.09%
B 88 of 230 ~ 38.26%

%25.65
%36.09
%38.26

CMYK color model

#3B5358 color CMYK value is (33,6,0,65).

  • cyan value is 32.95%
  • magenta value is 5.68%
  • yellow value is 0.00%
  • key color value is 65.49%
CMYK:
(33,6,0,65)
C33M6Y0K65 
(33%,6%,0%,65%)
(0.33/0.06/0.00/0.65)	

CMYK percentages

%32.95
%5.68
%0
%65.49

Codes

Color #3B5358 in popluar color models

3B5358
RGB598388
HSL190°19.73%28.82%
HSB/HSV190°32.95%34.51%
CMYK32.95%5.68%0.00%
65.49%

Color #3B5358 in popluar number systems.

HEX3B5358
Decimal598388
Binary11101110100111011000
Octal73123130

Shades and tints

Shades of #3B5358

#3B5358
(59,83,88)
#364C50
(54,76,80)
#314548
(49,69,72)
#2C3E40
(44,62,64)
#273738
(39,55,56)
#223030
(34,48,48)
#1D2928
(29,41,40)
#182220
(24,34,32)
#131B18
(19,27,24)
#0E1410
(14,20,16)
#090D08
(9,13,8)
#000000
(0,0,0)

Tints of #3B5358

#3B5358
(59,83,88)
#4C6267
(76,98,103)
#5D7176
(93,113,118)
#6E8085
(110,128,133)
#7F8F94
(127,143,148)
#909EA3
(144,158,163)
#A1ADB2
(161,173,178)
#B2BCC1
(178,188,193)
#C3CBD0
(195,203,208)
#D4DADF
(212,218,223)
#E5E9EE
(229,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B5358 color. Also use rgb(59,83,88) instead hex code.

Text Font Color

.myTextColor { color: #3B5358; }

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

This text font color is #3B5358.


Background Color

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

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

This div background color is #3B5358.


Border color

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

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

This div border color is #3B5358.


Opacity

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

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

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

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

This text has shadow with #3B5358 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B5358 on black background.


Color preview on white background

This text has color #3B5358 on white background.



Black color preview on #3B5358 background

This text has black color on #3B5358 background.


White color preview on #3B5358 background

This text has white color on #3B5358 background.