COLOR #3B363E

HEX: #3B363E
RGB: (59,54,62)

Color info

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

RGB color model

#3B363E color RGB value is (59,54,62).

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

RGB channels and saturation

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

59
54
62

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

Portions of RGB colors in percentages

R + G + B =
59 + 54 + 62 = 175 (100%)
R 59 of 175 ~ 33.71%
G 54 of 175 ~ 30.86%
B 62 of 175 ~ 35.43%

%33.71
%30.86
%35.43

CMYK color model

#3B363E color CMYK value is (5,13,0,76).

  • cyan value is 4.84%
  • magenta value is 12.90%
  • yellow value is 0.00%
  • key color value is 75.69%
CMYK:
(5,13,0,76)
C5M13Y0K76 
(5%,13%,0%,76%)
(0.05/0.13/0.00/0.76)	

CMYK percentages

%4.84
%12.9
%0
%75.69

Codes

Color #3B363E in popluar color models

3B363E
RGB595462
HSL278°6.90%22.75%
HSB/HSV278°12.90%24.31%
CMYK4.84%12.90%0.00%
75.69%

Color #3B363E in popluar number systems.

HEX3B363E
Decimal595462
Binary111011110110111110
Octal736676

Shades and tints

Shades of #3B363E

#3B363E
(59,54,62)
#363239
(54,50,57)
#312E34
(49,46,52)
#2C2A2F
(44,42,47)
#27262A
(39,38,42)
#222225
(34,34,37)
#1D1E20
(29,30,32)
#181A1B
(24,26,27)
#131616
(19,22,22)
#0E1211
(14,18,17)
#090E0C
(9,14,12)
#000000
(0,0,0)

Tints of #3B363E

#3B363E
(59,54,62)
#4C484F
(76,72,79)
#5D5A60
(93,90,96)
#6E6C71
(110,108,113)
#7F7E82
(127,126,130)
#909093
(144,144,147)
#A1A2A4
(161,162,164)
#B2B4B5
(178,180,181)
#C3C6C6
(195,198,198)
#D4D8D7
(212,216,215)
#E5EAE8
(229,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B363E; }

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

This text font color is #3B363E.


Background Color

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

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

This div background color is #3B363E.


Border color

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

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

This div border color is #3B363E.


Opacity

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

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

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

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

This text has shadow with #3B363E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B363E on black background.


Color preview on white background

This text has color #3B363E on white background.



Black color preview on #3B363E background

This text has black color on #3B363E background.


White color preview on #3B363E background

This text has white color on #3B363E background.