COLOR #3B445B

HEX: #3B445B
RGB: (59,68,91)

Color info

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

RGB color model

#3B445B color RGB value is (59,68,91).

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

RGB channels and saturation

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

59
68
91

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

Portions of RGB colors in percentages

R + G + B =
59 + 68 + 91 = 218 (100%)
R 59 of 218 ~ 27.06%
G 68 of 218 ~ 31.19%
B 91 of 218 ~ 41.74%

%27.06
%31.19
%41.74

CMYK color model

#3B445B color CMYK value is (35,25,0,64).

  • cyan value is 35.16%
  • magenta value is 25.27%
  • yellow value is 0.00%
  • key color value is 64.31%
CMYK:
(35,25,0,64)
C35M25Y0K64 
(35%,25%,0%,64%)
(0.35/0.25/0.00/0.64)	

CMYK percentages

%35.16
%25.27
%0
%64.31

Codes

Color #3B445B in popluar color models

3B445B
RGB596891
HSL223°21.33%29.41%
HSB/HSV223°35.16%35.69%
CMYK35.16%25.27%0.00%
64.31%

Color #3B445B in popluar number systems.

HEX3B445B
Decimal596891
Binary11101110001001011011
Octal73104133

Shades and tints

Shades of #3B445B

#3B445B
(59,68,91)
#363E53
(54,62,83)
#31384B
(49,56,75)
#2C3243
(44,50,67)
#272C3B
(39,44,59)
#222633
(34,38,51)
#1D202B
(29,32,43)
#181A23
(24,26,35)
#13141B
(19,20,27)
#0E0E13
(14,14,19)
#09080B
(9,8,11)
#000000
(0,0,0)

Tints of #3B445B

#3B445B
(59,68,91)
#4C5569
(76,85,105)
#5D6677
(93,102,119)
#6E7785
(110,119,133)
#7F8893
(127,136,147)
#9099A1
(144,153,161)
#A1AAAF
(161,170,175)
#B2BBBD
(178,187,189)
#C3CCCB
(195,204,203)
#D4DDD9
(212,221,217)
#E5EEE7
(229,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B445B; }

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

This text font color is #3B445B.


Background Color

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

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

This div background color is #3B445B.


Border color

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

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

This div border color is #3B445B.


Opacity

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

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

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

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

This text has shadow with #3B445B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B445B on black background.


Color preview on white background

This text has color #3B445B on white background.



Black color preview on #3B445B background

This text has black color on #3B445B background.


White color preview on #3B445B background

This text has white color on #3B445B background.