COLOR #3B4956

HEX: #3B4956 RGB: (59,73,86)

Color info

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

RGB color model

#3B4956 color RGB value is (59,73,86).

RGB: (59,73,86) (23%, 29%, 34%)

RGB channels and saturation

R 59 of 255 = 23%
G 73 of 255 = 29%
B 86 of 255 = 34%

59
73
86

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

Portions of RGB colors in percentages

R + G + B = 59 + 73 + 86 = 218 (100%)
R 59 of 218 ~ 27.06%
G 73 of 218 ~ 33.49%
B 86 of 218 ~ 39.45'%

%27.06
%33.49
%39.45

CMYK color model

#3B4956 color CMYK value is (31,15,0,66).

  • cyan value is 31.40%
  • magenta value is 15.12%
  • yellow value is 0.00%
  • key color value is 66.27%
CMYK: (31,15,0,66) C31M15Y0K66 (31%,15%,0%,66%) (0.31/0.15/0.00/0.66) 

CMYK percentages

%31.4
%15.12
%0
%66.27

Codes

Color #3B4956 in popluar color models

3B 49 56
RGB 59 73 86
HSL 209° 18.62% 28.43%
HSB/HSV 209° 31.40% 33.73%
CMYK 31.40% 15.12% 0.00%
66.27%

Color #3B4956 in popluar number systems.

HEX 3B 49 56
Decimal 59 73 86
Binary 111011 1001001 1010110
Octal 73 111 126

Shades and tints

Shades of #3B4956

#3B4956
(59,73,86)
#36434F
(54,67,79)
#313D48
(49,61,72)
#2C3741
(44,55,65)
#27313A
(39,49,58)
#222B33
(34,43,51)
#1D252C
(29,37,44)
#181F25
(24,31,37)
#13191E
(19,25,30)
#0E1317
(14,19,23)
#090D10
(9,13,16)
#000000
(0,0,0)

Tints of #3B4956

#3B4956
(59,73,86)
#4C5965
(76,89,101)
#5D6974
(93,105,116)
#6E7983
(110,121,131)
#7F8992
(127,137,146)
#9099A1
(144,153,161)
#A1A9B0
(161,169,176)
#B2B9BF
(178,185,191)
#C3C9CE
(195,201,206)
#D4D9DD
(212,217,221)
#E5E9EC
(229,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B4956 color. Also use rgb(59,73,86) instead hex code.

Text Font Color

.myTextColor { color: #3B4956; }

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

This text font color is #3B4956.

Background Color

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

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

This div background color is #3B4956.

Border color

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

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

This div border color is #3B4956.

Opacity

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

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

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

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

This text has shadow with #3B4956 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3B4956.

Preview

Color preview on black background

This text has color #3B4956 on black background.


Color preview on white background

This text has color #3B4956 on white background.


Black color preview on #3B4956 background

This text has black color on #3B4956 background.


White color preview on #3B4956 background

This text has white color on #3B4956 background.


Related colors

Complementary color

Complementary color for #hex is #C4B6A9.


I love getcolorcode.com

Triadic colors

1 #563B49 and #49563B with #3B4956 are triadic colors.

2 #56493B and #493B56 with #3B4956 are triadic colors.