COLOR #3B4845

HEX: #3B4845 RGB: (59,72,69)

Color info

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

RGB color model

#3B4845 color RGB value is (59,72,69).

RGB: (59,72,69) (23%, 28%, 27%)

RGB channels and saturation

R 59 of 255 = 23%
G 72 of 255 = 28%
B 69 of 255 = 27%

59
72
69

R + G + B ~ 26%. #3B4845 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 59 + 72 + 69 = 200 (100%)
R 59 of 200 ~ 29.5%
G 72 of 200 ~ 36%
B 69 of 200 ~ 34.5'%

%29.5
%36
%34.5

CMYK color model

#3B4845 color CMYK value is (18,0,4,72).

  • cyan value is 18.06%
  • magenta value is 0.00%
  • yellow value is 4.17%
  • key color value is 71.76%

CMYK: (18,0,4,72)
C18M0Y4K72 (18%, 0%, 4%, 72%)
(0.18 / 0.00 / 0.04 / 0.72)

CMYK percentages

%18.06
%0
%4.17
%71.76

Codes

Color #3B4845 in popluar color models

3B 48 45
RGB 59 72 69
HSL 166° 9.92% 25.69%
HSB/HSV 166° 18.06% 28.24%
CMYK 18.06% 0.00% 4.17%
71.76%

Color #3B4845 in popluar number systems.

HEX 3B 48 45
Decimal 59 72 69
Binary 111011 1001000 1000101
Octal 73 110 105

Shades and tints

Shades of #3B4845

#3B4845
(59,72,69)
#36423F
(54,66,63)
#313C39
(49,60,57)
#2C3633
(44,54,51)
#27302D
(39,48,45)
#222A27
(34,42,39)
#1D2421
(29,36,33)
#181E1B
(24,30,27)
#131815
(19,24,21)
#0E120F
(14,18,15)
#090C09
(9,12,9)
#000000
(0,0,0)

Tints of #3B4845

#3B4845
(59,72,69)
#4C5855
(76,88,85)
#5D6865
(93,104,101)
#6E7875
(110,120,117)
#7F8885
(127,136,133)
#909895
(144,152,149)
#A1A8A5
(161,168,165)
#B2B8B5
(178,184,181)
#C3C8C5
(195,200,197)
#D4D8D5
(212,216,213)
#E5E8E5
(229,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B4845 color. Also use rgb(59,72,69) instead hex code.

Text Font Color

.myTextColor { color: #3B4845; }

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

This text font color is #3B4845.

Background Color

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

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

This div background color is #3B4845.

Border color

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

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

This div border color is #3B4845.

Opacity

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

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

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

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

This text has shadow with #3B4845 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3B4845.

Preview

Color preview on black background

This text has color #3B4845 on black background.


Color preview on white background

This text has color #3B4845 on white background.


Black color preview on #3B4845 background

This text has black color on #3B4845 background.


White color preview on #3B4845 background

This text has white color on #3B4845 background.


Related colors

Complementary color

Complementary color for #hex is #C4B7BA.


I love getcolorcode.com

Triadic colors

1 #453B48 and #48453B with #3B4845 are triadic colors.

2 #45483B and #483B45 with #3B4845 are triadic colors.