COLOR #3B3D36

HEX: #3B3D36 RGB: (59,61,54)

Color info

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

RGB color model

#3B3D36 color RGB value is (59,61,54).

RGB: (59,61,54) (23%, 24%, 21%)

RGB channels and saturation

R 59 of 255 = 23%
G 61 of 255 = 24%
B 54 of 255 = 21%

59
61
54

R + G + B ~ 23%. #3B3D36 is dark color.

Portions of RGB colors in percentages

R + G + B = 59 + 61 + 54 = 174 (100%)
R 59 of 174 ~ 33.91%
G 61 of 174 ~ 35.06%
B 54 of 174 ~ 31.03'%

%33.91
%35.06
%31.03

CMYK color model

#3B3D36 color CMYK value is (3,0,11,76).

  • cyan value is 3.28%
  • magenta value is 0.00%
  • yellow value is 11.48%
  • key color value is 76.08%

CMYK: (3,0,11,76)
C3M0Y11K76 (3%, 0%, 11%, 76%)
(0.03 / 0.00 / 0.11 / 0.76)

CMYK percentages

%3.28
%0
%11.48
%76.08

Codes

Color #3B3D36 in popluar color models

3B 3D 36
RGB 59 61 54
HSL 77° 6.09% 22.55%
HSB/HSV 77° 11.48% 23.92%
CMYK 3.28% 0.00% 11.48%
76.08%

Color #3B3D36 in popluar number systems.

HEX 3B 3D 36
Decimal 59 61 54
Binary 111011 111101 110110
Octal 73 75 66

Shades and tints

Shades of #3B3D36

#3B3D36
(59,61,54)
#363832
(54,56,50)
#31332E
(49,51,46)
#2C2E2A
(44,46,42)
#272926
(39,41,38)
#222422
(34,36,34)
#1D1F1E
(29,31,30)
#181A1A
(24,26,26)
#131516
(19,21,22)
#0E1012
(14,16,18)
#090B0E
(9,11,14)
#000000
(0,0,0)

Tints of #3B3D36

#3B3D36
(59,61,54)
#4C4E48
(76,78,72)
#5D5F5A
(93,95,90)
#6E706C
(110,112,108)
#7F817E
(127,129,126)
#909290
(144,146,144)
#A1A3A2
(161,163,162)
#B2B4B4
(178,180,180)
#C3C5C6
(195,197,198)
#D4D6D8
(212,214,216)
#E5E7EA
(229,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B3D36 color. Also use rgb(59,61,54) instead hex code.

Text Font Color

.myTextColor { color: #3B3D36; }

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

This text font color is #3B3D36.

Background Color

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

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

This div background color is #3B3D36.

Border color

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

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

This div border color is #3B3D36.

Opacity

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

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

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

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

This text has shadow with #3B3D36 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3B3D36.

Preview

Color preview on black background

This text has color #3B3D36 on black background.


Color preview on white background

This text has color #3B3D36 on white background.


Black color preview on #3B3D36 background

This text has black color on #3B3D36 background.


White color preview on #3B3D36 background

This text has white color on #3B3D36 background.


Related colors

Complementary color

Complementary color for #hex is #C4C2C9.


I love getcolorcode.com

Triadic colors

1 #363B3D and #3D363B with #3B3D36 are triadic colors.

2 #363D3B and #3D3B36 with #3B3D36 are triadic colors.