COLOR #3B4641

HEX: #3B4641 RGB: (59,70,65)

Color info

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

RGB color model

#3B4641 color RGB value is (59,70,65).

RGB: (59,70,65) (23%, 27%, 25%)

RGB channels and saturation

R 59 of 255 = 23%
G 70 of 255 = 27%
B 65 of 255 = 25%

59
70
65

R + G + B ~ 25%. #3B4641 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 59 + 70 + 65 = 194 (100%)
R 59 of 194 ~ 30.41%
G 70 of 194 ~ 36.08%
B 65 of 194 ~ 33.51'%

%30.41
%36.08
%33.51

CMYK color model

#3B4641 color CMYK value is (16,0,7,73).

  • cyan value is 15.71%
  • magenta value is 0.00%
  • yellow value is 7.14%
  • key color value is 72.55%

CMYK: (16,0,7,73)
C16M0Y7K73 (16%, 0%, 7%, 73%)
(0.16 / 0.00 / 0.07 / 0.73)

CMYK percentages

%15.71
%0
%7.14
%72.55

Codes

Color #3B4641 in popluar color models

3B 46 41
RGB 59 70 65
HSL 153° 8.53% 25.29%
HSB/HSV 153° 15.71% 27.45%
CMYK 15.71% 0.00% 7.14%
72.55%

Color #3B4641 in popluar number systems.

HEX 3B 46 41
Decimal 59 70 65
Binary 111011 1000110 1000001
Octal 73 106 101

Shades and tints

Shades of #3B4641

#3B4641
(59,70,65)
#36403C
(54,64,60)
#313A37
(49,58,55)
#2C3432
(44,52,50)
#272E2D
(39,46,45)
#222828
(34,40,40)
#1D2223
(29,34,35)
#181C1E
(24,28,30)
#131619
(19,22,25)
#0E1014
(14,16,20)
#090A0F
(9,10,15)
#000000
(0,0,0)

Tints of #3B4641

#3B4641
(59,70,65)
#4C5652
(76,86,82)
#5D6663
(93,102,99)
#6E7674
(110,118,116)
#7F8685
(127,134,133)
#909696
(144,150,150)
#A1A6A7
(161,166,167)
#B2B6B8
(178,182,184)
#C3C6C9
(195,198,201)
#D4D6DA
(212,214,218)
#E5E6EB
(229,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B4641 color. Also use rgb(59,70,65) instead hex code.

Text Font Color

.myTextColor { color: #3B4641; }

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

This text font color is #3B4641.

Background Color

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

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

This div background color is #3B4641.

Border color

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

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

This div border color is #3B4641.

Opacity

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

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

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

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

This text has shadow with #3B4641 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3B4641.

Preview

Color preview on black background

This text has color #3B4641 on black background.


Color preview on white background

This text has color #3B4641 on white background.


Black color preview on #3B4641 background

This text has black color on #3B4641 background.


White color preview on #3B4641 background

This text has white color on #3B4641 background.


Related colors

Complementary color

Complementary color for #hex is #C4B9BE.


I love getcolorcode.com

Triadic colors

1 #413B46 and #46413B with #3B4641 are triadic colors.

2 #41463B and #463B41 with #3B4641 are triadic colors.