COLOR #363140

HEX: #363140
RGB: (54,49,64)

Color info

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

RGB color model

#363140 color RGB value is (54,49,64).

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

RGB channels and saturation

R 54 of 255 = 21%
G 49 of 255 = 19%
B 64 of 255 = 25%

54
49
64

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

Portions of RGB colors in percentages

R + G + B =
54 + 49 + 64 = 167 (100%)
R 54 of 167 ~ 32.34%
G 49 of 167 ~ 29.34%
B 64 of 167 ~ 38.32%

%32.34
%29.34
%38.32

CMYK color model

#363140 color CMYK value is (16,23,0,75).

  • cyan value is 15.63%
  • magenta value is 23.44%
  • yellow value is 0.00%
  • key color value is 74.90%
CMYK:
(16,23,0,75)
C16M23Y0K75 
(16%,23%,0%,75%)
(0.16/0.23/0.00/0.75)	

CMYK percentages

%15.63
%23.44
%0
%74.9

Codes

Color #363140 in popluar color models

363140
RGB544964
HSL260°13.27%22.16%
HSB/HSV260°23.44%25.10%
CMYK15.63%23.44%0.00%
74.90%

Color #363140 in popluar number systems.

HEX363140
Decimal544964
Binary1101101100011000000
Octal6661100

Shades and tints

Shades of #363140

#363140
(54,49,64)
#322D3B
(50,45,59)
#2E2936
(46,41,54)
#2A2531
(42,37,49)
#26212C
(38,33,44)
#221D27
(34,29,39)
#1E1922
(30,25,34)
#1A151D
(26,21,29)
#161118
(22,17,24)
#120D13
(18,13,19)
#0E090E
(14,9,14)
#000000
(0,0,0)

Tints of #363140

#363140
(54,49,64)
#484351
(72,67,81)
#5A5562
(90,85,98)
#6C6773
(108,103,115)
#7E7984
(126,121,132)
#908B95
(144,139,149)
#A29DA6
(162,157,166)
#B4AFB7
(180,175,183)
#C6C1C8
(198,193,200)
#D8D3D9
(216,211,217)
#EAE5EA
(234,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #363140; }

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

This text font color is #363140.


Background Color

.myBgColor { background-color: #363140; }

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

This div background color is #363140.


Border color

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

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

This div border color is #363140.


Opacity

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

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

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

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

This text has shadow with #363140 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #363140 on black background.


Color preview on white background

This text has color #363140 on white background.



Black color preview on #363140 background

This text has black color on #363140 background.


White color preview on #363140 background

This text has white color on #363140 background.