COLOR #3B4760

HEX: #3B4760
RGB: (59,71,96)

Color info

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

RGB color model

#3B4760 color RGB value is (59,71,96).

  • red value is 59;
  • green value is 71;
  • blue value is 96.
RGB:
(59,71,96)
(23%,28%,38%)

RGB channels and saturation

R 59 of 255 = 23%
G 71 of 255 = 28%
B 96 of 255 = 38%

59
71
96

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

Portions of RGB colors in percentages

R + G + B =
59 + 71 + 96 = 226 (100%)
R 59 of 226 ~ 26.11%
G 71 of 226 ~ 31.42%
B 96 of 226 ~ 42.48%

%26.11
%31.42
%42.48

CMYK color model

#3B4760 color CMYK value is (39,26,0,62).

  • cyan value is 38.54%
  • magenta value is 26.04%
  • yellow value is 0.00%
  • key color value is 62.35%
CMYK:
(39,26,0,62)
C39M26Y0K62 
(39%,26%,0%,62%)
(0.39/0.26/0.00/0.62)	

CMYK percentages

%38.54
%26.04
%0
%62.35

Codes

Color #3B4760 in popluar color models

3B4760
RGB597196
HSL221°23.87%30.39%
HSB/HSV221°38.54%37.65%
CMYK38.54%26.04%0.00%
62.35%

Color #3B4760 in popluar number systems.

HEX3B4760
Decimal597196
Binary11101110001111100000
Octal73107140

Shades and tints

Shades of #3B4760

#3B4760
(59,71,96)
#364158
(54,65,88)
#313B50
(49,59,80)
#2C3548
(44,53,72)
#272F40
(39,47,64)
#222938
(34,41,56)
#1D2330
(29,35,48)
#181D28
(24,29,40)
#131720
(19,23,32)
#0E1118
(14,17,24)
#090B10
(9,11,16)
#000000
(0,0,0)

Tints of #3B4760

#3B4760
(59,71,96)
#4C576E
(76,87,110)
#5D677C
(93,103,124)
#6E778A
(110,119,138)
#7F8798
(127,135,152)
#9097A6
(144,151,166)
#A1A7B4
(161,167,180)
#B2B7C2
(178,183,194)
#C3C7D0
(195,199,208)
#D4D7DE
(212,215,222)
#E5E7EC
(229,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B4760 color. Also use rgb(59,71,96) instead hex code.

Text Font Color

.myTextColor { color: #3B4760; }

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

This text font color is #3B4760.


Background Color

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

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

This div background color is #3B4760.


Border color

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

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

This div border color is #3B4760.


Opacity

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

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

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

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

This text has shadow with #3B4760 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B4760 on black background.


Color preview on white background

This text has color #3B4760 on white background.



Black color preview on #3B4760 background

This text has black color on #3B4760 background.


White color preview on #3B4760 background

This text has white color on #3B4760 background.