COLOR #3B3447

HEX: #3B3447 RGB: (59,52,71)

Color info

#3B3447 contains red, green and blue colors in about the same proportion. Web safe color of #3B3447 is #333333 (or #333).

RGB color model

#3B3447 color RGB value is (59,52,71).

RGB: (59,52,71) (23%, 20%, 28%)

RGB channels and saturation

R 59 of 255 = 23%
G 52 of 255 = 20%
B 71 of 255 = 28%

59
52
71

R + G + B ~ 24%. #3B3447 is dark color.

Portions of RGB colors in percentages

R + G + B = 59 + 52 + 71 = 182 (100%)
R 59 of 182 ~ 32.42%
G 52 of 182 ~ 28.57%
B 71 of 182 ~ 39.01'%

%32.42
%28.57
%39.01

CMYK color model

#3B3447 color CMYK value is (17,27,0,72).

  • cyan value is 16.90%
  • magenta value is 26.76%
  • yellow value is 0.00%
  • key color value is 72.16%

CMYK: (17,27,0,72)
C17M27Y0K72 (17%, 27%, 0%, 72%)
(0.17 / 0.27 / 0.00 / 0.72)

CMYK percentages

%16.9
%26.76
%0
%72.16

Codes

Color #3B3447 in popluar color models

3B 34 47
RGB 59 52 71
HSL 262° 15.45% 24.12%
HSB/HSV 262° 26.76% 27.84%
CMYK 16.90% 26.76% 0.00%
72.16%

Color #3B3447 in popluar number systems.

HEX 3B 34 47
Decimal 59 52 71
Binary 111011 110100 1000111
Octal 73 64 107

Shades and tints

Shades of #3B3447

#3B3447
(59,52,71)
#363041
(54,48,65)
#312C3B
(49,44,59)
#2C2835
(44,40,53)
#27242F
(39,36,47)
#222029
(34,32,41)
#1D1C23
(29,28,35)
#18181D
(24,24,29)
#131417
(19,20,23)
#0E1011
(14,16,17)
#090C0B
(9,12,11)
#000000
(0,0,0)

Tints of #3B3447

#3B3447
(59,52,71)
#4C4657
(76,70,87)
#5D5867
(93,88,103)
#6E6A77
(110,106,119)
#7F7C87
(127,124,135)
#908E97
(144,142,151)
#A1A0A7
(161,160,167)
#B2B2B7
(178,178,183)
#C3C4C7
(195,196,199)
#D4D6D7
(212,214,215)
#E5E8E7
(229,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B3447 color. Also use rgb(59,52,71) instead hex code.

Text Font Color

.myTextColor { color: #3B3447; }

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

This text font color is #3B3447.

Background Color

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

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

This div background color is #3B3447.

Border color

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

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

This div border color is #3B3447.

Opacity

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

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

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

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

This text has shadow with #3B3447 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3B3447.

Preview

Color preview on black background

This text has color #3B3447 on black background.


Color preview on white background

This text has color #3B3447 on white background.


Black color preview on #3B3447 background

This text has black color on #3B3447 background.


White color preview on #3B3447 background

This text has white color on #3B3447 background.


Related colors

Complementary color

Complementary color for #hex is #C4CBB8.


I love getcolorcode.com

Triadic colors

1 #473B34 and #34473B with #3B3447 are triadic colors.

2 #47343B and #343B47 with #3B3447 are triadic colors.