COLOR #3B4150

HEX: #3B4150
RGB: (59,65,80)

Color info

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

RGB color model

#3B4150 color RGB value is (59,65,80).

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

RGB channels and saturation

R 59 of 255 = 23%
G 65 of 255 = 25%
B 80 of 255 = 31%

59
65
80

R + G + B ~ 26%. #3B4150 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 65 + 80 = 204 (100%)
R 59 of 204 ~ 28.92%
G 65 of 204 ~ 31.86%
B 80 of 204 ~ 39.22%

%28.92
%31.86
%39.22

CMYK color model

#3B4150 color CMYK value is (26,19,0,69).

  • cyan value is 26.25%
  • magenta value is 18.75%
  • yellow value is 0.00%
  • key color value is 68.63%
CMYK:
(26,19,0,69)
C26M19Y0K69 
(26%,19%,0%,69%)
(0.26/0.19/0.00/0.69)	

CMYK percentages

%26.25
%18.75
%0
%68.63

Codes

Color #3B4150 in popluar color models

3B4150
RGB596580
HSL223°15.11%27.25%
HSB/HSV223°26.25%31.37%
CMYK26.25%18.75%0.00%
68.63%

Color #3B4150 in popluar number systems.

HEX3B4150
Decimal596580
Binary11101110000011010000
Octal73101120

Shades and tints

Shades of #3B4150

#3B4150
(59,65,80)
#363C49
(54,60,73)
#313742
(49,55,66)
#2C323B
(44,50,59)
#272D34
(39,45,52)
#22282D
(34,40,45)
#1D2326
(29,35,38)
#181E1F
(24,30,31)
#131918
(19,25,24)
#0E1411
(14,20,17)
#090F0A
(9,15,10)
#000000
(0,0,0)

Tints of #3B4150

#3B4150
(59,65,80)
#4C525F
(76,82,95)
#5D636E
(93,99,110)
#6E747D
(110,116,125)
#7F858C
(127,133,140)
#90969B
(144,150,155)
#A1A7AA
(161,167,170)
#B2B8B9
(178,184,185)
#C3C9C8
(195,201,200)
#D4DAD7
(212,218,215)
#E5EBE6
(229,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B4150; }

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

This text font color is #3B4150.


Background Color

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

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

This div background color is #3B4150.


Border color

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

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

This div border color is #3B4150.


Opacity

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

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

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

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

This text has shadow with #3B4150 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B4150 on black background.


Color preview on white background

This text has color #3B4150 on white background.



Black color preview on #3B4150 background

This text has black color on #3B4150 background.


White color preview on #3B4150 background

This text has white color on #3B4150 background.