COLOR #3B4259

HEX: #3B4259
RGB: (59,66,89)

Color info

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

RGB color model

#3B4259 color RGB value is (59,66,89).

  • red value is 59;
  • green value is 66;
  • blue value is 89.
RGB:
(59,66,89)
(23%,26%,35%)

RGB channels and saturation

R 59 of 255 = 23%
G 66 of 255 = 26%
B 89 of 255 = 35%

59
66
89

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

Portions of RGB colors in percentages

R + G + B =
59 + 66 + 89 = 214 (100%)
R 59 of 214 ~ 27.57%
G 66 of 214 ~ 30.84%
B 89 of 214 ~ 41.59%

%27.57
%30.84
%41.59

CMYK color model

#3B4259 color CMYK value is (34,26,0,65).

  • cyan value is 33.71%
  • magenta value is 25.84%
  • yellow value is 0.00%
  • key color value is 65.10%
CMYK:
(34,26,0,65)
C34M26Y0K65 
(34%,26%,0%,65%)
(0.34/0.26/0.00/0.65)	

CMYK percentages

%33.71
%25.84
%0
%65.1

Codes

Color #3B4259 in popluar color models

3B4259
RGB596689
HSL226°20.27%29.02%
HSB/HSV226°33.71%34.90%
CMYK33.71%25.84%0.00%
65.10%

Color #3B4259 in popluar number systems.

HEX3B4259
Decimal596689
Binary11101110000101011001
Octal73102131

Shades and tints

Shades of #3B4259

#3B4259
(59,66,89)
#363C51
(54,60,81)
#313649
(49,54,73)
#2C3041
(44,48,65)
#272A39
(39,42,57)
#222431
(34,36,49)
#1D1E29
(29,30,41)
#181821
(24,24,33)
#131219
(19,18,25)
#0E0C11
(14,12,17)
#090609
(9,6,9)
#000000
(0,0,0)

Tints of #3B4259

#3B4259
(59,66,89)
#4C5368
(76,83,104)
#5D6477
(93,100,119)
#6E7586
(110,117,134)
#7F8695
(127,134,149)
#9097A4
(144,151,164)
#A1A8B3
(161,168,179)
#B2B9C2
(178,185,194)
#C3CAD1
(195,202,209)
#D4DBE0
(212,219,224)
#E5ECEF
(229,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B4259 color. Also use rgb(59,66,89) instead hex code.

Text Font Color

.myTextColor { color: #3B4259; }

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

This text font color is #3B4259.


Background Color

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

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

This div background color is #3B4259.


Border color

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

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

This div border color is #3B4259.


Opacity

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

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

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

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

This text has shadow with #3B4259 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B4259 on black background.


Color preview on white background

This text has color #3B4259 on white background.



Black color preview on #3B4259 background

This text has black color on #3B4259 background.


White color preview on #3B4259 background

This text has white color on #3B4259 background.