COLOR #3B4652

HEX: #3B4652 RGB: (59,70,82)

Color info

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

RGB color model

#3B4652 color RGB value is (59,70,82).

RGB: (59,70,82) (23%, 27%, 32%)

RGB channels and saturation

R 59 of 255 = 23%
G 70 of 255 = 27%
B 82 of 255 = 32%

59
70
82

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

Portions of RGB colors in percentages

R + G + B = 59 + 70 + 82 = 211 (100%)
R 59 of 211 ~ 27.96%
G 70 of 211 ~ 33.18%
B 82 of 211 ~ 38.86'%

%27.96
%33.18
%38.86

CMYK color model

#3B4652 color CMYK value is (28,15,0,68).

  • cyan value is 28.05%
  • magenta value is 14.63%
  • yellow value is 0.00%
  • key color value is 67.84%

CMYK: (28,15,0,68)
C28M15Y0K68 (28%, 15%, 0%, 68%)
(0.28 / 0.15 / 0.00 / 0.68)

CMYK percentages

%28.05
%14.63
%0
%67.84

Codes

Color #3B4652 in popluar color models

3B 46 52
RGB 59 70 82
HSL 211° 16.31% 27.65%
HSB/HSV 211° 28.05% 32.16%
CMYK 28.05% 14.63% 0.00%
67.84%

Color #3B4652 in popluar number systems.

HEX 3B 46 52
Decimal 59 70 82
Binary 111011 1000110 1010010
Octal 73 106 122

Shades and tints

Shades of #3B4652

#3B4652
(59,70,82)
#36404B
(54,64,75)
#313A44
(49,58,68)
#2C343D
(44,52,61)
#272E36
(39,46,54)
#22282F
(34,40,47)
#1D2228
(29,34,40)
#181C21
(24,28,33)
#13161A
(19,22,26)
#0E1013
(14,16,19)
#090A0C
(9,10,12)
#000000
(0,0,0)

Tints of #3B4652

#3B4652
(59,70,82)
#4C5661
(76,86,97)
#5D6670
(93,102,112)
#6E767F
(110,118,127)
#7F868E
(127,134,142)
#90969D
(144,150,157)
#A1A6AC
(161,166,172)
#B2B6BB
(178,182,187)
#C3C6CA
(195,198,202)
#D4D6D9
(212,214,217)
#E5E6E8
(229,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B4652 color. Also use rgb(59,70,82) instead hex code.

Text Font Color

.myTextColor { color: #3B4652; }

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

This text font color is #3B4652.

Background Color

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

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

This div background color is #3B4652.

Border color

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

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

This div border color is #3B4652.

Opacity

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

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

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

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

This text has shadow with #3B4652 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3B4652.

Preview

Color preview on black background

This text has color #3B4652 on black background.


Color preview on white background

This text has color #3B4652 on white background.


Black color preview on #3B4652 background

This text has black color on #3B4652 background.


White color preview on #3B4652 background

This text has white color on #3B4652 background.


Related colors

Complementary color

Complementary color for #hex is #C4B9AD.


I love getcolorcode.com

Triadic colors

1 #523B46 and #46523B with #3B4652 are triadic colors.

2 #52463B and #463B52 with #3B4652 are triadic colors.