COLOR #363546

HEX: #363546
RGB: (54,53,70)

Color info

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

RGB color model

#363546 color RGB value is (54,53,70).

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

RGB channels and saturation

R 54 of 255 = 21%
G 53 of 255 = 21%
B 70 of 255 = 27%

54
53
70

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

Portions of RGB colors in percentages

R + G + B =
54 + 53 + 70 = 177 (100%)
R 54 of 177 ~ 30.51%
G 53 of 177 ~ 29.94%
B 70 of 177 ~ 39.55%

%30.51
%29.94
%39.55

CMYK color model

#363546 color CMYK value is (23,24,0,73).

  • cyan value is 22.86%
  • magenta value is 24.29%
  • yellow value is 0.00%
  • key color value is 72.55%
CMYK:
(23,24,0,73)
C23M24Y0K73 
(23%,24%,0%,73%)
(0.23/0.24/0.00/0.73)	

CMYK percentages

%22.86
%24.29
%0
%72.55

Codes

Color #363546 in popluar color models

363546
RGB545370
HSL244°13.82%24.12%
HSB/HSV244°24.29%27.45%
CMYK22.86%24.29%0.00%
72.55%

Color #363546 in popluar number systems.

HEX363546
Decimal545370
Binary1101101101011000110
Octal6665106

Shades and tints

Shades of #363546

#363546
(54,53,70)
#323140
(50,49,64)
#2E2D3A
(46,45,58)
#2A2934
(42,41,52)
#26252E
(38,37,46)
#222128
(34,33,40)
#1E1D22
(30,29,34)
#1A191C
(26,25,28)
#161516
(22,21,22)
#121110
(18,17,16)
#0E0D0A
(14,13,10)
#000000
(0,0,0)

Tints of #363546

#363546
(54,53,70)
#484756
(72,71,86)
#5A5966
(90,89,102)
#6C6B76
(108,107,118)
#7E7D86
(126,125,134)
#908F96
(144,143,150)
#A2A1A6
(162,161,166)
#B4B3B6
(180,179,182)
#C6C5C6
(198,197,198)
#D8D7D6
(216,215,214)
#EAE9E6
(234,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #363546; }

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

This text font color is #363546.


Background Color

.myBgColor { background-color: #363546; }

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

This div background color is #363546.


Border color

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

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

This div border color is #363546.


Opacity

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

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

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

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

This text has shadow with #363546 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #363546 on black background.


Color preview on white background

This text has color #363546 on white background.



Black color preview on #363546 background

This text has black color on #363546 background.


White color preview on #363546 background

This text has white color on #363546 background.