COLOR #3B3D63

HEX: #3B3D63
RGB: (59,61,99)

Color info

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

RGB color model

#3B3D63 color RGB value is (59,61,99).

  • red value is 59;
  • green value is 61;
  • blue value is 99.
RGB:
(59,61,99)
(23%,24%,39%)

RGB channels and saturation

R 59 of 255 = 23%
G 61 of 255 = 24%
B 99 of 255 = 39%

59
61
99

R + G + B ~ 29%. #3B3D63 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 61 + 99 = 219 (100%)
R 59 of 219 ~ 26.94%
G 61 of 219 ~ 27.85%
B 99 of 219 ~ 45.21%

%26.94
%27.85
%45.21

CMYK color model

#3B3D63 color CMYK value is (40,38,0,61).

  • cyan value is 40.40%
  • magenta value is 38.38%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(40,38,0,61)
C40M38Y0K61 
(40%,38%,0%,61%)
(0.40/0.38/0.00/0.61)	

CMYK percentages

%40.4
%38.38
%0
%61.18

Codes

Color #3B3D63 in popluar color models

3B3D63
RGB596199
HSL237°25.32%30.98%
HSB/HSV237°40.40%38.82%
CMYK40.40%38.38%0.00%
61.18%

Color #3B3D63 in popluar number systems.

HEX3B3D63
Decimal596199
Binary1110111111011100011
Octal7375143

Shades and tints

Shades of #3B3D63

#3B3D63
(59,61,99)
#36385A
(54,56,90)
#313351
(49,51,81)
#2C2E48
(44,46,72)
#27293F
(39,41,63)
#222436
(34,36,54)
#1D1F2D
(29,31,45)
#181A24
(24,26,36)
#13151B
(19,21,27)
#0E1012
(14,16,18)
#090B09
(9,11,9)
#000000
(0,0,0)

Tints of #3B3D63

#3B3D63
(59,61,99)
#4C4E71
(76,78,113)
#5D5F7F
(93,95,127)
#6E708D
(110,112,141)
#7F819B
(127,129,155)
#9092A9
(144,146,169)
#A1A3B7
(161,163,183)
#B2B4C5
(178,180,197)
#C3C5D3
(195,197,211)
#D4D6E1
(212,214,225)
#E5E7EF
(229,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B3D63 color. Also use rgb(59,61,99) instead hex code.

Text Font Color

.myTextColor { color: #3B3D63; }

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

This text font color is #3B3D63.


Background Color

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

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

This div background color is #3B3D63.


Border color

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

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

This div border color is #3B3D63.


Opacity

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

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

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

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

This text has shadow with #3B3D63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B3D63 on black background.


Color preview on white background

This text has color #3B3D63 on white background.



Black color preview on #3B3D63 background

This text has black color on #3B3D63 background.


White color preview on #3B3D63 background

This text has white color on #3B3D63 background.