COLOR #3B4066

HEX: #3B4066
RGB: (59,64,102)

Color info

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

RGB color model

#3B4066 color RGB value is (59,64,102).

  • red value is 59;
  • green value is 64;
  • blue value is 102.
RGB:
(59,64,102)
(23%,25%,40%)

RGB channels and saturation

R 59 of 255 = 23%
G 64 of 255 = 25%
B 102 of 255 = 40%

59
64
102

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

Portions of RGB colors in percentages

R + G + B =
59 + 64 + 102 = 225 (100%)
R 59 of 225 ~ 26.22%
G 64 of 225 ~ 28.44%
B 102 of 225 ~ 45.33%

%26.22
%28.44
%45.33

CMYK color model

#3B4066 color CMYK value is (42,37,0,60).

  • cyan value is 42.16%
  • magenta value is 37.25%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK:
(42,37,0,60)
C42M37Y0K60 
(42%,37%,0%,60%)
(0.42/0.37/0.00/0.60)	

CMYK percentages

%42.16
%37.25
%0
%60

Codes

Color #3B4066 in popluar color models

3B4066
RGB5964102
HSL233°26.71%31.57%
HSB/HSV233°42.16%40.00%
CMYK42.16%37.25%0.00%
60.00%

Color #3B4066 in popluar number systems.

HEX3B4066
Decimal5964102
Binary11101110000001100110
Octal73100146

Shades and tints

Shades of #3B4066

#3B4066
(59,64,102)
#363B5D
(54,59,93)
#313654
(49,54,84)
#2C314B
(44,49,75)
#272C42
(39,44,66)
#222739
(34,39,57)
#1D2230
(29,34,48)
#181D27
(24,29,39)
#13181E
(19,24,30)
#0E1315
(14,19,21)
#090E0C
(9,14,12)
#000000
(0,0,0)

Tints of #3B4066

#3B4066
(59,64,102)
#4C5173
(76,81,115)
#5D6280
(93,98,128)
#6E738D
(110,115,141)
#7F849A
(127,132,154)
#9095A7
(144,149,167)
#A1A6B4
(161,166,180)
#B2B7C1
(178,183,193)
#C3C8CE
(195,200,206)
#D4D9DB
(212,217,219)
#E5EAE8
(229,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B4066 color. Also use rgb(59,64,102) instead hex code.

Text Font Color

.myTextColor { color: #3B4066; }

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

This text font color is #3B4066.


Background Color

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

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

This div background color is #3B4066.


Border color

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

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

This div border color is #3B4066.


Opacity

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

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

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

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

This text has shadow with #3B4066 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B4066 on black background.


Color preview on white background

This text has color #3B4066 on white background.



Black color preview on #3B4066 background

This text has black color on #3B4066 background.


White color preview on #3B4066 background

This text has white color on #3B4066 background.