COLOR #363C46

HEX: #363C46 RGB: (54,60,70)

Color info

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

RGB color model

#363C46 color RGB value is (54,60,70).

RGB: (54,60,70) (21%, 24%, 27%)

RGB channels and saturation

R 54 of 255 = 21%
G 60 of 255 = 24%
B 70 of 255 = 27%

54
60
70

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

Portions of RGB colors in percentages

R + G + B = 54 + 60 + 70 = 184 (100%)
R 54 of 184 ~ 29.35%
G 60 of 184 ~ 32.61%
B 70 of 184 ~ 38.04'%

%29.35
%32.61
%38.04

CMYK color model

#363C46 color CMYK value is (23,14,0,73).

  • cyan value is 22.86%
  • magenta value is 14.29%
  • yellow value is 0.00%
  • key color value is 72.55%

CMYK: (23,14,0,73)
C23M14Y0K73 (23%, 14%, 0%, 73%)
(0.23 / 0.14 / 0.00 / 0.73)

CMYK percentages

%22.86
%14.29
%0
%72.55

Codes

Color #363C46 in popluar color models

36 3C 46
RGB 54 60 70
HSL 218° 12.90% 24.31%
HSB/HSV 218° 22.86% 27.45%
CMYK 22.86% 14.29% 0.00%
72.55%

Color #363C46 in popluar number systems.

HEX 36 3C 46
Decimal 54 60 70
Binary 110110 111100 1000110
Octal 66 74 106

Shades and tints

Shades of #363C46

#363C46
(54,60,70)
#323740
(50,55,64)
#2E323A
(46,50,58)
#2A2D34
(42,45,52)
#26282E
(38,40,46)
#222328
(34,35,40)
#1E1E22
(30,30,34)
#1A191C
(26,25,28)
#161416
(22,20,22)
#120F10
(18,15,16)
#0E0A0A
(14,10,10)
#000000
(0,0,0)

Tints of #363C46

#363C46
(54,60,70)
#484D56
(72,77,86)
#5A5E66
(90,94,102)
#6C6F76
(108,111,118)
#7E8086
(126,128,134)
#909196
(144,145,150)
#A2A2A6
(162,162,166)
#B4B3B6
(180,179,182)
#C6C4C6
(198,196,198)
#D8D5D6
(216,213,214)
#EAE6E6
(234,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #363C46; }

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

This text font color is #363C46.

Background Color

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

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

This div background color is #363C46.

Border color

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

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

This div border color is #363C46.

Opacity

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

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

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

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

This text has shadow with #363C46 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #363C46.

Preview

Color preview on black background

This text has color #363C46 on black background.


Color preview on white background

This text has color #363C46 on white background.


Black color preview on #363C46 background

This text has black color on #363C46 background.


White color preview on #363C46 background

This text has white color on #363C46 background.


Related colors

Complementary color

Complementary color for #hex is #C9C3B9.


I love getcolorcode.com

Triadic colors

1 #46363C and #3C4636 with #363C46 are triadic colors.

2 #463C36 and #3C3646 with #363C46 are triadic colors.