COLOR #363B46

HEX: #363B46
RGB: (54,59,70)

Color info

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

RGB color model

#363B46 color RGB value is (54,59,70).

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

RGB channels and saturation

R 54 of 255 = 21%
G 59 of 255 = 23%
B 70 of 255 = 27%

54
59
70

R + G + B ~ 24%. #363B46 is dark color.

Portions of RGB colors in percentages

R + G + B =
54 + 59 + 70 = 183 (100%)
R 54 of 183 ~ 29.51%
G 59 of 183 ~ 32.24%
B 70 of 183 ~ 38.25%

%29.51
%32.24
%38.25

CMYK color model

#363B46 color CMYK value is (23,16,0,73).

  • cyan value is 22.86%
  • magenta value is 15.71%
  • yellow value is 0.00%
  • key color value is 72.55%
CMYK:
(23,16,0,73)
C23M16Y0K73 
(23%,16%,0%,73%)
(0.23/0.16/0.00/0.73)	

CMYK percentages

%22.86
%15.71
%0
%72.55

Codes

Color #363B46 in popluar color models

363B46
RGB545970
HSL221°12.90%24.31%
HSB/HSV221°22.86%27.45%
CMYK22.86%15.71%0.00%
72.55%

Color #363B46 in popluar number systems.

HEX363B46
Decimal545970
Binary1101101110111000110
Octal6673106

Shades and tints

Shades of #363B46

#363B46
(54,59,70)
#323640
(50,54,64)
#2E313A
(46,49,58)
#2A2C34
(42,44,52)
#26272E
(38,39,46)
#222228
(34,34,40)
#1E1D22
(30,29,34)
#1A181C
(26,24,28)
#161316
(22,19,22)
#120E10
(18,14,16)
#0E090A
(14,9,10)
#000000
(0,0,0)

Tints of #363B46

#363B46
(54,59,70)
#484C56
(72,76,86)
#5A5D66
(90,93,102)
#6C6E76
(108,110,118)
#7E7F86
(126,127,134)
#909096
(144,144,150)
#A2A1A6
(162,161,166)
#B4B2B6
(180,178,182)
#C6C3C6
(198,195,198)
#D8D4D6
(216,212,214)
#EAE5E6
(234,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #363B46; }

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

This text font color is #363B46.


Background Color

.myBgColor { background-color: #363B46; }

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

This div background color is #363B46.


Border color

.myBorderColor { border: 1px solid #363B46; }

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

This div border color is #363B46.


Opacity

.myOpacity80 { color: #363B46; opacity: 0.8; }

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

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

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

This text has shadow with #363B46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #363B46 on black background.


Color preview on white background

This text has color #363B46 on white background.



Black color preview on #363B46 background

This text has black color on #363B46 background.


White color preview on #363B46 background

This text has white color on #363B46 background.