COLOR #3B4955

HEX: #3B4955
RGB: (59,73,85)

Color info

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

RGB color model

#3B4955 color RGB value is (59,73,85).

  • red value is 59;
  • green value is 73;
  • blue value is 85.
RGB:
(59,73,85)
(23%,29%,33%)

RGB channels and saturation

R 59 of 255 = 23%
G 73 of 255 = 29%
B 85 of 255 = 33%

59
73
85

R + G + B ~ 28%. #3B4955 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 73 + 85 = 217 (100%)
R 59 of 217 ~ 27.19%
G 73 of 217 ~ 33.64%
B 85 of 217 ~ 39.17%

%27.19
%33.64
%39.17

CMYK color model

#3B4955 color CMYK value is (31,14,0,67).

  • cyan value is 30.59%
  • magenta value is 14.12%
  • yellow value is 0.00%
  • key color value is 66.67%
CMYK:
(31,14,0,67)
C31M14Y0K67 
(31%,14%,0%,67%)
(0.31/0.14/0.00/0.67)	

CMYK percentages

%30.59
%14.12
%0
%66.67

Codes

Color #3B4955 in popluar color models

3B4955
RGB597385
HSL208°18.06%28.24%
HSB/HSV208°30.59%33.33%
CMYK30.59%14.12%0.00%
66.67%

Color #3B4955 in popluar number systems.

HEX3B4955
Decimal597385
Binary11101110010011010101
Octal73111125

Shades and tints

Shades of #3B4955

#3B4955
(59,73,85)
#36434E
(54,67,78)
#313D47
(49,61,71)
#2C3740
(44,55,64)
#273139
(39,49,57)
#222B32
(34,43,50)
#1D252B
(29,37,43)
#181F24
(24,31,36)
#13191D
(19,25,29)
#0E1316
(14,19,22)
#090D0F
(9,13,15)
#000000
(0,0,0)

Tints of #3B4955

#3B4955
(59,73,85)
#4C5964
(76,89,100)
#5D6973
(93,105,115)
#6E7982
(110,121,130)
#7F8991
(127,137,145)
#9099A0
(144,153,160)
#A1A9AF
(161,169,175)
#B2B9BE
(178,185,190)
#C3C9CD
(195,201,205)
#D4D9DC
(212,217,220)
#E5E9EB
(229,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B4955; }

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

This text font color is #3B4955.


Background Color

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

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

This div background color is #3B4955.


Border color

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

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

This div border color is #3B4955.


Opacity

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

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

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

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

This text has shadow with #3B4955 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B4955 on black background.


Color preview on white background

This text has color #3B4955 on white background.



Black color preview on #3B4955 background

This text has black color on #3B4955 background.


White color preview on #3B4955 background

This text has white color on #3B4955 background.