COLOR #3B4C55

HEX: #3B4C55 RGB: (59,76,85)

Color info

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

RGB color model

#3B4C55 color RGB value is (59,76,85).

RGB: (59,76,85) (23%, 30%, 33%)

RGB channels and saturation

R 59 of 255 = 23%
G 76 of 255 = 30%
B 85 of 255 = 33%

59
76
85

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

Portions of RGB colors in percentages

R + G + B = 59 + 76 + 85 = 220 (100%)
R 59 of 220 ~ 26.82%
G 76 of 220 ~ 34.55%
B 85 of 220 ~ 38.64'%

%26.82
%34.55
%38.64

CMYK color model

#3B4C55 color CMYK value is (31,11,0,67).

  • cyan value is 30.59%
  • magenta value is 10.59%
  • yellow value is 0.00%
  • key color value is 66.67%

CMYK: (31,11,0,67)
C31M11Y0K67 (31%, 11%, 0%, 67%)
(0.31 / 0.11 / 0.00 / 0.67)

CMYK percentages

%30.59
%10.59
%0
%66.67

Codes

Color #3B4C55 in popluar color models

3B 4C 55
RGB 59 76 85
HSL 201° 18.06% 28.24%
HSB/HSV 201° 30.59% 33.33%
CMYK 30.59% 10.59% 0.00%
66.67%

Color #3B4C55 in popluar number systems.

HEX 3B 4C 55
Decimal 59 76 85
Binary 111011 1001100 1010101
Octal 73 114 125

Shades and tints

Shades of #3B4C55

#3B4C55
(59,76,85)
#36464E
(54,70,78)
#314047
(49,64,71)
#2C3A40
(44,58,64)
#273439
(39,52,57)
#222E32
(34,46,50)
#1D282B
(29,40,43)
#182224
(24,34,36)
#131C1D
(19,28,29)
#0E1616
(14,22,22)
#09100F
(9,16,15)
#000000
(0,0,0)

Tints of #3B4C55

#3B4C55
(59,76,85)
#4C5C64
(76,92,100)
#5D6C73
(93,108,115)
#6E7C82
(110,124,130)
#7F8C91
(127,140,145)
#909CA0
(144,156,160)
#A1ACAF
(161,172,175)
#B2BCBE
(178,188,190)
#C3CCCD
(195,204,205)
#D4DCDC
(212,220,220)
#E5ECEB
(229,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B4C55 color. Also use rgb(59,76,85) instead hex code.

Text Font Color

.myTextColor { color: #3B4C55; }

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

This text font color is #3B4C55.

Background Color

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

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

This div background color is #3B4C55.

Border color

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

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

This div border color is #3B4C55.

Opacity

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

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

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

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

This text has shadow with #3B4C55 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3B4C55.

Preview

Color preview on black background

This text has color #3B4C55 on black background.


Color preview on white background

This text has color #3B4C55 on white background.


Black color preview on #3B4C55 background

This text has black color on #3B4C55 background.


White color preview on #3B4C55 background

This text has white color on #3B4C55 background.


Related colors

Complementary color

Complementary color for #hex is #C4B3AA.


I love getcolorcode.com

Triadic colors

1 #553B4C and #4C553B with #3B4C55 are triadic colors.

2 #554C3B and #4C3B55 with #3B4C55 are triadic colors.