COLOR #3B4367

HEX: #3B4367
RGB: (59,67,103)

Color info

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

RGB color model

#3B4367 color RGB value is (59,67,103).

  • red value is 59;
  • green value is 67;
  • blue value is 103.
RGB:
(59,67,103)
(23%,26%,40%)

RGB channels and saturation

R 59 of 255 = 23%
G 67 of 255 = 26%
B 103 of 255 = 40%

59
67
103

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

Portions of RGB colors in percentages

R + G + B =
59 + 67 + 103 = 229 (100%)
R 59 of 229 ~ 25.76%
G 67 of 229 ~ 29.26%
B 103 of 229 ~ 44.98%

%25.76
%29.26
%44.98

CMYK color model

#3B4367 color CMYK value is (43,35,0,60).

  • cyan value is 42.72%
  • magenta value is 34.95%
  • yellow value is 0.00%
  • key color value is 59.61%
CMYK:
(43,35,0,60)
C43M35Y0K60 
(43%,35%,0%,60%)
(0.43/0.35/0.00/0.60)	

CMYK percentages

%42.72
%34.95
%0
%59.61

Codes

Color #3B4367 in popluar color models

3B4367
RGB5967103
HSL229°27.16%31.76%
HSB/HSV229°42.72%40.39%
CMYK42.72%34.95%0.00%
59.61%

Color #3B4367 in popluar number systems.

HEX3B4367
Decimal5967103
Binary11101110000111100111
Octal73103147

Shades and tints

Shades of #3B4367

#3B4367
(59,67,103)
#363D5E
(54,61,94)
#313755
(49,55,85)
#2C314C
(44,49,76)
#272B43
(39,43,67)
#22253A
(34,37,58)
#1D1F31
(29,31,49)
#181928
(24,25,40)
#13131F
(19,19,31)
#0E0D16
(14,13,22)
#09070D
(9,7,13)
#000000
(0,0,0)

Tints of #3B4367

#3B4367
(59,67,103)
#4C5474
(76,84,116)
#5D6581
(93,101,129)
#6E768E
(110,118,142)
#7F879B
(127,135,155)
#9098A8
(144,152,168)
#A1A9B5
(161,169,181)
#B2BAC2
(178,186,194)
#C3CBCF
(195,203,207)
#D4DCDC
(212,220,220)
#E5EDE9
(229,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B4367 color. Also use rgb(59,67,103) instead hex code.

Text Font Color

.myTextColor { color: #3B4367; }

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

This text font color is #3B4367.


Background Color

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

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

This div background color is #3B4367.


Border color

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

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

This div border color is #3B4367.


Opacity

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

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

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

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

This text has shadow with #3B4367 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B4367 on black background.


Color preview on white background

This text has color #3B4367 on white background.



Black color preview on #3B4367 background

This text has black color on #3B4367 background.


White color preview on #3B4367 background

This text has white color on #3B4367 background.