COLOR #363540

HEX: #363540
RGB: (54,53,64)

Color info

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

RGB color model

#363540 color RGB value is (54,53,64).

  • red value is 54;
  • green value is 53;
  • blue value is 64.
RGB:
(54,53,64)
(21%,21%,25%)

RGB channels and saturation

R 54 of 255 = 21%
G 53 of 255 = 21%
B 64 of 255 = 25%

54
53
64

R + G + B ~ 22%. #363540 is dark color.

Portions of RGB colors in percentages

R + G + B =
54 + 53 + 64 = 171 (100%)
R 54 of 171 ~ 31.58%
G 53 of 171 ~ 30.99%
B 64 of 171 ~ 37.43%

%31.58
%30.99
%37.43

CMYK color model

#363540 color CMYK value is (16,17,0,75).

  • cyan value is 15.63%
  • magenta value is 17.19%
  • yellow value is 0.00%
  • key color value is 74.90%
CMYK:
(16,17,0,75)
C16M17Y0K75 
(16%,17%,0%,75%)
(0.16/0.17/0.00/0.75)	

CMYK percentages

%15.63
%17.19
%0
%74.9

Codes

Color #363540 in popluar color models

363540
RGB545364
HSL245°9.40%22.94%
HSB/HSV245°17.19%25.10%
CMYK15.63%17.19%0.00%
74.90%

Color #363540 in popluar number systems.

HEX363540
Decimal545364
Binary1101101101011000000
Octal6665100

Shades and tints

Shades of #363540

#363540
(54,53,64)
#32313B
(50,49,59)
#2E2D36
(46,45,54)
#2A2931
(42,41,49)
#26252C
(38,37,44)
#222127
(34,33,39)
#1E1D22
(30,29,34)
#1A191D
(26,25,29)
#161518
(22,21,24)
#121113
(18,17,19)
#0E0D0E
(14,13,14)
#000000
(0,0,0)

Tints of #363540

#363540
(54,53,64)
#484751
(72,71,81)
#5A5962
(90,89,98)
#6C6B73
(108,107,115)
#7E7D84
(126,125,132)
#908F95
(144,143,149)
#A2A1A6
(162,161,166)
#B4B3B7
(180,179,183)
#C6C5C8
(198,197,200)
#D8D7D9
(216,215,217)
#EAE9EA
(234,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #363540 color. Also use rgb(54,53,64) instead hex code.

Text Font Color

.myTextColor { color: #363540; }

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

This text font color is #363540.


Background Color

.myBgColor { background-color: #363540; }

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

This div background color is #363540.


Border color

.myBorderColor { border: 1px solid #363540; }

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

This div border color is #363540.


Opacity

.myOpacity80 { color: #363540; opacity: 0.8; }

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

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

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

This text has shadow with #363540 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #363540 on black background.


Color preview on white background

This text has color #363540 on white background.



Black color preview on #363540 background

This text has black color on #363540 background.


White color preview on #363540 background

This text has white color on #363540 background.