COLOR #3B3541

HEX: #3B3541
RGB: (59,53,65)

Color info

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

RGB color model

#3B3541 color RGB value is (59,53,65).

  • red value is 59;
  • green value is 53;
  • blue value is 65.
RGB:
(59,53,65)
(23%,21%,25%)

RGB channels and saturation

R 59 of 255 = 23%
G 53 of 255 = 21%
B 65 of 255 = 25%

59
53
65

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

Portions of RGB colors in percentages

R + G + B =
59 + 53 + 65 = 177 (100%)
R 59 of 177 ~ 33.33%
G 53 of 177 ~ 29.94%
B 65 of 177 ~ 36.72%

%33.33
%29.94
%36.72

CMYK color model

#3B3541 color CMYK value is (9,18,0,75).

  • cyan value is 9.23%
  • magenta value is 18.46%
  • yellow value is 0.00%
  • key color value is 74.51%
CMYK:
(9,18,0,75)
C9M18Y0K75 
(9%,18%,0%,75%)
(0.09/0.18/0.00/0.75)	

CMYK percentages

%9.23
%18.46
%0
%74.51

Codes

Color #3B3541 in popluar color models

3B3541
RGB595365
HSL270°10.17%23.14%
HSB/HSV270°18.46%25.49%
CMYK9.23%18.46%0.00%
74.51%

Color #3B3541 in popluar number systems.

HEX3B3541
Decimal595365
Binary1110111101011000001
Octal7365101

Shades and tints

Shades of #3B3541

#3B3541
(59,53,65)
#36313C
(54,49,60)
#312D37
(49,45,55)
#2C2932
(44,41,50)
#27252D
(39,37,45)
#222128
(34,33,40)
#1D1D23
(29,29,35)
#18191E
(24,25,30)
#131519
(19,21,25)
#0E1114
(14,17,20)
#090D0F
(9,13,15)
#000000
(0,0,0)

Tints of #3B3541

#3B3541
(59,53,65)
#4C4752
(76,71,82)
#5D5963
(93,89,99)
#6E6B74
(110,107,116)
#7F7D85
(127,125,133)
#908F96
(144,143,150)
#A1A1A7
(161,161,167)
#B2B3B8
(178,179,184)
#C3C5C9
(195,197,201)
#D4D7DA
(212,215,218)
#E5E9EB
(229,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B3541; }

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

This text font color is #3B3541.


Background Color

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

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

This div background color is #3B3541.


Border color

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

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

This div border color is #3B3541.


Opacity

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

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

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

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

This text has shadow with #3B3541 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B3541 on black background.


Color preview on white background

This text has color #3B3541 on white background.



Black color preview on #3B3541 background

This text has black color on #3B3541 background.


White color preview on #3B3541 background

This text has white color on #3B3541 background.