COLOR #3B4749

HEX: #3B4749 RGB: (59,71,73)

Color info

#3B4749 contains red, green and blue colors in about the same proportion. Web safe color of #3B4749 is #333333 (or #333).

RGB color model

#3B4749 color RGB value is (59,71,73).

RGB: (59,71,73) (23%, 28%, 29%)

RGB channels and saturation

R 59 of 255 = 23%
G 71 of 255 = 28%
B 73 of 255 = 29%

59
71
73

R + G + B ~ 27%. #3B4749 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 59 + 71 + 73 = 203 (100%)
R 59 of 203 ~ 29.06%
G 71 of 203 ~ 34.98%
B 73 of 203 ~ 35.96'%

%29.06
%34.98
%35.96

CMYK color model

#3B4749 color CMYK value is (19,3,0,71).

  • cyan value is 19.18%
  • magenta value is 2.74%
  • yellow value is 0.00%
  • key color value is 71.37%

CMYK: (19,3,0,71)
C19M3Y0K71 (19%, 3%, 0%, 71%)
(0.19 / 0.03 / 0.00 / 0.71)

CMYK percentages

%19.18
%2.74
%0
%71.37

Codes

Color #3B4749 in popluar color models

3B 47 49
RGB 59 71 73
HSL 189° 10.61% 25.88%
HSB/HSV 189° 19.18% 28.63%
CMYK 19.18% 2.74% 0.00%
71.37%

Color #3B4749 in popluar number systems.

HEX 3B 47 49
Decimal 59 71 73
Binary 111011 1000111 1001001
Octal 73 107 111

Shades and tints

Shades of #3B4749

#3B4749
(59,71,73)
#364143
(54,65,67)
#313B3D
(49,59,61)
#2C3537
(44,53,55)
#272F31
(39,47,49)
#22292B
(34,41,43)
#1D2325
(29,35,37)
#181D1F
(24,29,31)
#131719
(19,23,25)
#0E1113
(14,17,19)
#090B0D
(9,11,13)
#000000
(0,0,0)

Tints of #3B4749

#3B4749
(59,71,73)
#4C5759
(76,87,89)
#5D6769
(93,103,105)
#6E7779
(110,119,121)
#7F8789
(127,135,137)
#909799
(144,151,153)
#A1A7A9
(161,167,169)
#B2B7B9
(178,183,185)
#C3C7C9
(195,199,201)
#D4D7D9
(212,215,217)
#E5E7E9
(229,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B4749; }

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

This text font color is #3B4749.

Background Color

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

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

This div background color is #3B4749.

Border color

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

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

This div border color is #3B4749.

Opacity

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

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

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

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

This text has shadow with #3B4749 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3B4749.

Preview

Color preview on black background

This text has color #3B4749 on black background.


Color preview on white background

This text has color #3B4749 on white background.


Black color preview on #3B4749 background

This text has black color on #3B4749 background.


White color preview on #3B4749 background

This text has white color on #3B4749 background.


Related colors

Complementary color

Complementary color for #hex is #C4B8B6.


I love getcolorcode.com

Triadic colors

1 #493B47 and #47493B with #3B4749 are triadic colors.

2 #49473B and #473B49 with #3B4749 are triadic colors.