COLOR #363644

HEX: #363644
RGB: (54,54,68)

Color info

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

RGB color model

#363644 color RGB value is (54,54,68).

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

RGB channels and saturation

R 54 of 255 = 21%
G 54 of 255 = 21%
B 68 of 255 = 27%

54
54
68

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

Portions of RGB colors in percentages

R + G + B =
54 + 54 + 68 = 176 (100%)
R 54 of 176 ~ 30.68%
G 54 of 176 ~ 30.68%
B 68 of 176 ~ 38.64%

%30.68
%30.68
%38.64

CMYK color model

#363644 color CMYK value is (21,21,0,73).

  • cyan value is 20.59%
  • magenta value is 20.59%
  • yellow value is 0.00%
  • key color value is 73.33%
CMYK:
(21,21,0,73)
C21M21Y0K73 
(21%,21%,0%,73%)
(0.21/0.21/0.00/0.73)	

CMYK percentages

%20.59
%20.59
%0
%73.33

Codes

Color #363644 in popluar color models

363644
RGB545468
HSL240°11.48%23.92%
HSB/HSV240°20.59%26.67%
CMYK20.59%20.59%0.00%
73.33%

Color #363644 in popluar number systems.

HEX363644
Decimal545468
Binary1101101101101000100
Octal6666104

Shades and tints

Shades of #363644

#363644
(54,54,68)
#32323E
(50,50,62)
#2E2E38
(46,46,56)
#2A2A32
(42,42,50)
#26262C
(38,38,44)
#222226
(34,34,38)
#1E1E20
(30,30,32)
#1A1A1A
(26,26,26)
#161614
(22,22,20)
#12120E
(18,18,14)
#0E0E08
(14,14,8)
#000000
(0,0,0)

Tints of #363644

#363644
(54,54,68)
#484855
(72,72,85)
#5A5A66
(90,90,102)
#6C6C77
(108,108,119)
#7E7E88
(126,126,136)
#909099
(144,144,153)
#A2A2AA
(162,162,170)
#B4B4BB
(180,180,187)
#C6C6CC
(198,198,204)
#D8D8DD
(216,216,221)
#EAEAEE
(234,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #363644; }

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

This text font color is #363644.


Background Color

.myBgColor { background-color: #363644; }

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

This div background color is #363644.


Border color

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

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

This div border color is #363644.


Opacity

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

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

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

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

This text has shadow with #363644 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #363644 on black background.


Color preview on white background

This text has color #363644 on white background.



Black color preview on #363644 background

This text has black color on #363644 background.


White color preview on #363644 background

This text has white color on #363644 background.