COLOR #3B646B

HEX: #3B646B
RGB: (59,100,107)

Color info

#3B646B contains red, green and blue colors in about the same proportion. Web safe color of #3B646B is #336666 (or #366).

RGB color model

#3B646B color RGB value is (59,100,107).

  • red value is 59;
  • green value is 100;
  • blue value is 107.
RGB:
(59,100,107)
(23%,39%,42%)

RGB channels and saturation

R 59 of 255 = 23%
G 100 of 255 = 39%
B 107 of 255 = 42%

59
100
107

R + G + B ~ 35%. #3B646B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 100 + 107 = 266 (100%)
R 59 of 266 ~ 22.18%
G 100 of 266 ~ 37.59%
B 107 of 266 ~ 40.23%

%22.18
%37.59
%40.23

CMYK color model

#3B646B color CMYK value is (45,7,0,58).

  • cyan value is 44.86%
  • magenta value is 6.54%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK:
(45,7,0,58)
C45M7Y0K58 
(45%,7%,0%,58%)
(0.45/0.07/0.00/0.58)	

CMYK percentages

%44.86
%6.54
%0
%58.04

Codes

Color #3B646B in popluar color models

3B646B
RGB59100107
HSL189°28.92%32.55%
HSB/HSV189°44.86%41.96%
CMYK44.86%6.54%0.00%
58.04%

Color #3B646B in popluar number systems.

HEX3B646B
Decimal59100107
Binary11101111001001101011
Octal73144153

Shades and tints

Shades of #3B646B

#3B646B
(59,100,107)
#365B62
(54,91,98)
#315259
(49,82,89)
#2C4950
(44,73,80)
#274047
(39,64,71)
#22373E
(34,55,62)
#1D2E35
(29,46,53)
#18252C
(24,37,44)
#131C23
(19,28,35)
#0E131A
(14,19,26)
#090A11
(9,10,17)
#000000
(0,0,0)

Tints of #3B646B

#3B646B
(59,100,107)
#4C7278
(76,114,120)
#5D8085
(93,128,133)
#6E8E92
(110,142,146)
#7F9C9F
(127,156,159)
#90AAAC
(144,170,172)
#A1B8B9
(161,184,185)
#B2C6C6
(178,198,198)
#C3D4D3
(195,212,211)
#D4E2E0
(212,226,224)
#E5F0ED
(229,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B646B color. Also use rgb(59,100,107) instead hex code.

Text Font Color

.myTextColor { color: #3B646B; }

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

This text font color is #3B646B.


Background Color

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

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

This div background color is #3B646B.


Border color

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

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

This div border color is #3B646B.


Opacity

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

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

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

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

This text has shadow with #3B646B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B646B on black background.


Color preview on white background

This text has color #3B646B on white background.



Black color preview on #3B646B background

This text has black color on #3B646B background.


White color preview on #3B646B background

This text has white color on #3B646B background.