COLOR #3B3445

HEX: #3B3445 RGB: (59,52,69)

Color info

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

RGB color model

#3B3445 color RGB value is (59,52,69).

RGB: (59,52,69) (23%, 20%, 27%)

RGB channels and saturation

R 59 of 255 = 23%
G 52 of 255 = 20%
B 69 of 255 = 27%

59
52
69

R + G + B ~ 23%. #3B3445 is dark color.

Portions of RGB colors in percentages

R + G + B = 59 + 52 + 69 = 180 (100%)
R 59 of 180 ~ 32.78%
G 52 of 180 ~ 28.89%
B 69 of 180 ~ 38.33'%

%32.78
%28.89
%38.33

CMYK color model

#3B3445 color CMYK value is (14,25,0,73).

  • cyan value is 14.49%
  • magenta value is 24.64%
  • yellow value is 0.00%
  • key color value is 72.94%

CMYK: (14,25,0,73)
C14M25Y0K73 (14%, 25%, 0%, 73%)
(0.14 / 0.25 / 0.00 / 0.73)

CMYK percentages

%14.49
%24.64
%0
%72.94

Codes

Color #3B3445 in popluar color models

3B 34 45
RGB 59 52 69
HSL 265° 14.05% 23.73%
HSB/HSV 265° 24.64% 27.06%
CMYK 14.49% 24.64% 0.00%
72.94%

Color #3B3445 in popluar number systems.

HEX 3B 34 45
Decimal 59 52 69
Binary 111011 110100 1000101
Octal 73 64 105

Shades and tints

Shades of #3B3445

#3B3445
(59,52,69)
#36303F
(54,48,63)
#312C39
(49,44,57)
#2C2833
(44,40,51)
#27242D
(39,36,45)
#222027
(34,32,39)
#1D1C21
(29,28,33)
#18181B
(24,24,27)
#131415
(19,20,21)
#0E100F
(14,16,15)
#090C09
(9,12,9)
#000000
(0,0,0)

Tints of #3B3445

#3B3445
(59,52,69)
#4C4655
(76,70,85)
#5D5865
(93,88,101)
#6E6A75
(110,106,117)
#7F7C85
(127,124,133)
#908E95
(144,142,149)
#A1A0A5
(161,160,165)
#B2B2B5
(178,178,181)
#C3C4C5
(195,196,197)
#D4D6D5
(212,214,213)
#E5E8E5
(229,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B3445; }

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

This text font color is #3B3445.

Background Color

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

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

This div background color is #3B3445.

Border color

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

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

This div border color is #3B3445.

Opacity

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

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

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

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

This text has shadow with #3B3445 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3B3445.

Preview

Color preview on black background

This text has color #3B3445 on black background.


Color preview on white background

This text has color #3B3445 on white background.


Black color preview on #3B3445 background

This text has black color on #3B3445 background.


White color preview on #3B3445 background

This text has white color on #3B3445 background.


Related colors

Complementary color

Complementary color for #hex is #C4CBBA.


I love getcolorcode.com

Triadic colors

1 #453B34 and #34453B with #3B3445 are triadic colors.

2 #45343B and #343B45 with #3B3445 are triadic colors.