COLOR #3B4170

HEX: #3B4170
RGB: (59,65,112)

Color info

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

RGB color model

#3B4170 color RGB value is (59,65,112).

  • red value is 59;
  • green value is 65;
  • blue value is 112.
RGB:
(59,65,112)
(23%,25%,44%)

RGB channels and saturation

R 59 of 255 = 23%
G 65 of 255 = 25%
B 112 of 255 = 44%

59
65
112

R + G + B ~ 31%. #3B4170 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 65 + 112 = 236 (100%)
R 59 of 236 ~ 25%
G 65 of 236 ~ 27.54%
B 112 of 236 ~ 47.46%

%25
%27.54
%47.46

CMYK color model

#3B4170 color CMYK value is (47,42,0,56).

  • cyan value is 47.32%
  • magenta value is 41.96%
  • yellow value is 0.00%
  • key color value is 56.08%
CMYK:
(47,42,0,56)
C47M42Y0K56 
(47%,42%,0%,56%)
(0.47/0.42/0.00/0.56)	

CMYK percentages

%47.32
%41.96
%0
%56.08

Codes

Color #3B4170 in popluar color models

3B4170
RGB5965112
HSL233°30.99%33.53%
HSB/HSV233°47.32%43.92%
CMYK47.32%41.96%0.00%
56.08%

Color #3B4170 in popluar number systems.

HEX3B4170
Decimal5965112
Binary11101110000011110000
Octal73101160

Shades and tints

Shades of #3B4170

#3B4170
(59,65,112)
#363C66
(54,60,102)
#31375C
(49,55,92)
#2C3252
(44,50,82)
#272D48
(39,45,72)
#22283E
(34,40,62)
#1D2334
(29,35,52)
#181E2A
(24,30,42)
#131920
(19,25,32)
#0E1416
(14,20,22)
#090F0C
(9,15,12)
#000000
(0,0,0)

Tints of #3B4170

#3B4170
(59,65,112)
#4C527D
(76,82,125)
#5D638A
(93,99,138)
#6E7497
(110,116,151)
#7F85A4
(127,133,164)
#9096B1
(144,150,177)
#A1A7BE
(161,167,190)
#B2B8CB
(178,184,203)
#C3C9D8
(195,201,216)
#D4DAE5
(212,218,229)
#E5EBF2
(229,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B4170 color. Also use rgb(59,65,112) instead hex code.

Text Font Color

.myTextColor { color: #3B4170; }

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

This text font color is #3B4170.


Background Color

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

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

This div background color is #3B4170.


Border color

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

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

This div border color is #3B4170.


Opacity

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

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

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

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

This text has shadow with #3B4170 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B4170 on black background.


Color preview on white background

This text has color #3B4170 on white background.



Black color preview on #3B4170 background

This text has black color on #3B4170 background.


White color preview on #3B4170 background

This text has white color on #3B4170 background.