COLOR #3B445F

HEX: #3B445F
RGB: (59,68,95)

Color info

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

RGB color model

#3B445F color RGB value is (59,68,95).

  • red value is 59;
  • green value is 68;
  • blue value is 95.
RGB:
(59,68,95)
(23%,27%,37%)

RGB channels and saturation

R 59 of 255 = 23%
G 68 of 255 = 27%
B 95 of 255 = 37%

59
68
95

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

Portions of RGB colors in percentages

R + G + B =
59 + 68 + 95 = 222 (100%)
R 59 of 222 ~ 26.58%
G 68 of 222 ~ 30.63%
B 95 of 222 ~ 42.79%

%26.58
%30.63
%42.79

CMYK color model

#3B445F color CMYK value is (38,28,0,63).

  • cyan value is 37.89%
  • magenta value is 28.42%
  • yellow value is 0.00%
  • key color value is 62.75%
CMYK:
(38,28,0,63)
C38M28Y0K63 
(38%,28%,0%,63%)
(0.38/0.28/0.00/0.63)	

CMYK percentages

%37.89
%28.42
%0
%62.75

Codes

Color #3B445F in popluar color models

3B445F
RGB596895
HSL225°23.38%30.20%
HSB/HSV225°37.89%37.25%
CMYK37.89%28.42%0.00%
62.75%

Color #3B445F in popluar number systems.

HEX3B445F
Decimal596895
Binary11101110001001011111
Octal73104137

Shades and tints

Shades of #3B445F

#3B445F
(59,68,95)
#363E57
(54,62,87)
#31384F
(49,56,79)
#2C3247
(44,50,71)
#272C3F
(39,44,63)
#222637
(34,38,55)
#1D202F
(29,32,47)
#181A27
(24,26,39)
#13141F
(19,20,31)
#0E0E17
(14,14,23)
#09080F
(9,8,15)
#000000
(0,0,0)

Tints of #3B445F

#3B445F
(59,68,95)
#4C556D
(76,85,109)
#5D667B
(93,102,123)
#6E7789
(110,119,137)
#7F8897
(127,136,151)
#9099A5
(144,153,165)
#A1AAB3
(161,170,179)
#B2BBC1
(178,187,193)
#C3CCCF
(195,204,207)
#D4DDDD
(212,221,221)
#E5EEEB
(229,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B445F; }

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

This text font color is #3B445F.


Background Color

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

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

This div background color is #3B445F.


Border color

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

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

This div border color is #3B445F.


Opacity

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

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

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

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

This text has shadow with #3B445F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B445F on black background.


Color preview on white background

This text has color #3B445F on white background.



Black color preview on #3B445F background

This text has black color on #3B445F background.


White color preview on #3B445F background

This text has white color on #3B445F background.