COLOR #363C45

HEX: #363C45
RGB: (54,60,69)

Color info

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

RGB color model

#363C45 color RGB value is (54,60,69).

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

RGB channels and saturation

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

54
60
69

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

Portions of RGB colors in percentages

R + G + B =
54 + 60 + 69 = 183 (100%)
R 54 of 183 ~ 29.51%
G 60 of 183 ~ 32.79%
B 69 of 183 ~ 37.7%

%29.51
%32.79
%37.7

CMYK color model

#363C45 color CMYK value is (22,13,0,73).

  • cyan value is 21.74%
  • magenta value is 13.04%
  • yellow value is 0.00%
  • key color value is 72.94%
CMYK:
(22,13,0,73)
C22M13Y0K73 
(22%,13%,0%,73%)
(0.22/0.13/0.00/0.73)	

CMYK percentages

%21.74
%13.04
%0
%72.94

Codes

Color #363C45 in popluar color models

363C45
RGB546069
HSL216°12.20%24.12%
HSB/HSV216°21.74%27.06%
CMYK21.74%13.04%0.00%
72.94%

Color #363C45 in popluar number systems.

HEX363C45
Decimal546069
Binary1101101111001000101
Octal6674105

Shades and tints

Shades of #363C45

#363C45
(54,60,69)
#32373F
(50,55,63)
#2E3239
(46,50,57)
#2A2D33
(42,45,51)
#26282D
(38,40,45)
#222327
(34,35,39)
#1E1E21
(30,30,33)
#1A191B
(26,25,27)
#161415
(22,20,21)
#120F0F
(18,15,15)
#0E0A09
(14,10,9)
#000000
(0,0,0)

Tints of #363C45

#363C45
(54,60,69)
#484D55
(72,77,85)
#5A5E65
(90,94,101)
#6C6F75
(108,111,117)
#7E8085
(126,128,133)
#909195
(144,145,149)
#A2A2A5
(162,162,165)
#B4B3B5
(180,179,181)
#C6C4C5
(198,196,197)
#D8D5D5
(216,213,213)
#EAE6E5
(234,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #363C45; }

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

This text font color is #363C45.


Background Color

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

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

This div background color is #363C45.


Border color

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

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

This div border color is #363C45.


Opacity

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

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

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

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

This text has shadow with #363C45 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #363C45 on black background.


Color preview on white background

This text has color #363C45 on white background.



Black color preview on #363C45 background

This text has black color on #363C45 background.


White color preview on #363C45 background

This text has white color on #363C45 background.