COLOR #3B4E57

HEX: #3B4E57
RGB: (59,78,87)

Color info

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

RGB color model

#3B4E57 color RGB value is (59,78,87).

  • red value is 59;
  • green value is 78;
  • blue value is 87.
RGB:
(59,78,87)
(23%,31%,34%)

RGB channels and saturation

R 59 of 255 = 23%
G 78 of 255 = 31%
B 87 of 255 = 34%

59
78
87

R + G + B ~ 29%. #3B4E57 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 78 + 87 = 224 (100%)
R 59 of 224 ~ 26.34%
G 78 of 224 ~ 34.82%
B 87 of 224 ~ 38.84%

%26.34
%34.82
%38.84

CMYK color model

#3B4E57 color CMYK value is (32,10,0,66).

  • cyan value is 32.18%
  • magenta value is 10.34%
  • yellow value is 0.00%
  • key color value is 65.88%
CMYK:
(32,10,0,66)
C32M10Y0K66 
(32%,10%,0%,66%)
(0.32/0.10/0.00/0.66)	

CMYK percentages

%32.18
%10.34
%0
%65.88

Codes

Color #3B4E57 in popluar color models

3B4E57
RGB597887
HSL199°19.18%28.63%
HSB/HSV199°32.18%34.12%
CMYK32.18%10.34%0.00%
65.88%

Color #3B4E57 in popluar number systems.

HEX3B4E57
Decimal597887
Binary11101110011101010111
Octal73116127

Shades and tints

Shades of #3B4E57

#3B4E57
(59,78,87)
#364750
(54,71,80)
#314049
(49,64,73)
#2C3942
(44,57,66)
#27323B
(39,50,59)
#222B34
(34,43,52)
#1D242D
(29,36,45)
#181D26
(24,29,38)
#13161F
(19,22,31)
#0E0F18
(14,15,24)
#090811
(9,8,17)
#000000
(0,0,0)

Tints of #3B4E57

#3B4E57
(59,78,87)
#4C5E66
(76,94,102)
#5D6E75
(93,110,117)
#6E7E84
(110,126,132)
#7F8E93
(127,142,147)
#909EA2
(144,158,162)
#A1AEB1
(161,174,177)
#B2BEC0
(178,190,192)
#C3CECF
(195,206,207)
#D4DEDE
(212,222,222)
#E5EEED
(229,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B4E57 color. Also use rgb(59,78,87) instead hex code.

Text Font Color

.myTextColor { color: #3B4E57; }

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

This text font color is #3B4E57.


Background Color

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

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

This div background color is #3B4E57.


Border color

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

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

This div border color is #3B4E57.


Opacity

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

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

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

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

This text has shadow with #3B4E57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B4E57 on black background.


Color preview on white background

This text has color #3B4E57 on white background.



Black color preview on #3B4E57 background

This text has black color on #3B4E57 background.


White color preview on #3B4E57 background

This text has white color on #3B4E57 background.