COLOR #363C44

HEX: #363C44 RGB: (54,60,68)

Color info

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

RGB color model

#363C44 color RGB value is (54,60,68).

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

RGB channels and saturation

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

54
60
68

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

Portions of RGB colors in percentages

R + G + B = 54 + 60 + 68 = 182 (100%)
R 54 of 182 ~ 29.67%
G 60 of 182 ~ 32.97%
B 68 of 182 ~ 37.36'%

%29.67
%32.97
%37.36

CMYK color model

#363C44 color CMYK value is (21,12,0,73).

  • cyan value is 20.59%
  • magenta value is 11.76%
  • yellow value is 0.00%
  • key color value is 73.33%

CMYK: (21,12,0,73)
C21M12Y0K73 (21%, 12%, 0%, 73%)
(0.21 / 0.12 / 0.00 / 0.73)

CMYK percentages

%20.59
%11.76
%0
%73.33

Codes

Color #363C44 in popluar color models

36 3C 44
RGB 54 60 68
HSL 214° 11.48% 23.92%
HSB/HSV 214° 20.59% 26.67%
CMYK 20.59% 11.76% 0.00%
73.33%

Color #363C44 in popluar number systems.

HEX 36 3C 44
Decimal 54 60 68
Binary 110110 111100 1000100
Octal 66 74 104

Shades and tints

Shades of #363C44

#363C44
(54,60,68)
#32373E
(50,55,62)
#2E3238
(46,50,56)
#2A2D32
(42,45,50)
#26282C
(38,40,44)
#222326
(34,35,38)
#1E1E20
(30,30,32)
#1A191A
(26,25,26)
#161414
(22,20,20)
#120F0E
(18,15,14)
#0E0A08
(14,10,8)
#000000
(0,0,0)

Tints of #363C44

#363C44
(54,60,68)
#484D55
(72,77,85)
#5A5E66
(90,94,102)
#6C6F77
(108,111,119)
#7E8088
(126,128,136)
#909199
(144,145,153)
#A2A2AA
(162,162,170)
#B4B3BB
(180,179,187)
#C6C4CC
(198,196,204)
#D8D5DD
(216,213,221)
#EAE6EE
(234,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #363C44; }

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

This text font color is #363C44.

Background Color

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

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

This div background color is #363C44.

Border color

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

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

This div border color is #363C44.

Opacity

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

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

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

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

This text has shadow with #363C44 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #363C44.

Preview

Color preview on black background

This text has color #363C44 on black background.


Color preview on white background

This text has color #363C44 on white background.


Black color preview on #363C44 background

This text has black color on #363C44 background.


White color preview on #363C44 background

This text has white color on #363C44 background.


Related colors

Complementary color

Complementary color for #hex is #C9C3BB.


I love getcolorcode.com

Triadic colors

1 #44363C and #3C4436 with #363C44 are triadic colors.

2 #443C36 and #3C3644 with #363C44 are triadic colors.