COLOR #3B4D44

HEX: #3B4D44 RGB: (59,77,68)

Color info

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

RGB color model

#3B4D44 color RGB value is (59,77,68).

RGB: (59,77,68) (23%, 30%, 27%)

RGB channels and saturation

R 59 of 255 = 23%
G 77 of 255 = 30%
B 68 of 255 = 27%

59
77
68

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

Portions of RGB colors in percentages

R + G + B = 59 + 77 + 68 = 204 (100%)
R 59 of 204 ~ 28.92%
G 77 of 204 ~ 37.75%
B 68 of 204 ~ 33.33'%

%28.92
%37.75
%33.33

CMYK color model

#3B4D44 color CMYK value is (23,0,12,70).

  • cyan value is 23.38%
  • magenta value is 0.00%
  • yellow value is 11.69%
  • key color value is 69.80%

CMYK: (23,0,12,70)
C23M0Y12K70 (23%, 0%, 12%, 70%)
(0.23 / 0.00 / 0.12 / 0.70)

CMYK percentages

%23.38
%0
%11.69
%69.8

Codes

Color #3B4D44 in popluar color models

3B 4D 44
RGB 59 77 68
HSL 150° 13.24% 26.67%
HSB/HSV 150° 23.38% 30.20%
CMYK 23.38% 0.00% 11.69%
69.80%

Color #3B4D44 in popluar number systems.

HEX 3B 4D 44
Decimal 59 77 68
Binary 111011 1001101 1000100
Octal 73 115 104

Shades and tints

Shades of #3B4D44

#3B4D44
(59,77,68)
#36463E
(54,70,62)
#313F38
(49,63,56)
#2C3832
(44,56,50)
#27312C
(39,49,44)
#222A26
(34,42,38)
#1D2320
(29,35,32)
#181C1A
(24,28,26)
#131514
(19,21,20)
#0E0E0E
(14,14,14)
#090708
(9,7,8)
#000000
(0,0,0)

Tints of #3B4D44

#3B4D44
(59,77,68)
#4C5D55
(76,93,85)
#5D6D66
(93,109,102)
#6E7D77
(110,125,119)
#7F8D88
(127,141,136)
#909D99
(144,157,153)
#A1ADAA
(161,173,170)
#B2BDBB
(178,189,187)
#C3CDCC
(195,205,204)
#D4DDDD
(212,221,221)
#E5EDEE
(229,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B4D44 color. Also use rgb(59,77,68) instead hex code.

Text Font Color

.myTextColor { color: #3B4D44; }

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

This text font color is #3B4D44.

Background Color

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

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

This div background color is #3B4D44.

Border color

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

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

This div border color is #3B4D44.

Opacity

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

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

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

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

This text has shadow with #3B4D44 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3B4D44.

Preview

Color preview on black background

This text has color #3B4D44 on black background.


Color preview on white background

This text has color #3B4D44 on white background.


Black color preview on #3B4D44 background

This text has black color on #3B4D44 background.


White color preview on #3B4D44 background

This text has white color on #3B4D44 background.


Related colors

Complementary color

Complementary color for #hex is #C4B2BB.


I love getcolorcode.com

Triadic colors

1 #443B4D and #4D443B with #3B4D44 are triadic colors.

2 #444D3B and #4D3B44 with #3B4D44 are triadic colors.