COLOR #3B4241

HEX: #3B4241
RGB: (59,66,65)

Color info

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

RGB color model

#3B4241 color RGB value is (59,66,65).

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

RGB channels and saturation

R 59 of 255 = 23%
G 66 of 255 = 26%
B 65 of 255 = 25%

59
66
65

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

Portions of RGB colors in percentages

R + G + B =
59 + 66 + 65 = 190 (100%)
R 59 of 190 ~ 31.05%
G 66 of 190 ~ 34.74%
B 65 of 190 ~ 34.21%

%31.05
%34.74
%34.21

CMYK color model

#3B4241 color CMYK value is (11,0,2,74).

  • cyan value is 10.61%
  • magenta value is 0.00%
  • yellow value is 1.52%
  • key color value is 74.12%
CMYK:
(11,0,2,74)
C11M0Y2K74 
(11%,0%,2%,74%)
(0.11/0.00/0.02/0.74)	

CMYK percentages

%10.61
%0
%1.52
%74.12

Codes

Color #3B4241 in popluar color models

3B4241
RGB596665
HSL171°5.60%24.51%
HSB/HSV171°10.61%25.88%
CMYK10.61%0.00%1.52%
74.12%

Color #3B4241 in popluar number systems.

HEX3B4241
Decimal596665
Binary11101110000101000001
Octal73102101

Shades and tints

Shades of #3B4241

#3B4241
(59,66,65)
#363C3C
(54,60,60)
#313637
(49,54,55)
#2C3032
(44,48,50)
#272A2D
(39,42,45)
#222428
(34,36,40)
#1D1E23
(29,30,35)
#18181E
(24,24,30)
#131219
(19,18,25)
#0E0C14
(14,12,20)
#09060F
(9,6,15)
#000000
(0,0,0)

Tints of #3B4241

#3B4241
(59,66,65)
#4C5352
(76,83,82)
#5D6463
(93,100,99)
#6E7574
(110,117,116)
#7F8685
(127,134,133)
#909796
(144,151,150)
#A1A8A7
(161,168,167)
#B2B9B8
(178,185,184)
#C3CAC9
(195,202,201)
#D4DBDA
(212,219,218)
#E5ECEB
(229,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B4241; }

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

This text font color is #3B4241.


Background Color

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

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

This div background color is #3B4241.


Border color

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

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

This div border color is #3B4241.


Opacity

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

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

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

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

This text has shadow with #3B4241 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B4241 on black background.


Color preview on white background

This text has color #3B4241 on white background.



Black color preview on #3B4241 background

This text has black color on #3B4241 background.


White color preview on #3B4241 background

This text has white color on #3B4241 background.