COLOR #3B4C49

HEX: #3B4C49 RGB: (59,76,73)

Color info

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

RGB color model

#3B4C49 color RGB value is (59,76,73).

RGB: (59,76,73) (23%, 30%, 29%)

RGB channels and saturation

R 59 of 255 = 23%
G 76 of 255 = 30%
B 73 of 255 = 29%

59
76
73

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

Portions of RGB colors in percentages

R + G + B = 59 + 76 + 73 = 208 (100%)
R 59 of 208 ~ 28.37%
G 76 of 208 ~ 36.54%
B 73 of 208 ~ 35.1'%

%28.37
%36.54
%35.1

CMYK color model

#3B4C49 color CMYK value is (22,0,4,70).

  • cyan value is 22.37%
  • magenta value is 0.00%
  • yellow value is 3.95%
  • key color value is 70.20%

CMYK: (22,0,4,70)
C22M0Y4K70 (22%, 0%, 4%, 70%)
(0.22 / 0.00 / 0.04 / 0.70)

CMYK percentages

%22.37
%0
%3.95
%70.2

Codes

Color #3B4C49 in popluar color models

3B 4C 49
RGB 59 76 73
HSL 169° 12.59% 26.47%
HSB/HSV 169° 22.37% 29.80%
CMYK 22.37% 0.00% 3.95%
70.20%

Color #3B4C49 in popluar number systems.

HEX 3B 4C 49
Decimal 59 76 73
Binary 111011 1001100 1001001
Octal 73 114 111

Shades and tints

Shades of #3B4C49

#3B4C49
(59,76,73)
#364643
(54,70,67)
#31403D
(49,64,61)
#2C3A37
(44,58,55)
#273431
(39,52,49)
#222E2B
(34,46,43)
#1D2825
(29,40,37)
#18221F
(24,34,31)
#131C19
(19,28,25)
#0E1613
(14,22,19)
#09100D
(9,16,13)
#000000
(0,0,0)

Tints of #3B4C49

#3B4C49
(59,76,73)
#4C5C59
(76,92,89)
#5D6C69
(93,108,105)
#6E7C79
(110,124,121)
#7F8C89
(127,140,137)
#909C99
(144,156,153)
#A1ACA9
(161,172,169)
#B2BCB9
(178,188,185)
#C3CCC9
(195,204,201)
#D4DCD9
(212,220,217)
#E5ECE9
(229,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B4C49; }

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

This text font color is #3B4C49.

Background Color

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

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

This div background color is #3B4C49.

Border color

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

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

This div border color is #3B4C49.

Opacity

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

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

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

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

This text has shadow with #3B4C49 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3B4C49.

Preview

Color preview on black background

This text has color #3B4C49 on black background.


Color preview on white background

This text has color #3B4C49 on white background.


Black color preview on #3B4C49 background

This text has black color on #3B4C49 background.


White color preview on #3B4C49 background

This text has white color on #3B4C49 background.


Related colors

Complementary color

Complementary color for #hex is #C4B3B6.


I love getcolorcode.com

Triadic colors

1 #493B4C and #4C493B with #3B4C49 are triadic colors.

2 #494C3B and #4C3B49 with #3B4C49 are triadic colors.