COLOR #3B353E

HEX: #3B353E
RGB: (59,53,62)

Color info

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

RGB color model

#3B353E color RGB value is (59,53,62).

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

RGB channels and saturation

R 59 of 255 = 23%
G 53 of 255 = 21%
B 62 of 255 = 24%

59
53
62

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

Portions of RGB colors in percentages

R + G + B =
59 + 53 + 62 = 174 (100%)
R 59 of 174 ~ 33.91%
G 53 of 174 ~ 30.46%
B 62 of 174 ~ 35.63%

%33.91
%30.46
%35.63

CMYK color model

#3B353E color CMYK value is (5,15,0,76).

  • cyan value is 4.84%
  • magenta value is 14.52%
  • yellow value is 0.00%
  • key color value is 75.69%
CMYK:
(5,15,0,76)
C5M15Y0K76 
(5%,15%,0%,76%)
(0.05/0.15/0.00/0.76)	

CMYK percentages

%4.84
%14.52
%0
%75.69

Codes

Color #3B353E in popluar color models

3B353E
RGB595362
HSL280°7.83%22.55%
HSB/HSV280°14.52%24.31%
CMYK4.84%14.52%0.00%
75.69%

Color #3B353E in popluar number systems.

HEX3B353E
Decimal595362
Binary111011110101111110
Octal736576

Shades and tints

Shades of #3B353E

#3B353E
(59,53,62)
#363139
(54,49,57)
#312D34
(49,45,52)
#2C292F
(44,41,47)
#27252A
(39,37,42)
#222125
(34,33,37)
#1D1D20
(29,29,32)
#18191B
(24,25,27)
#131516
(19,21,22)
#0E1111
(14,17,17)
#090D0C
(9,13,12)
#000000
(0,0,0)

Tints of #3B353E

#3B353E
(59,53,62)
#4C474F
(76,71,79)
#5D5960
(93,89,96)
#6E6B71
(110,107,113)
#7F7D82
(127,125,130)
#908F93
(144,143,147)
#A1A1A4
(161,161,164)
#B2B3B5
(178,179,181)
#C3C5C6
(195,197,198)
#D4D7D7
(212,215,215)
#E5E9E8
(229,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B353E; }

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

This text font color is #3B353E.


Background Color

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

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

This div background color is #3B353E.


Border color

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

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

This div border color is #3B353E.


Opacity

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

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

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

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

This text has shadow with #3B353E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B353E on black background.


Color preview on white background

This text has color #3B353E on white background.



Black color preview on #3B353E background

This text has black color on #3B353E background.


White color preview on #3B353E background

This text has white color on #3B353E background.