COLOR #3B3138

HEX: #3B3138
RGB: (59,49,56)

Color info

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

RGB color model

#3B3138 color RGB value is (59,49,56).

  • red value is 59;
  • green value is 49;
  • blue value is 56.
RGB:
(59,49,56)
(23%,19%,22%)

RGB channels and saturation

R 59 of 255 = 23%
G 49 of 255 = 19%
B 56 of 255 = 22%

59
49
56

R + G + B ~ 21%. #3B3138 is dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 49 + 56 = 164 (100%)
R 59 of 164 ~ 35.98%
G 49 of 164 ~ 29.88%
B 56 of 164 ~ 34.15%

%35.98
%29.88
%34.15

CMYK color model

#3B3138 color CMYK value is (0,17,5,77).

  • cyan value is 0.00%
  • magenta value is 16.95%
  • yellow value is 5.08%
  • key color value is 76.86%
CMYK:
(0,17,5,77)
C0M17Y5K77 
(0%,17%,5%,77%)
(0.00/0.17/0.05/0.77)	

CMYK percentages

%0
%16.95
%5.08
%76.86

Codes

Color #3B3138 in popluar color models

3B3138
RGB594956
HSL318°9.26%21.18%
HSB/HSV318°16.95%23.14%
CMYK0.00%16.95%5.08%
76.86%

Color #3B3138 in popluar number systems.

HEX3B3138
Decimal594956
Binary111011110001111000
Octal736170

Shades and tints

Shades of #3B3138

#3B3138
(59,49,56)
#362D33
(54,45,51)
#31292E
(49,41,46)
#2C2529
(44,37,41)
#272124
(39,33,36)
#221D1F
(34,29,31)
#1D191A
(29,25,26)
#181515
(24,21,21)
#131110
(19,17,16)
#0E0D0B
(14,13,11)
#090906
(9,9,6)
#000000
(0,0,0)

Tints of #3B3138

#3B3138
(59,49,56)
#4C434A
(76,67,74)
#5D555C
(93,85,92)
#6E676E
(110,103,110)
#7F7980
(127,121,128)
#908B92
(144,139,146)
#A19DA4
(161,157,164)
#B2AFB6
(178,175,182)
#C3C1C8
(195,193,200)
#D4D3DA
(212,211,218)
#E5E5EC
(229,229,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B3138 color. Also use rgb(59,49,56) instead hex code.

Text Font Color

.myTextColor { color: #3B3138; }

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

This text font color is #3B3138.


Background Color

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

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

This div background color is #3B3138.


Border color

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

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

This div border color is #3B3138.


Opacity

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

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

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

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

This text has shadow with #3B3138 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B3138 on black background.


Color preview on white background

This text has color #3B3138 on white background.



Black color preview on #3B3138 background

This text has black color on #3B3138 background.


White color preview on #3B3138 background

This text has white color on #3B3138 background.