COLOR #3B445D

HEX: #3B445D RGB: (59,68,93)

Color info

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

RGB color model

#3B445D color RGB value is (59,68,93).

RGB: (59,68,93) (23%, 27%, 36%)

RGB channels and saturation

R 59 of 255 = 23%
G 68 of 255 = 27%
B 93 of 255 = 36%

59
68
93

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

Portions of RGB colors in percentages

R + G + B = 59 + 68 + 93 = 220 (100%)
R 59 of 220 ~ 26.82%
G 68 of 220 ~ 30.91%
B 93 of 220 ~ 42.27'%

%26.82
%30.91
%42.27

CMYK color model

#3B445D color CMYK value is (37,27,0,64).

  • cyan value is 36.56%
  • magenta value is 26.88%
  • yellow value is 0.00%
  • key color value is 63.53%

CMYK: (37,27,0,64)
C37M27Y0K64 (37%, 27%, 0%, 64%)
(0.37 / 0.27 / 0.00 / 0.64)

CMYK percentages

%36.56
%26.88
%0
%63.53

Codes

Color #3B445D in popluar color models

3B 44 5D
RGB 59 68 93
HSL 224° 22.37% 29.80%
HSB/HSV 224° 36.56% 36.47%
CMYK 36.56% 26.88% 0.00%
63.53%

Color #3B445D in popluar number systems.

HEX 3B 44 5D
Decimal 59 68 93
Binary 111011 1000100 1011101
Octal 73 104 135

Shades and tints

Shades of #3B445D

#3B445D
(59,68,93)
#363E55
(54,62,85)
#31384D
(49,56,77)
#2C3245
(44,50,69)
#272C3D
(39,44,61)
#222635
(34,38,53)
#1D202D
(29,32,45)
#181A25
(24,26,37)
#13141D
(19,20,29)
#0E0E15
(14,14,21)
#09080D
(9,8,13)
#000000
(0,0,0)

Tints of #3B445D

#3B445D
(59,68,93)
#4C556B
(76,85,107)
#5D6679
(93,102,121)
#6E7787
(110,119,135)
#7F8895
(127,136,149)
#9099A3
(144,153,163)
#A1AAB1
(161,170,177)
#B2BBBF
(178,187,191)
#C3CCCD
(195,204,205)
#D4DDDB
(212,221,219)
#E5EEE9
(229,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B445D color. Also use rgb(59,68,93) instead hex code.

Text Font Color

.myTextColor { color: #3B445D; }

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

This text font color is #3B445D.

Background Color

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

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

This div background color is #3B445D.

Border color

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

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

This div border color is #3B445D.

Opacity

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

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

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

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

This text has shadow with #3B445D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3B445D.

Preview

Color preview on black background

This text has color #3B445D on black background.


Color preview on white background

This text has color #3B445D on white background.


Black color preview on #3B445D background

This text has black color on #3B445D background.


White color preview on #3B445D background

This text has white color on #3B445D background.


Related colors

Complementary color

Complementary color for #hex is #C4BBA2.


I love getcolorcode.com

Triadic colors

1 #5D3B44 and #445D3B with #3B445D are triadic colors.

2 #5D443B and #443B5D with #3B445D are triadic colors.