COLOR #3B4C57

HEX: #3B4C57
RGB: (59,76,87)

Color info

#3B4C57 contains red, green and blue colors in about the same proportion. Web safe color of #3B4C57 is #333366 (or #336).

RGB color model

#3B4C57 color RGB value is (59,76,87).

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

RGB channels and saturation

R 59 of 255 = 23%
G 76 of 255 = 30%
B 87 of 255 = 34%

59
76
87

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

Portions of RGB colors in percentages

R + G + B =
59 + 76 + 87 = 222 (100%)
R 59 of 222 ~ 26.58%
G 76 of 222 ~ 34.23%
B 87 of 222 ~ 39.19%

%26.58
%34.23
%39.19

CMYK color model

#3B4C57 color CMYK value is (32,13,0,66).

  • cyan value is 32.18%
  • magenta value is 12.64%
  • yellow value is 0.00%
  • key color value is 65.88%
CMYK:
(32,13,0,66)
C32M13Y0K66 
(32%,13%,0%,66%)
(0.32/0.13/0.00/0.66)	

CMYK percentages

%32.18
%12.64
%0
%65.88

Codes

Color #3B4C57 in popluar color models

3B4C57
RGB597687
HSL204°19.18%28.63%
HSB/HSV204°32.18%34.12%
CMYK32.18%12.64%0.00%
65.88%

Color #3B4C57 in popluar number systems.

HEX3B4C57
Decimal597687
Binary11101110011001010111
Octal73114127

Shades and tints

Shades of #3B4C57

#3B4C57
(59,76,87)
#364650
(54,70,80)
#314049
(49,64,73)
#2C3A42
(44,58,66)
#27343B
(39,52,59)
#222E34
(34,46,52)
#1D282D
(29,40,45)
#182226
(24,34,38)
#131C1F
(19,28,31)
#0E1618
(14,22,24)
#091011
(9,16,17)
#000000
(0,0,0)

Tints of #3B4C57

#3B4C57
(59,76,87)
#4C5C66
(76,92,102)
#5D6C75
(93,108,117)
#6E7C84
(110,124,132)
#7F8C93
(127,140,147)
#909CA2
(144,156,162)
#A1ACB1
(161,172,177)
#B2BCC0
(178,188,192)
#C3CCCF
(195,204,207)
#D4DCDE
(212,220,222)
#E5ECED
(229,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B4C57; }

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

This text font color is #3B4C57.


Background Color

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

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

This div background color is #3B4C57.


Border color

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

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

This div border color is #3B4C57.


Opacity

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

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

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

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

This text has shadow with #3B4C57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B4C57 on black background.


Color preview on white background

This text has color #3B4C57 on white background.



Black color preview on #3B4C57 background

This text has black color on #3B4C57 background.


White color preview on #3B4C57 background

This text has white color on #3B4C57 background.