COLOR #363A42

HEX: #363A42
RGB: (54,58,66)

Color info

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

RGB color model

#363A42 color RGB value is (54,58,66).

  • red value is 54;
  • green value is 58;
  • blue value is 66.
RGB:
(54,58,66)
(21%,23%,26%)

RGB channels and saturation

R 54 of 255 = 21%
G 58 of 255 = 23%
B 66 of 255 = 26%

54
58
66

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

Portions of RGB colors in percentages

R + G + B =
54 + 58 + 66 = 178 (100%)
R 54 of 178 ~ 30.34%
G 58 of 178 ~ 32.58%
B 66 of 178 ~ 37.08%

%30.34
%32.58
%37.08

CMYK color model

#363A42 color CMYK value is (18,12,0,74).

  • cyan value is 18.18%
  • magenta value is 12.12%
  • yellow value is 0.00%
  • key color value is 74.12%
CMYK:
(18,12,0,74)
C18M12Y0K74 
(18%,12%,0%,74%)
(0.18/0.12/0.00/0.74)	

CMYK percentages

%18.18
%12.12
%0
%74.12

Codes

Color #363A42 in popluar color models

363A42
RGB545866
HSL220°10.00%23.53%
HSB/HSV220°18.18%25.88%
CMYK18.18%12.12%0.00%
74.12%

Color #363A42 in popluar number systems.

HEX363A42
Decimal545866
Binary1101101110101000010
Octal6672102

Shades and tints

Shades of #363A42

#363A42
(54,58,66)
#32353C
(50,53,60)
#2E3036
(46,48,54)
#2A2B30
(42,43,48)
#26262A
(38,38,42)
#222124
(34,33,36)
#1E1C1E
(30,28,30)
#1A1718
(26,23,24)
#161212
(22,18,18)
#120D0C
(18,13,12)
#0E0806
(14,8,6)
#000000
(0,0,0)

Tints of #363A42

#363A42
(54,58,66)
#484B53
(72,75,83)
#5A5C64
(90,92,100)
#6C6D75
(108,109,117)
#7E7E86
(126,126,134)
#908F97
(144,143,151)
#A2A0A8
(162,160,168)
#B4B1B9
(180,177,185)
#C6C2CA
(198,194,202)
#D8D3DB
(216,211,219)
#EAE4EC
(234,228,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #363A42 color. Also use rgb(54,58,66) instead hex code.

Text Font Color

.myTextColor { color: #363A42; }

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

This text font color is #363A42.


Background Color

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

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

This div background color is #363A42.


Border color

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

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

This div border color is #363A42.


Opacity

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

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

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

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

This text has shadow with #363A42 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #363A42 on black background.


Color preview on white background

This text has color #363A42 on white background.



Black color preview on #363A42 background

This text has black color on #363A42 background.


White color preview on #363A42 background

This text has white color on #363A42 background.