COLOR #3B4153

HEX: #3B4153
RGB: (59,65,83)

Color info

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

RGB color model

#3B4153 color RGB value is (59,65,83).

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

RGB channels and saturation

R 59 of 255 = 23%
G 65 of 255 = 25%
B 83 of 255 = 33%

59
65
83

R + G + B ~ 27%. #3B4153 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 65 + 83 = 207 (100%)
R 59 of 207 ~ 28.5%
G 65 of 207 ~ 31.4%
B 83 of 207 ~ 40.1%

%28.5
%31.4
%40.1

CMYK color model

#3B4153 color CMYK value is (29,22,0,67).

  • cyan value is 28.92%
  • magenta value is 21.69%
  • yellow value is 0.00%
  • key color value is 67.45%
CMYK:
(29,22,0,67)
C29M22Y0K67 
(29%,22%,0%,67%)
(0.29/0.22/0.00/0.67)	

CMYK percentages

%28.92
%21.69
%0
%67.45

Codes

Color #3B4153 in popluar color models

3B4153
RGB596583
HSL225°16.90%27.84%
HSB/HSV225°28.92%32.55%
CMYK28.92%21.69%0.00%
67.45%

Color #3B4153 in popluar number systems.

HEX3B4153
Decimal596583
Binary11101110000011010011
Octal73101123

Shades and tints

Shades of #3B4153

#3B4153
(59,65,83)
#363C4C
(54,60,76)
#313745
(49,55,69)
#2C323E
(44,50,62)
#272D37
(39,45,55)
#222830
(34,40,48)
#1D2329
(29,35,41)
#181E22
(24,30,34)
#13191B
(19,25,27)
#0E1414
(14,20,20)
#090F0D
(9,15,13)
#000000
(0,0,0)

Tints of #3B4153

#3B4153
(59,65,83)
#4C5262
(76,82,98)
#5D6371
(93,99,113)
#6E7480
(110,116,128)
#7F858F
(127,133,143)
#90969E
(144,150,158)
#A1A7AD
(161,167,173)
#B2B8BC
(178,184,188)
#C3C9CB
(195,201,203)
#D4DADA
(212,218,218)
#E5EBE9
(229,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B4153; }

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

This text font color is #3B4153.


Background Color

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

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

This div background color is #3B4153.


Border color

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

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

This div border color is #3B4153.


Opacity

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

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

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

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

This text has shadow with #3B4153 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B4153 on black background.


Color preview on white background

This text has color #3B4153 on white background.



Black color preview on #3B4153 background

This text has black color on #3B4153 background.


White color preview on #3B4153 background

This text has white color on #3B4153 background.