COLOR #363648

HEX: #363648
RGB: (54,54,72)

Color info

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

RGB color model

#363648 color RGB value is (54,54,72).

  • red value is 54;
  • green value is 54;
  • blue value is 72.
RGB:
(54,54,72)
(21%,21%,28%)

RGB channels and saturation

R 54 of 255 = 21%
G 54 of 255 = 21%
B 72 of 255 = 28%

54
54
72

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

Portions of RGB colors in percentages

R + G + B =
54 + 54 + 72 = 180 (100%)
R 54 of 180 ~ 30%
G 54 of 180 ~ 30%
B 72 of 180 ~ 40%

%30
%30
%40

CMYK color model

#363648 color CMYK value is (25,25,0,72).

  • cyan value is 25.00%
  • magenta value is 25.00%
  • yellow value is 0.00%
  • key color value is 71.76%
CMYK:
(25,25,0,72)
C25M25Y0K72 
(25%,25%,0%,72%)
(0.25/0.25/0.00/0.72)	

CMYK percentages

%25
%25
%0
%71.76

Codes

Color #363648 in popluar color models

363648
RGB545472
HSL240°14.29%24.71%
HSB/HSV240°25.00%28.24%
CMYK25.00%25.00%0.00%
71.76%

Color #363648 in popluar number systems.

HEX363648
Decimal545472
Binary1101101101101001000
Octal6666110

Shades and tints

Shades of #363648

#363648
(54,54,72)
#323242
(50,50,66)
#2E2E3C
(46,46,60)
#2A2A36
(42,42,54)
#262630
(38,38,48)
#22222A
(34,34,42)
#1E1E24
(30,30,36)
#1A1A1E
(26,26,30)
#161618
(22,22,24)
#121212
(18,18,18)
#0E0E0C
(14,14,12)
#000000
(0,0,0)

Tints of #363648

#363648
(54,54,72)
#484858
(72,72,88)
#5A5A68
(90,90,104)
#6C6C78
(108,108,120)
#7E7E88
(126,126,136)
#909098
(144,144,152)
#A2A2A8
(162,162,168)
#B4B4B8
(180,180,184)
#C6C6C8
(198,198,200)
#D8D8D8
(216,216,216)
#EAEAE8
(234,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #363648; }

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

This text font color is #363648.


Background Color

.myBgColor { background-color: #363648; }

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

This div background color is #363648.


Border color

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

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

This div border color is #363648.


Opacity

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

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

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

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

This text has shadow with #363648 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #363648 on black background.


Color preview on white background

This text has color #363648 on white background.



Black color preview on #363648 background

This text has black color on #363648 background.


White color preview on #363648 background

This text has white color on #363648 background.