COLOR #3B4658

HEX: #3B4658
RGB: (59,70,88)

Color info

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

RGB color model

#3B4658 color RGB value is (59,70,88).

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

RGB channels and saturation

R 59 of 255 = 23%
G 70 of 255 = 27%
B 88 of 255 = 35%

59
70
88

R + G + B ~ 28%. #3B4658 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 70 + 88 = 217 (100%)
R 59 of 217 ~ 27.19%
G 70 of 217 ~ 32.26%
B 88 of 217 ~ 40.55%

%27.19
%32.26
%40.55

CMYK color model

#3B4658 color CMYK value is (33,20,0,65).

  • cyan value is 32.95%
  • magenta value is 20.45%
  • yellow value is 0.00%
  • key color value is 65.49%
CMYK:
(33,20,0,65)
C33M20Y0K65 
(33%,20%,0%,65%)
(0.33/0.20/0.00/0.65)	

CMYK percentages

%32.95
%20.45
%0
%65.49

Codes

Color #3B4658 in popluar color models

3B4658
RGB597088
HSL217°19.73%28.82%
HSB/HSV217°32.95%34.51%
CMYK32.95%20.45%0.00%
65.49%

Color #3B4658 in popluar number systems.

HEX3B4658
Decimal597088
Binary11101110001101011000
Octal73106130

Shades and tints

Shades of #3B4658

#3B4658
(59,70,88)
#364050
(54,64,80)
#313A48
(49,58,72)
#2C3440
(44,52,64)
#272E38
(39,46,56)
#222830
(34,40,48)
#1D2228
(29,34,40)
#181C20
(24,28,32)
#131618
(19,22,24)
#0E1010
(14,16,16)
#090A08
(9,10,8)
#000000
(0,0,0)

Tints of #3B4658

#3B4658
(59,70,88)
#4C5667
(76,86,103)
#5D6676
(93,102,118)
#6E7685
(110,118,133)
#7F8694
(127,134,148)
#9096A3
(144,150,163)
#A1A6B2
(161,166,178)
#B2B6C1
(178,182,193)
#C3C6D0
(195,198,208)
#D4D6DF
(212,214,223)
#E5E6EE
(229,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B4658; }

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

This text font color is #3B4658.


Background Color

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

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

This div background color is #3B4658.


Border color

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

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

This div border color is #3B4658.


Opacity

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

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

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

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

This text has shadow with #3B4658 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B4658 on black background.


Color preview on white background

This text has color #3B4658 on white background.



Black color preview on #3B4658 background

This text has black color on #3B4658 background.


White color preview on #3B4658 background

This text has white color on #3B4658 background.